keystonemiddleware 9.0.0 (ussuri)
We enthusiastically announce the release of: keystonemiddleware 9.0.0: Middleware for OpenStack Identity This release is part of the ussuri 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. 9.0.0 ^^^^^ Upgrade Notes * Python 2.7 support has been dropped. Last release of keystonemiddleware to support python 2.7 is OpenStack Train. The minimum version of Python now supported is Python 3.6. Changes in keystonemiddleware 8.0.0..9.0.0 ------------------------------------------ f32fcc6 Update hacking for Python3 f88d07f Have middlewarearchitecture doc reference auth_type option 6635268 Remove universal wheel configuration bf39733 [ussuri][goal] Drop python 2.7 support and testing 62c3eaf Imported Translations from Zanata d3090bf Remove keystoneclient exception usage in tests 4d6e9cb Fix DeprecationWarning: invalid escape sequence issues dbddbcc Switch to Ussuri jobs f1856a0 Update the constraints url Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 4 +- keystonemiddleware/auth_token/__init__.py | 10 +- .../locale/en_GB/LC_MESSAGES/keystonemiddleware.po | 16 +- .../locale/ko_KR/LC_MESSAGES/keystonemiddleware.po | 6 +- .../unit/auth_token/test_auth_token_middleware.py | 5 +- .../notes/drop-py-2-7-6655f421a9cac0a2.yaml | 6 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 215 ++++++++++++++++++++- setup.cfg | 4 - test-requirements.txt | 2 +- tox.ini | 21 +- 13 files changed, 242 insertions(+), 60 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 6ca0c43..3ab58aa 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking<0.11,>=0.10.0 +hacking>=3.0,<4.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org