keystonemiddleware 10.8.0 (epoxy)
We are pumped to announce the release of: keystonemiddleware 10.8.0 This release is part of the epoxy 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. 10.8.0 ^^^^^^ Upgrade Notes * Python 3.8 support was dropped. The minimum version of Python now supported is Python 3.9. Changes in keystonemiddleware 10.7.1..10.8.0 -------------------------------------------- eadc073 Imported Translations from Zanata c45a18b Remove Python 3.8 support 2fa7d09 Use oslo.utils to escape IPv6 address a5db32d Get rid of pkg_resources cdc89b6 Replace deprecated constant_time_compare 0d15d09 Bump hacking (slightly) 0406a04 Update master for stable/2024.2 c4df65b s3token: Fix usage of removed Identity v2 API 9430017 Imported Translations from Zanata 8eea565 tox: Drop envdir ce62661 Remove unnecessary setup_hook 1013490 Use TOX_CONSTRAINTS_FILE Diffstat (except docs and test files) ------------------------------------- keystonemiddleware/_common/config.py | 6 +- keystonemiddleware/auth_token/_auth.py | 9 +- keystonemiddleware/auth_token/_memcache_crypt.py | 3 +- .../locale/en_GB/LC_MESSAGES/keystonemiddleware.po | 93 ++++++++++++++++++- keystonemiddleware/s3_token.py | 2 +- .../unit/auth_token/test_auth_token_middleware.py | 8 +- .../notes/remove-py38-438c67d4d2da02a3.yaml | 5 + releasenotes/source/2024.2.rst | 6 ++ releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 103 ++++++++++++++++++--- setup.cfg | 8 +- test-requirements.txt | 2 +- tox.ini | 4 +- 15 files changed, 215 insertions(+), 47 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index b2273bb..e0109e2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +1 @@ -hacking~=6.0.1 # Apache-2.0 +hacking~=6.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org