We eagerly announce the release of: oslo.i18n 6.5.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/oslo.i18n Download the package from: https://pypi.org/project/oslo.i18n Please report issues through: https://bugs.launchpad.net/oslo.i18n/+bugs For more details, please see below. 6.5.0 ^^^^^ Upgrade Notes * Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 . Changes in oslo.i18n 6.4.0..6.5.0 --------------------------------- 6dc5e9a Add note about requirements lower bounds bbb1e5a Remove Python 3.8 support 8f15fe9 Run pyupgrade to clean up Python 2 syntaxes 704e571 pre-commit: Bump versions b413fe6 Declare Python 3.12 support 07fdc00 Update master for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 29 ++++++++-------------- oslo_i18n/_factory.py | 4 +-- oslo_i18n/_message.py | 4 +-- oslo_i18n/_translate.py | 4 +-- oslo_i18n/fixture.py | 8 +++--- .../notes/remove-py38-40bd12119a85133e.yaml | 5 ++++ releasenotes/source/2024.2.rst | 6 +++++ releasenotes/source/conf.py | 1 - releasenotes/source/index.rst | 1 + requirements.txt | 4 +++ setup.cfg | 4 +-- test-requirements.txt | 6 ----- tox.ini | 4 +-- 20 files changed, 49 insertions(+), 52 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 57cf689..d988712 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + diff --git a/test-requirements.txt b/test-requirements.txt index c2fc520..b9380ba 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +0,0 @@ -hacking>=6.1.0,<6.2.0 # Apache-2.0 @@ -10,5 +8,0 @@ oslo.config>=5.2.0 # Apache-2.0 - -# Bandit security code scanner -bandit>=1.7.0,<1.8.0 # Apache-2.0 - -pre-commit>=2.6.0 # MIT
participants (1)
-
no-reply@openstack.org