[oslo] oslo.middleware 3.24.0 (pike)
We are ecstatic to announce the release of: oslo.middleware 3.24.0: Oslo Middleware library This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/oslo.middleware Download the package from: https://pypi.python.org/pypi/oslo.middleware Please report issues through launchpad: http://bugs.launchpad.net/oslo.middleware For more details, please see below. Changes in oslo.middleware 3.23.1..3.24.0 ----------------------------------------- f3e5275 Updated from global requirements 93d1dac [Fix gate]Update test requirement 4413c89 Updated from global requirements 1cb766c pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz) f20e08e Update reno for stable/ocata Diffstat (except docs and test files) ------------------------------------- oslo_middleware/version.py | 2 +- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 ++++++ requirements.txt | 8 ++++---- setup.py | 2 +- test-requirements.txt | 4 ++-- 6 files changed, 15 insertions(+), 8 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 11fc3e5..a4933e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=1.8 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 @@ -8 +8 @@ oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 -oslo.context>=2.9.0 # Apache-2.0 +oslo.context>=2.12.0 # Apache-2.0 @@ -10 +10 @@ oslo.i18n>=2.1.0 # Apache-2.0 -oslo.utils>=3.18.0 # Apache-2.0 +oslo.utils>=3.20.0 # Apache-2.0 @@ -12 +12 @@ six>=1.9.0 # MIT -stevedore>=1.17.1 # Apache-2.0 +stevedore>=1.20.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 26b5790..6462cd9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ fixtures>=3.0.0 # Apache-2.0/BSD -hacking<0.11,>=0.10.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 @@ -10 +10 @@ oslotest>=1.10.0 # Apache-2.0 -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD
participants (1)
-
no-reply@openstack.org