[release-announce] oslo.concurrency 4.0.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Mon Feb 3 11:10:39 UTC 2020


We contentedly announce the release of:

oslo.concurrency 4.0.0: Oslo Concurrency library

This release is part of the ussuri 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.

4.0.0
^^^^^

Upgrade Notes

* Python 2.7 is no longer supported. The minimum supported version
  of Python is now Python 3.6.

Changes in oslo.concurrency 3.31.0..4.0.0
-----------------------------------------

cfc27ef Drop python 2.7 support and testing
485fe22 Stop configuring install_command in tox.
fc21061 tox: Trivial cleanup
e2c71e9 Fix remove_lock test


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                         |  2 -
.../drop-python27-support-7d837a45dae941bb.yaml    |  5 +++
requirements.txt                                   |  1 -
setup.cfg                                          | 17 ++------
test-requirements.txt                              |  2 -
tox.ini                                            | 18 +++-----
8 files changed, 43 insertions(+), 56 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 950e32d..241920c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +5,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 2ad4326..44c2ac9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +7,0 @@ coverage!=4.4,>=4.0 # Apache-2.0
-futures>=3.0.0;python_version=='2.7' or python_version=='2.6' # BSD
@@ -11 +9,0 @@ stestr>=2.0.0 # Apache-2.0
-






More information about the Release-announce mailing list