[oslo] oslo.middleware 3.32.0 (queens)
We eagerly announce the release of: oslo.middleware 3.32.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.31.0..3.32.0 ----------------------------------------- cd460e0 Updated from global requirements 7c1c806 Updated from global requirements 8b923ae Remove Class HTTPProxyToWSGIMiddleware Diffstat (except docs and test files) ------------------------------------- oslo_middleware/http_proxy_to_wsgi.py | 6 ------ requirements.txt | 6 +++--- test-requirements.txt | 4 ++-- 4 files changed, 7 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index bc8acff..7813162 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 # BSD License (3 clause) -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 +oslo.config>=4.6.0 # Apache-2.0 @@ -9,2 +9,2 @@ oslo.context>=2.14.0 # Apache-2.0 -oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 -oslo.utils>=3.20.0 # Apache-2.0 +oslo.i18n>=3.15.3 # Apache-2.0 +oslo.utils>=3.28.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 12910d6..6a97a6f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ mock>=2.0.0 # BSD -openstackdocstheme>=1.16.0 # Apache-2.0 +openstackdocstheme>=1.17.0 # Apache-2.0 @@ -14 +14 @@ reno>=2.5.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org