[openstack-dev] [new][oslo] oslo.middleware 3.15.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Wed Jul 13 14:07:10 UTC 2016


We are thrilled to announce the release of:

oslo.middleware 3.15.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.14.0..3.15.0
-----------------------------------------

6ca6c88 Updated from global requirements
45e90c6 Updated from global requirements
b07c27d Updated from global requirements
7e519d0 Deprecate using String as valid value for allowed_origin.
399e940 Deprecate multiple config block parsing.


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

oslo_middleware/cors.py | 10 +++++++++-
requirements.txt        |  4 ++--
test-requirements.txt   |  2 +-
4 files changed, 13 insertions(+), 29 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 01c7f22..b80e5c6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ Jinja2>=2.8 # BSD License (3 clause)
-oslo.config>=3.10.0 # Apache-2.0
+oslo.config>=3.12.0 # Apache-2.0
@@ -10 +10 @@ oslo.i18n>=2.1.0 # Apache-2.0
-oslo.utils>=3.11.0 # Apache-2.0
+oslo.utils>=3.15.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index d913843..5f53419 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ oslotest>=1.10.0 # Apache-2.0
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+sphinx!=1.3b1,<1.3,>=1.2.1 # BSD





More information about the OpenStack-dev mailing list