[release-announce] oslo.middleware 4.1.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Thu Jun 4 10:47:09 UTC 2020


We are tickled pink to announce the release of:

oslo.middleware 4.1.0: Oslo Middleware library

This release is part of the victoria release series.

The source is available from:

    https://opendev.org/openstack/oslo.middleware

Download the package from:

    https://pypi.org/project/oslo.middleware

Please report issues through:

    https://bugs.launchpad.net/oslo.middleware/+bugs

For more details, please see below.

Changes in oslo.middleware 4.0.2..4.1.0
---------------------------------------

bfb4ba8 Stop to use the __future__ module.
dd88e32 Fix hacking min version to 3.0.1
620c668 Switch to newer openstackdocstheme and reno versions
d198330 Remove the unused coding style modules
2c035c5 Remove translation sections from setup.cfg
37ceca6 Drop use of six
e17e036 Bump default tox env from py37 to py38
e62d949 Add py38 package metadata
aab7306 Add release notes links to doc index
c283966 Add Python3 victoria unit tests
3866b36 Update master for stable/ussuri
d971880 Cleanup py27 support


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

.zuul.yaml                                |  2 +-
babel.cfg                                 |  1 -
lower-constraints.txt                     |  6 ------
oslo_middleware/base.py                   |  8 +-------
oslo_middleware/cors.py                   |  4 ++--
oslo_middleware/debug.py                  |  2 --
oslo_middleware/healthcheck/__init__.py   | 10 +++++-----
oslo_middleware/healthcheck/__main__.py   |  6 +++---
oslo_middleware/healthcheck/pluginbase.py |  5 +----
releasenotes/source/conf.py               |  6 +++---
releasenotes/source/index.rst             |  1 +
releasenotes/source/ussuri.rst            |  6 ++++++
requirements.txt                          |  1 -
setup.cfg                                 | 24 +-----------------------
test-requirements.txt                     |  2 +-
tox.ini                                   |  6 +++---
21 files changed, 44 insertions(+), 79 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 2304183..147659e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11 +10,0 @@ oslo.utils>=3.33.0 # Apache-2.0
-six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 317d0bc..7f63558 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-hacking>=1.1.0,<1.2.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0






More information about the Release-announce mailing list