[release-announce] keystonemiddleware 6.0.1 (stein)

no-reply at openstack.org no-reply at openstack.org
Fri Mar 20 11:05:12 UTC 2020


We eagerly announce the release of:

keystonemiddleware 6.0.1: Middleware for OpenStack Identity

This release is part of the stein stable release series.

The source is available from:

    https://opendev.org/openstack/keystonemiddleware

Download the package from:

    https://pypi.org/project/keystonemiddleware

Please report issues through:

    https://bugs.launchpad.net/keystonemiddleware/+bugs

For more details, please see below.

6.0.1
^^^^^

Upgrade Notes

* The lower constraint for python-memcached must be raised to
  version 1.58 in order to work with Python 3.4 and above.

Changes in keystonemiddleware 6.0.0..6.0.1
------------------------------------------

89af8f0 Make tests pass in 2022
9c4cc10 OpenDev Migration Patch
59d82f4 Run lower-constraints job on Xenial
f66f3d7 Update UPPER_CONSTRAINTS_FILE for stable/stein
1d9fe42 Update .gitreview for stable/stein


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

.gitreview                                                  |  3 ++-
.zuul.yaml                                                  | 13 ++++++++++++-
keystonemiddleware/auth_token/_request.py                   |  4 ++--
lower-constraints.txt                                       |  3 ++-
...er-constraint-for-python-memcached-d96d96fe769f3419.yaml |  5 +++++
test-requirements.txt                                       |  5 +++--
tox.ini                                                     |  2 +-
11 files changed, 37 insertions(+), 13 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 3153d81..4072a70 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -18 +18,2 @@ testtools>=2.2.0 # MIT
-python-memcached>=1.56 # PSF
+python-memcached>=1.56;python_version=='2.7' # PSF
+python-memcached>=1.58;python_version>='3.4' # PSF
@@ -23 +24 @@ oslo.messaging>=5.29.0 # Apache-2.0
-bandit>=1.1.0 # Apache-2.0
+bandit!=1.6.0,>=1.1.0 # Apache-2.0






More information about the Release-announce mailing list