We contentedly announce the release of: oslo.concurrency 6.0.0: Oslo Concurrency library This release is part of the caracal 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. 6.0.0 ^^^^^ Upgrade Notes * The following options are no longer loaded from the "[DEFAULT] section". Set these options in the "[oslo_concurrency]" section. * "disable_process_locking" * "lock_path" Changes in oslo.concurrency 5.3.0..6.0.0 ---------------------------------------- 925c2a2 Fix wrong stacklevel d51723f Drop fallback to DEFAULT section 8ff8661 Display coverage report 797f40a pre-commit: Integrate bandit 36bb13e pre-commit: Bump versions dedcc75 Bump hacking 7f1b9d1 Update python classifier in setup.cfg Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 29 ++++++++-------------- oslo_concurrency/lockutils.py | 6 ++--- oslo_concurrency/processutils.py | 2 +- ...e-defaut-section-fallback-a90a6d2fd10671bc.yaml | 8 ++++++ requirements.txt | 4 --- setup.cfg | 1 + test-requirements.txt | 10 -------- tox.ini | 7 +++--- 9 files changed, 26 insertions(+), 54 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 2abd8f0..9738a15 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - diff --git a/test-requirements.txt b/test-requirements.txt index 7c65a07..3aa5639 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -11,5 +5,0 @@ eventlet>=0.19.0 # MIT - -# Bandit security code scanner -bandit>=1.7.0,<1.8.0 # Apache-2.0 - -pre-commit>=2.6.0 # MIT
participants (1)
-
no-reply@openstack.org