[openstack-dev] [release][oslo] oslo.middleware 1.3.0
Doug Hellmann
doug at doughellmann.com
Mon Jun 1 14:42:31 UTC 2015
We are delighted to announce the release of:
oslo.middleware 1.3.0: Oslo Middleware library
With source available at:
http://git.openstack.org/cgit/openstack/oslo.middleware
For more details, please see the git log history below and:
http://launchpad.net/oslo.middleware/+milestone/1.3.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.middleware
Changes in oslo.middleware 1.2.0..1.3.0
---------------------------------------
cab38ce Added CORS wildcard handling
4586979 Drop use of 'oslo' namespace package
44a7b7d Updated from global requirements
ce1acb4 Advertise support for Python3.4 / Remove support for Python 3.3
48e64af Remove run_cross_tests.sh
7b9709c Update response body when healthcheck is available
Diffstat (except docs and test files)
-------------------------------------
openstack-common.conf | 1 -
oslo_middleware/cors.py | 11 +-
oslo_middleware/healthcheck/disable_by_file.py | 4 +-
requirements.txt | 2 +-
setup.cfg | 2 +-
tox.ini | 2 +-
10 files changed, 268 insertions(+), 159 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 4547208..81a2693 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=0.6,!=0.7,<1.0
+pbr>=0.11,<2.0
More information about the OpenStack-dev
mailing list