[openstack-dev] [release][oslo] oslo.middleware 3.9.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Mon May 9 15:42:22 UTC 2016
We are thrilled to announce the release of:
oslo.middleware 3.9.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.7.0..3.9.0
---------------------------------------
d5974a0 Imported Translations from Zanata
fe0bd54 Updated from global requirements
830149d Remove direct dependency on babel
179fd83 Updated from global requirements
8103c88 Updated from global requirements
c0264c4 Updated from global requirements
3f14482 Updated from global requirements
3988776 cors: prevent WebOb setting a default Content-Type
6a897ab CORS Middleware now honors upstream Vary header
f62c3a7 Disable http_proxy_to_wsgi middleware by default
cce21ca CORS tests now use a transient configuration
41bf7d9 Updated config documentation for cors_middleware
b23c46e Updated from global requirements
a1980b9 Updated from global requirements
67bf9d2 Revert "work around doc build error"
332c7f9 Clean up removed hacking rule from [flake8] ignore lists
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 1 -
oslo_middleware/cors.py | 16 +-
oslo_middleware/http_proxy_to_wsgi.py | 16 ++
.../de/LC_MESSAGES/oslo_middleware-log-error.po | 8 +-
.../locale/de/LC_MESSAGES/oslo_middleware.po | 8 +-
.../en_GB/LC_MESSAGES/oslo_middleware-log-error.po | 8 +-
.../locale/en_GB/LC_MESSAGES/oslo_middleware.po | 8 +-
.../fr/LC_MESSAGES/oslo_middleware-log-error.po | 8 +-
.../locale/fr/LC_MESSAGES/oslo_middleware.po | 8 +-
.../locale/oslo_middleware-log-error.pot | 12 +-
.../locale/oslo_middleware-log-warning.pot | 33 ---
oslo_middleware/locale/oslo_middleware.pot | 12 +-
requirements.txt | 9 +-
test-requirements.txt | 2 +-
tox.ini | 3 +-
20 files changed, 277 insertions(+), 226 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 0745a66..f03122f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +5,0 @@ pbr>=1.6 # Apache-2.0
-Babel>=1.3 # BSD
@@ -8,2 +7,2 @@ Jinja2>=2.8 # BSD License (3 clause)
-oslo.config>=3.4.0 # Apache-2.0
-oslo.context>=0.2.0 # Apache-2.0
+oslo.config>=3.9.0 # Apache-2.0
+oslo.context>=2.2.0 # Apache-2.0
@@ -11 +10 @@ oslo.i18n>=2.1.0 # Apache-2.0
-oslo.utils>=3.4.0 # Apache-2.0
+oslo.utils>=3.5.0 # Apache-2.0
@@ -13 +12 @@ six>=1.9.0 # MIT
-stevedore>=1.5.0 # Apache-2.0
+stevedore>=1.9.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 692402b..fc60e42 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-fixtures>=1.3.1 # Apache-2.0/BSD
+fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
More information about the OpenStack-dev
mailing list