[openstack-dev] [release][oslo] oslo.log 3.4.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Sun Apr 17 02:12:54 UTC 2016
We are amped to announce the release of:
oslo.log 3.4.0: oslo.log library
This release is part of the newton 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
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.log
For more details, please see below.
Changes in oslo.log 3.2.0..3.4.0
--------------------------------
3b1d0f5 Updated from global requirements
225828f Updated from global requirements
5d9c9f0 Updated from global requirements
bcfe5b9 Remove outdated comment in ContextFormatter
ee54eaa Enable log_method_call to work on static method
c0a1b7c Explicitly exclude tests from bandit scan
e8b5205 Improve test code coverage of _options
32630a0 Update reno for stable/mitaka
3b4e58f Unit test cleanup and validation improvements
7f1973a Added +2 release names for versionutils
8803048 Fix broken links in docs usage page
a010cde Enable bandit in gate
60f2aa3 Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
oslo_log/formatters.py | 2 -
oslo_log/helpers.py | 16 +-
oslo_log/versionutils.py | 4 +
releasenotes/source/index.rst | 1 +
releasenotes/source/mitaka.rst | 6 +
requirements.txt | 6 +-
setup.cfg | 2 +-
test-requirements.txt | 2 +-
tox.ini | 10 +-
13 files changed, 274 insertions(+), 151 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index fca3bc1..de704ae 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ pbr>=1.6 # Apache-2.0
-Babel>=1.3 # BSD
+Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD
@@ -8,2 +8,2 @@ six>=1.9.0 # MIT
-oslo.config>=3.4.0 # Apache-2.0
-oslo.context>=0.2.0 # Apache-2.0
+oslo.config>=3.9.0 # Apache-2.0
+oslo.context>=2.2.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 92cba49..7ce4e85 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -23 +23 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
-reno>=0.1.1 # Apache2
+reno>=1.6.2 # Apache2
More information about the OpenStack-dev
mailing list