We are overjoyed to announce the release of: oslo.middleware 1.1.0: Oslo Middleware library
For more details, please see the git log history below and: http://launchpad.net/oslo.middleware/+milestone/1.1.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.middleware Changes in oslo.middleware 1.0.0..1.1.0 --------------------------------------- 2abb286 2015-04-16 18:06:11 +0000 Uncap library requirements for liberty 027dd34 2015-04-08 18:28:13 -0700 Add CORS Middleware for Oslo. eff065e 2015-04-03 14:03:10 +0000 Update to latest hacking a8f4e82 2015-03-21 00:17:03 +0000 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- oslo_middleware/__init__.py | 2 + oslo_middleware/cors.py | 240 +++++++++++++ oslo_middleware/opts.py | 7 +- requirements.txt | 6 +- test-requirements.txt | 6 +- 8 files changed, 1028 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 95059c6..b488bbd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ Babel>=1.3 -oslo.config>=1.9.0 # Apache-2.0 +oslo.config>=1.9.3 # Apache-2.0 @@ -9 +9 @@ oslo.context>=0.2.0 # Apache-2.0 -oslo.i18n>=1.3.0 # Apache-2.0 +oslo.i18n>=1.5.0 # Apache-2.0 @@ -11 +11 @@ six>=1.9.0 -stevedore>=1.1.0 # Apache-2.0 +stevedore>=1.3.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index c5c0328..52cc789 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ fixtures>=0.3.14 -hacking>=0.9.2,<0.10 +hacking>=0.10.0,<0.11 @@ -8,2 +8,2 @@ mock>=1.0 -oslosphinx>=2.2.0 # Apache-2.0 -oslotest>=1.2.0 # Apache-2.0 +oslosphinx>=2.5.0 # Apache-2.0 +oslotest>=1.5.1 # Apache-2.0 __________________________________________________________________________ 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