We are thrilled to announce the release of: oslo.concurrency 4.4.0: Oslo Concurrency library This release is part of the wallaby 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.3.0..4.4.0 ---------------------------------------- 7dcf9e9 Dropping lower constraints testing 07cf5c0 Use TOX_CONSTRAINTS_FILE 6533958 Monkey patch original current_thread _active in processutils ff1e681 Add Python3 wallaby unit tests 5f73c49 Update master for stable/victoria b8f713b Adding pre-commit Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 35 +++++++++++++++++++++++++++++++++++ .zuul.yaml | 3 +-- oslo_concurrency/processutils.py | 7 +++++++ releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 6 ++++++ test-requirements.txt | 2 ++ tox.ini | 6 +++--- 8 files changed, 57 insertions(+), 5 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index e0da2c5..d737720 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,0 +14,2 @@ bandit>=1.6.0,<1.7.0 # Apache-2.0 + +pre-commit>=2.6.0 # MIT