We joyfully announce the release of: oslo.i18n 6.3.0: Oslo i18n library This release is part of the caracal 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. Changes in oslo.i18n 6.2.0..6.3.0 --------------------------------- 0531fb2 Display coverage report 106ad5f Bump hacking 7141083 Update python classifier in setup.cfg 151fa09 Fix leftover `locale.getdefaultlocale` mock Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 2 +- oslo_i18n/fixture.py | 2 +- requirements.txt | 4 ---- setup.cfg | 1 + test-requirements.txt | 5 +---- tox.ini | 2 ++ 7 files changed, 7 insertions(+), 11 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6de9f4e..7deef88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - diff --git a/test-requirements.txt b/test-requirements.txt index a936058..124bc76 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org