We are happy to announce the release of:

oslo.middleware 2.4.0: Oslo Middleware library

This release is part of the liberty 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

For more details, please see the git log history below and:

    http://launchpad.net/oslo.middleware/+milestone/2.4.0

Please report issues through launchpad:

    http://bugs.launchpad.net/oslo.middleware

Changes in oslo.middleware 2.3.0..2.4.0
---------------------------------------

bb6dec2 Fix mocking for 1.1.0
ee8a0cc Updated from global requirements
85baf7d Imported Translations from Transifex
9e2bd3a Updated from global requirements
655de16 Support PasteDeploy
e3b7d0e Add tox target to find missing requirements

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

.../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 |   6 +-
.../locale/en_GB/LC_MESSAGES/oslo.middleware.po    |   6 +-
.../fr/LC_MESSAGES/oslo.middleware-log-error.po    |   8 +-
.../locale/fr/LC_MESSAGES/oslo.middleware.po       |   8 +-
.../locale/oslo.middleware-log-warning.pot         |  14 ++-
oslo_middleware/cors.py                            | 103 ++++++++++++++++-----
test-requirements.txt                              |   5 +-
tox.ini                                            |   8 ++
13 files changed, 211 insertions(+), 67 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 962a842..aacc73a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-fixtures>=0.3.14
+fixtures>=1.3.1
@@ -7 +7,2 @@ hacking<0.11,>=0.10.0
-mock>=1.0
+mock>=1.1;python_version!='2.6'
+mock==1.0.1;python_version=='2.6'



_______________________________________________
OpenStack-announce mailing list
[email protected]
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-announce

Reply via email to