[release-announce] [oslo] oslo.concurrency 3.19.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Mon Mar 6 17:23:44 UTC 2017


We jubilantly announce the release of:

oslo.concurrency 3.19.0: Oslo Concurrency library

This release is part of the pike release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/oslo.concurrency

Download the package from:

    https://pypi.python.org/pypi/oslo.concurrency

Please report issues through launchpad:

    http://bugs.launchpad.net/oslo.concurrency

For more details, please see below.

Changes in oslo.concurrency 3.18.0..3.19.0
------------------------------------------

998c12a Updated from global requirements
5c58a04 [Fix gate]Update test requirement
ce937b6 Updated from global requirements
cf3f641 Remove support for py34
44cf9e1 pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
89ed46d Update reno for stable/ocata


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

oslo_concurrency/version.py   | 2 +-
releasenotes/source/index.rst | 1 +
releasenotes/source/ocata.rst | 6 ++++++
requirements.txt              | 4 ++--
setup.cfg                     | 1 -
setup.py                      | 2 +-
test-requirements.txt         | 4 ++--
tox.ini                       | 2 +-
8 files changed, 14 insertions(+), 8 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 28af47a..5490c93 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=1.8 # Apache-2.0
+pbr>=2.0.0 # Apache-2.0
@@ -9 +9 @@ oslo.i18n>=2.1.0 # Apache-2.0
-oslo.utils>=3.18.0 # Apache-2.0
+oslo.utils>=3.20.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 7a1166b..623b8d6 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking<0.11,>=0.10.0
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
@@ -13 +13 @@ oslosphinx>=4.7.0 # Apache-2.0
-sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+sphinx>=1.5.1 # BSD





More information about the Release-announce mailing list