[release-announce] [oslo] oslo.middleware 3.34.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Mon Jan 15 20:43:19 UTC 2018


We are overjoyed to announce the release of:

oslo.middleware 3.34.0: Oslo Middleware library

This release is part of the queens release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/oslo.middleware

Download the package from:

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

Please report issues through launchpad:

    https://bugs.launchpad.net/oslo.middleware

For more details, please see below.

Changes in oslo.middleware 3.33.0..3.34.0
-----------------------------------------

87ff8d9 Avoid tox_install.sh for constraints support
c3a392d Updated from global requirements
e6a09f3 add bandit to pep8 job


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

requirements.txt      |  2 +-
test-requirements.txt |  2 ++
tools/tox_install.sh  | 30 ------------------------------
tox.ini               | 13 ++++++++-----
4 files changed, 11 insertions(+), 36 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 3f3b7c5..b16298d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ oslo.i18n>=3.15.3 # Apache-2.0
-oslo.utils>=3.31.0 # Apache-2.0
+oslo.utils>=3.33.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 566b29b..d1bd9c5 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -14,0 +15,2 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
+# Bandit security code scanner
+bandit>=1.1.0 # Apache-2.0






More information about the Release-announce mailing list