We joyfully announce the release of: oslo.utils 4.2.0: Oslo Utility library This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/oslo.utils Download the package from: https://pypi.org/project/oslo.utils Please report issues through: https://bugs.launchpad.net/oslo.utils/+bugs For more details, please see below. Changes in oslo.utils 4.1.1..4.2.0 ---------------------------------- e764cd9 Stop to use the __future__ module. 64cbef8 Fix hacking min version to 3.0.1 fa0f2d5 Switch to newer openstackdocstheme and reno versions fadc077 Remove the unused coding style modules 6836944 Remove translation sections from setup.cfg f511ca0 Remove monotonic usage a91e6b9 Imported Translations from Zanata 7fd3563 Add release notes links to doc index 63eb2c5 Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- babel.cfg | 1 - lower-constraints.txt | 1 - oslo_utils/fnmatch.py | 2 - oslo_utils/timeutils.py | 7 +- releasenotes/source/conf.py | 6 +- releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 99 +++++++++++++++++++++- releasenotes/source/ussuri.rst | 6 ++ setup.cfg | 15 ---- test-requirements.txt | 2 +- tools/perf_test_mask_password.py | 2 - 15 files changed, 127 insertions(+), 42 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index cf92323..d97dd15 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org