We high-spiritedly announce the release of: oslo.i18n 5.1.0: Oslo i18n library The source is available from: https://opendev.org/openstack/oslo.i18n Download the package from: https://pypi.org/project/oslo.i18n For more details, please see below. Changes in oslo.i18n 5.0.1..5.1.0 --------------------------------- c7d9354 Changed minversion in tox to 3.18.0 f42d0ce Switch testing to Xena testing runtime bd049f5 Upgrade the pre-commit-hooks version 08a5a58 Fix requirements issues 8609dc2 Remove all usage of six library 5ee531c Use TOX_CONSTRAINTS_FILE bf972ec Use py3 as the default runtime for tox 720230d Fix hacking min version to 3.0.1 912849f Remove six.PY3 05356e6 Adding pre-commit 598fb7c Add Python3 wallaby unit tests bc370d0 Update master for stable/victoria Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 39 +++++++++++++++++++++++++++++++ .zuul.yaml | 3 +-- lower-constraints.txt | 45 ------------------------------------ oslo_i18n/_factory.py | 8 +++---- oslo_i18n/_gettextutils.py | 4 ++-- oslo_i18n/_message.py | 14 +++++------ oslo_i18n/_translate.py | 4 +--- oslo_i18n/fixture.py | 3 +-- releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 6 +++++ requirements.txt | 1 - test-requirements.txt | 4 +++- tox.ini | 18 +++++---------- 21 files changed, 88 insertions(+), 154 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a072ac0..6de9f4e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +5,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 73f6104..1b99e25 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -15,0 +16,2 @@ bandit>=1.6.0,<1.7.0 # Apache-2.0 + +pre-commit>=2.6.0 # MIT
participants (1)
-
no-reply@openstack.org