[oslo] oslo.concurrency 3.27.0 (rocky)
We enthusiastically announce the release of: oslo.concurrency 3.27.0: Oslo Concurrency library This release is part of the rocky 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.26.0..3.27.0 ------------------------------------------ b2c1310 set default python to python3 ca3c450 Switch pep8 job to python 3 1bd8ac4 fix lower constraints and uncap eventlet e55a18c add lower-constraints job a02c71d Updated from global requirements d70052a Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 7 +++++ lower-constraints.txt | 61 ++++++++++++++++++++++++++++++++++++++++ oslo_concurrency/processutils.py | 4 +-- requirements.txt | 2 +- test-requirements.txt | 4 +-- tox.ini | 10 +++++++ 6 files changed, 83 insertions(+), 5 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 273668b..950e32d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or python_version== -oslo.config>=5.1.0 # Apache-2.0 +oslo.config>=5.2.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index df438df..a6f68de 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13 +13 @@ openstackdocstheme>=1.18.1 # Apache-2.0 -sphinx!=1.6.6,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD @@ -16 +16 @@ reno>=2.5.0 # Apache-2.0 -eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT +eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
participants (1)
-
no-reply@openstack.org