[openstack-dev] [release][oslo] oslo.middleware release 3.5.0 (mitaka)
davanum at gmail.com
davanum at gmail.com
Thu Jan 14 03:52:53 UTC 2016
We are happy to announce the release of:
oslo.middleware 3.5.0: Oslo Middleware library
This release is part of the mitaka 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.4.0..3.5.0
---------------------------------------
fe8cdc9 Remove old references to namespace packages
ea2bd8c Updated from global requirements
9616c75 Change LOG.warn to LOG.warning
70d3034 Fix the url in the CONTRIBUTING.rst
8134ea6 Python 3 deprecated the logger.warn method in favor of warning
609fc1e assertIsNone(val) instead of assertEqual(None,val)
Diffstat (except docs and test files)
-------------------------------------
CONTRIBUTING.rst | 2 +-
oslo_middleware/cors.py | 4 ++--
requirements.txt | 2 +-
setup.cfg | 4 ----
5 files changed, 5 insertions(+), 9 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index cdc524c..f5e7d45 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ ordereddict
-oslo.config>=2.7.0 # Apache-2.0
+oslo.config>=3.2.0 # Apache-2.0
More information about the OpenStack-dev
mailing list