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

no-reply at openstack.org no-reply at openstack.org
Tue Jul 18 13:14:57 UTC 2017


We are ecstatic to announce the release of:

oslo.concurrency 3.21.0: Oslo Concurrency library

This release is part of the pike 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.20.0..3.21.0
------------------------------------------

92772b4 Update URLs in documents according to document migration
2e08f5d Imported Translations from Zanata
a4a204e Updated from global requirements
a04f5f1 switch from oslosphinx to openstackdocstheme
6933cc5 turn on warning-is-error for sphinx
9014fdd rearrange existing documentation to follow the new layout standard
f4b6622 Remove log translations
08b4e1c Check reStructuredText documents for common style issues
3b6feda Updated from global requirements
ef7bfd5 Check for SubprocessError by name on Python 3.x


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

HACKING.rst                                        |  6 +-
README.rst                                         |  6 +-
oslo_concurrency/_i18n.py                          | 10 ---
.../de/LC_MESSAGES/oslo_concurrency-log-info.po    | 19 ------
.../en_GB/LC_MESSAGES/oslo_concurrency-log-info.po | 27 --------
.../locale/en_GB/LC_MESSAGES/oslo_concurrency.po   | 18 ++++--
.../es/LC_MESSAGES/oslo_concurrency-log-info.po    | 27 --------
.../fr/LC_MESSAGES/oslo_concurrency-log-info.po    | 27 --------
oslo_concurrency/lockutils.py                      |  4 +-
releasenotes/source/conf.py                        | 10 ++-
.../locale/en_GB/LC_MESSAGES/releasenotes.po       | 15 +++--
requirements.txt                                   |  6 +-
setup.cfg                                          |  3 +-
test-requirements.txt                              | 10 +--
40 files changed, 235 insertions(+), 314 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 4605ad6..e8af677 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=2.0.0 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
@@ -7,2 +7,2 @@ enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' #
-oslo.config>=3.22.0 # Apache-2.0
-oslo.i18n>=2.1.0 # Apache-2.0
+oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
+oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 623b8d6..852abde 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7 @@ oslotest>=1.10.0 # Apache-2.0
-coverage>=4.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
@@ -12,3 +12,3 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-oslosphinx>=4.7.0 # Apache-2.0
-sphinx>=1.5.1 # BSD
-reno>=1.8.0 # Apache-2.0
+openstackdocstheme>=1.11.0 # Apache-2.0
+sphinx>=1.6.2 # BSD
+reno!=2.3.1,>=1.8.0 # Apache-2.0
@@ -16 +16 @@ reno>=1.8.0 # Apache-2.0
-eventlet!=0.18.3,>=0.18.2 # MIT
+eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT





More information about the Release-announce mailing list