[openstack-announce] [release][oslo] oslo.log release 2.1.0 (mitaka)

davanum at gmail.com davanum at gmail.com
Mon Dec 7 19:55:47 UTC 2015


We are happy to announce the release of:

oslo.log 2.1.0: oslo.log library

This release is part of the mitaka release series.

With source available at:

    http://git.openstack.org/cgit/openstack/oslo.log

With package available at:

    https://pypi.python.org/pypi/oslo.log

For more details, please see the git log history below and:

    http://launchpad.net/oslo.log/+milestone/2.1.0

Please report issues through launchpad:

    http://bugs.launchpad.net/oslo.log

Changes in oslo.log 2.0.0..2.1.0
--------------------------------

619d99e Remove iso8601 dependency
7797038 Remove duplicated profiles section from bandit.yaml
fe2ac65 test_logging_error: build a logger at the test level
fcf3115 Cleanup all handlers in _setup_logging_from_conf
c9575f4 Drop python 2.6 support
b8be549 Add a 'bandit' target to tox.ini

Diffstat (except docs and test files)
-------------------------------------

bandit.yaml                                       | 359 ++++++++++++++++++++++
oslo_log/handlers.py                              |  23 +-
oslo_log/log.py                                   |  28 +-
requirements.txt                                  |   1 -
test-requirements.txt                             |   3 +
tox.ini                                           |   6 +-
8 files changed, 393 insertions(+), 48 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 939b41b..c03c8e6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +7,0 @@ six>=1.9.0
-iso8601>=0.1.9
diff --git a/test-requirements.txt b/test-requirements.txt
index a27a88c..a43a495 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -22,0 +23,3 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+
+# Bandit security code scanner
+bandit>=0.13.2





More information about the OpenStack-announce mailing list