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

no-reply at openstack.org no-reply at openstack.org
Tue Feb 9 23:21:01 UTC 2016


We are jubilant to announce the release of:

oslo.log-announce-release 2.4.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

Please report issues through launchpad:

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

For more details, please see below.

Changes in oslo.log 2.3.0..2.4.0
--------------------------------

7bf8260 Updated from global requirements
a0f88f1 set oslo.cache and dogpile to INFO
64dc9f8 Update translation setup
dbf33a8 Updated from global requirements
88c3171 Updated from global requirements
747a6bc Updated from global requirements
80babf4 Imported Translations from Zanata
bb46ae8 Updated from global requirements
77d2c4d Improve Logging docs with inline examples and context example
83ea58d Revert "Pass environment variables of proxy to tox"
cc7400a Clean up removed hacking rule from [flake8] ignore lists
c2b9761 Provide a deprecated_reason for use_syslog_rfc_format

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

oslo.log/locale/es/LC_MESSAGES/oslo.log.po |  63 -----------------
oslo.log/locale/oslo.log.pot               |  63 -----------------
oslo_log/_i18n.py                          |   2 +-
oslo_log/_options.py                       |  12 ++--
oslo_log/locale/es/LC_MESSAGES/oslo_log.po |  64 +++++++++++++++++
oslo_log/locale/oslo_log.pot               |  63 +++++++++++++++++
requirements.txt                           |  16 ++---
setup.cfg                                  |  14 ++--
test-requirements.txt                      |  18 ++---
tox.ini                                    |   7 +-
19 files changed, 419 insertions(+), 190 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 5b20f04..42cf040 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,4 +5,4 @@
-pbr>=1.6
-Babel>=1.3
-six>=1.9.0
-oslo.config>=3.2.0 # Apache-2.0
+pbr>=1.6 # Apache-2.0
+Babel>=1.3 # BSD
+six>=1.9.0 # MIT
+oslo.config>=3.4.0 # Apache-2.0
@@ -10,2 +10,2 @@ oslo.context>=0.2.0 # Apache-2.0
-oslo.i18n>=1.5.0 # Apache-2.0
-oslo.utils>=3.2.0 # Apache-2.0
+oslo.i18n>=2.1.0 # Apache-2.0
+oslo.utils>=3.4.0 # Apache-2.0
@@ -13 +13 @@ oslo.serialization>=1.10.0 # Apache-2.0
-debtcollector>=0.3.0 # Apache-2.0
+debtcollector>=1.2.0 # Apache-2.0
@@ -15 +15 @@ pyinotify>=0.9.6;sys_platform!='win32' and sys_platform!='darwin' and sys_platfo
-python-dateutil>=2.4.2
+python-dateutil>=2.4.2 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index a43a495..8674891 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,6 +7,6 @@ hacking<0.11,>=0.10.0
-discover
-python-subunit>=0.0.18
-testrepository>=0.0.18
-testscenarios>=0.4
-testtools>=1.4.0
-mock>=1.2
+discover # BSD
+python-subunit>=0.0.18 # Apache-2.0/BSD
+testrepository>=0.0.18 # Apache-2.0/BSD
+testscenarios>=0.4 # Apache-2.0/BSD
+testtools>=1.4.0 # MIT
+mock>=1.2 # BSD
@@ -18 +18 @@ oslotest>=1.10.0 # Apache-2.0
-coverage>=3.6
+coverage>=3.6 # Apache-2.0
@@ -21 +21 @@ coverage>=3.6
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
@@ -25 +25 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
-bandit>=0.13.2
+bandit>=0.17.3 # Apache-2.0





More information about the OpenStack-dev mailing list