oslo.i18n 6.7.0 (gazpacho)
We are glad to announce the release of: oslo.i18n 6.7.0 This release is part of the gazpacho 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.7.0 ^^^^^ Upgrade Notes * Support for Python 3.9 has been removed. Now the minimum python version supported is 3.10. Changes in oslo.i18n 6.6.0..6.7.0 --------------------------------- aa4f56a reno: Update master for unmaintained/2024.1 c24d62a Add repository URL b2fd2f2 README: Remove badges 5c364f0 Add mypy 3d24243 Add typing 97f55ec Add ruff 2f29e88 pre-commit: Bump dependencies 83cef2a Migrate setup configuration to pyproject.toml 3a34948 Drop Python 3.9 support 0fe3c54 Update master for stable/2025.2 Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 38 +-- README.rst | 9 - oslo_i18n/_factory.py | 80 ++++--- oslo_i18n/_gettextutils.py | 125 ++++++++-- oslo_i18n/_i18n.py | 3 +- oslo_i18n/_lazy.py | 2 +- oslo_i18n/_locale.py | 2 +- oslo_i18n/_message.py | 129 ++++++---- oslo_i18n/_translate.py | 11 +- oslo_i18n/fixture.py | 74 +++--- oslo_i18n/log.py | 22 +- pyproject.toml | 67 ++++++ .../notes/remove-py39-14506b4e1591a110.yaml | 5 + releasenotes/source/2024.1.rst | 2 +- releasenotes/source/2025.2.rst | 6 + releasenotes/source/conf.py | 36 ++- releasenotes/source/index.rst | 1 + setup.cfg | 26 -- setup.py | 4 +- tox.ini | 13 +- 33 files changed, 662 insertions(+), 382 deletions(-)
participants (1)
-
no-reply@openstack.org