We are happy to announce the release of: oslo.concurrency 4.1.0: Oslo Concurrency library This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/oslo.concurrency Download the package from: https://pypi.org/project/oslo.concurrency Please report issues through: https://bugs.launchpad.net/oslo.concurrency/+bugs For more details, please see below. Changes in oslo.concurrency 4.0.2..4.1.0 ---------------------------------------- 5fd22ea Fix hacking min version to 3.0.1 bfe7125 Switch to newer openstackdocstheme and reno versions 0ed7089 Remove the unused coding style modules 19fee9b Remove babel.cfg etc dd5a141 Remove six usage 9168889 Monkey patch original current_thread _active c5e0dfe Add py38 package metadata 463b32d Imported Translations from Zanata 1cb1746 Bump default tox env from py37 to py38 b1c4f34 Add release notes links to doc index 1ac7001 Add Python3 victoria unit tests 80a89c6 Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- babel.cfg | 1 - lower-constraints.txt | 11 +-- .../locale/en_GB/LC_MESSAGES/oslo_concurrency.po | 8 +- oslo_concurrency/lockutils.py | 3 +- oslo_concurrency/processutils.py | 39 +++------ releasenotes/source/conf.py | 6 +- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++ requirements.txt | 1 - setup.cfg | 15 +--- test-requirements.txt | 2 +- tox.ini | 2 +- 19 files changed, 93 insertions(+), 139 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 241920c..2abd8f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +8,0 @@ oslo.utils>=3.33.0 # Apache-2.0 -six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 4ccbbe1..2d71e69 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