We are stoked to announce the release of: oslo.middleware 3.12.0: Oslo Middleware library
This release is part of the newton release series. With source available at: http://git.openstack.org/cgit/openstack/oslo.middleware With package available at: 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.11.0..3.12.0 ----------------------------------------- 549be72 Updated from global requirements 4028696 Updated from global requirements f553a61 Do not add a default content type when replying Diffstat (except docs and test files) ------------------------------------- oslo_middleware/base.py | 14 +++++++++++++- oslo_middleware/cors.py | 9 ++------- requirements.txt | 4 ++-- test-requirements.txt | 4 ++-- 5 files changed, 30 insertions(+), 12 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 30a44b7..2abf9a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ Jinja2>=2.8 # BSD License (3 clause) -oslo.config>=3.9.0 # Apache-2.0 +oslo.config>=3.10.0 # Apache-2.0 @@ -10 +10 @@ oslo.i18n>=2.1.0 # Apache-2.0 -oslo.utils>=3.5.0 # Apache-2.0 +oslo.utils>=3.11.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index fc60e42..d913843 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -fixtures<2.0,>=1.3.1 # Apache-2.0/BSD +fixtures>=3.0.0 # Apache-2.0/BSD @@ -7 +7 @@ hacking<0.11,>=0.10.0 -mock>=1.2 # BSD +mock>=2.0 # BSD __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev