[release-announce] [oslo] oslo.middleware 3.21.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Thu Dec 1 16:44:32 UTC 2016


We are joyful to announce the release of:

oslo.middleware 3.21.0: Oslo Middleware library

This release is part of the ocata release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/oslo.middleware

Download the package from:

    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.20.0..3.21.0
-----------------------------------------

5f1941d Document how to use detailed mode in healthcheck
18cc220 Remove self-referential link in docs
edbb4ba Add Python 3.5 classifier and venv
e71a24b Enable release notes translation
ffbe885 Updated from global requirements
8bf9f3e Updated from global requirements
442a11f Imported Translations from Zanata
96c918b Allow healthcheck to be configured by oslo.config
cf1148c Updated from global requirements
4f0ad51 Replace 'assertEqual(None, ...)' with 'assertIsNone(...)'
36c3598 TrivialFix: Remove default=None when set value in Config


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

oslo_middleware/cors.py                            |  1 -
oslo_middleware/healthcheck/__init__.py            | 25 ++++++------
oslo_middleware/healthcheck/disable_by_file.py     | 42 +++++++++++++-------
oslo_middleware/healthcheck/opts.py                | 46 ++++++++++++++++++++++
oslo_middleware/healthcheck/pluginbase.py          | 11 +++++-
oslo_middleware/opts.py                            | 31 +++++++++++++++
releasenotes/source/conf.py                        |  3 ++
.../source/locale/fr/LC_MESSAGES/releasenotes.po   | 27 +++++++++++++
requirements.txt                                   |  6 +--
setup.cfg                                          |  2 +
test-requirements.txt                              |  4 +-
tox.ini                                            |  2 +-
14 files changed, 172 insertions(+), 39 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index db1bfbd..5d29b36 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=1.6 # Apache-2.0
+pbr>=1.8 # Apache-2.0
@@ -7 +7 @@ Jinja2>=2.8 # BSD License (3 clause)
-oslo.config>=3.14.0 # Apache-2.0
+oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
@@ -10 +10 @@ oslo.i18n>=2.1.0 # Apache-2.0
-oslo.utils>=3.16.0 # Apache-2.0
+oslo.utils>=3.18.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index b241c09..26b5790 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12,2 +12,2 @@ testtools>=1.4.0 # MIT
-coverage>=3.6 # Apache-2.0
-reno>=1.8.0 # Apache2
+coverage>=4.0 # Apache-2.0
+reno>=1.8.0 # Apache-2.0





More information about the Release-announce mailing list