[release-announce] keystonemiddleware 10.2.0 (antelope)

no-reply at openstack.org no-reply at openstack.org
Fri Jan 6 16:26:25 UTC 2023


We are overjoyed to announce the release of:

keystonemiddleware 10.2.0: Middleware for OpenStack Identity

This release is part of the antelope 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.

Changes in keystonemiddleware 10.1.0..10.2.0
--------------------------------------------

e05466c Remove cache invalidation when using expired token
dc0b796 Fix pep8 gate
d2a3b53 Imported Translations from Zanata
0ed46ac Bump tox minversion to 3.18.0


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

keystonemiddleware/auth_token/__init__.py          |  6 -----
keystonemiddleware/oauth2_token.py                 |  5 +---
.../unit/auth_token/test_auth_token_middleware.py  | 19 --------------
.../locale/en_GB/LC_MESSAGES/releasenotes.po       | 30 ++++++++++++++++++++--
test-requirements.txt                              |  6 +++--
tox.ini                                            |  9 ++++---
6 files changed, 38 insertions(+), 37 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index cd0bfc9..b539b01 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6,3 @@ hacking>=3.0,<4.0.0 # Apache-2.0
-flake8-docstrings==0.2.1.post1 # MIT
+flake8-docstrings==1.6.0 # MIT
+pep8==1.7.1 # MIT
+
@@ -12 +13,0 @@ oslotest>=3.2.0 # Apache-2.0
-requests-mock>=1.2.0 # Apache-2.0
@@ -13,0 +15 @@ stevedore>=1.20.0 # Apache-2.0
+requests-mock>=1.2.0 # Apache-2.0






More information about the Release-announce mailing list