We high-spiritedly announce the release of: oslo.i18n 3.24.0: Oslo i18n library This release is part of the train 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 3.23.1..3.24.0 ----------------------------------- 4b0518d Add Python 3 Train unit tests a6e3308 Move doc related modules to doc/requirements.txt 7934e6f Clarify that translation strings are extracted via source inspection 746be63 Fix guidelines w.r.t. translation of log messages ddee2b2 Move to releases.openstack.org 810d60a Cap Bandit below 1.6.0 and update Sphinx requirement 292a952 Replace git.openstack.org URLs with opendev.org URLs 5060d93 OpenDev Migration Patch 37dfb9d Dropping the py35 testing 1f9cf76 Update master for stable/stein Diffstat (except docs and test files) ------------------------------------- .gitignore | 4 ++ .gitreview | 2 +- .zuul.yaml | 3 +- README.rst | 2 +- releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 ++ setup.cfg | 3 +- test-requirements.txt | 7 +-- tox.ini | 13 +++- 11 files changed, 79 insertions(+), 104 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 34e0469..d4fab97 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,3 +6,0 @@ stestr>=2.0.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD -openstackdocstheme>=1.18.1 # Apache-2.0 - @@ -18,2 +14,0 @@ oslo.config>=5.2.0 # Apache-2.0 -reno>=2.5.0 # Apache-2.0 - @@ -21 +16 @@ reno>=2.5.0 # Apache-2.0 -bandit>=1.1.0 # Apache-2.0 +bandit>=1.1.0,<1.6.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org