[oslo] oslo.concurrency 3.22.0 (queens)
We are excited to announce the release of: oslo.concurrency 3.22.0: Oslo Concurrency library This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.concurrency Download the package from: https://pypi.python.org/pypi/oslo.concurrency Please report issues through launchpad: https://bugs.launchpad.net/oslo.concurrency For more details, please see below. Changes in oslo.concurrency 3.21.0..3.22.0 ------------------------------------------ a7d35cc Minor correction to docstrings aeaee20 Updated from global requirements f976110 Updated from global requirements 3ac3c16 Windows: ensure exec calls don't block other greenthreads 6d3efba Update reno for stable/pike e7cd9ff Updated from global requirements 9b3c8f3 Add debug log to indicate when external lock is taken Diffstat (except docs and test files) ------------------------------------- oslo_concurrency/lockutils.py | 3 ++ oslo_concurrency/processutils.py | 35 ++++++++++++++++----- releasenotes/source/index.rst | 1 + releasenotes/source/pike.rst | 6 ++++ requirements.txt | 2 +- test-requirements.txt | 4 +-- 7 files changed, 80 insertions(+), 10 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e8af677..7e9df9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11 +11 @@ six>=1.9.0 # MIT -fasteners>=0.7 # Apache-2.0 +fasteners>=0.7.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 852abde..0940f55 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12 +12 @@ fixtures>=3.0.0 # Apache-2.0/BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0 @@ -14 +14 @@ sphinx>=1.6.2 # BSD -reno!=2.3.1,>=1.8.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org