[release-announce] oslo.concurrency 3.30.0 (train)

no-reply at openstack.org no-reply at openstack.org
Wed Sep 4 14:38:37 UTC 2019


We are stoked to announce the release of:

oslo.concurrency 3.30.0: Oslo Concurrency library

This release is part of the train 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 3.29.1..3.30.0
------------------------------------------

610df38 Add Python 3 Train unit tests
fac974b Cap Bandit below 1.6.0 and update Sphinx requirement
443ed81 Replace git.openstack.org URLs with opendev.org URLs
1de2d84 OpenDev Migration Patch
7dd0913 Dropping the py35 testing
7274bc2 Follow the new PTI for document build
f888254 Update master for stable/stein


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

.gitignore                       |  1 +
.gitreview                       |  2 +-
.zuul.yaml                       |  3 +--
README.rst                       |  8 +++----
oslo_concurrency/processutils.py |  4 ++--
releasenotes/source/index.rst    |  1 +
releasenotes/source/stein.rst    |  6 ++++++
setup.cfg                        |  3 ++-
test-requirements.txt            |  7 +-----
tox.ini                          | 30 ++++++++++++++------------
13 files changed, 58 insertions(+), 64 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 0582fe5..2ad4326 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12,5 +11,0 @@ stestr>=2.0.0 # Apache-2.0
-# These are needed for docs generation
-openstackdocstheme>=1.18.1 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
-reno>=2.5.0 # Apache-2.0
-
@@ -20 +15 @@ eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
-bandit>=1.1.0 # Apache-2.0
+bandit>=1.1.0,<1.6.0 # Apache-2.0






More information about the Release-announce mailing list