We are psyched to announce the release of: oslo.concurrency 3.16.0: Oslo Concurrency library This release is part of the ocata 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.15.0..3.16.0 ------------------------------------------ 3f08e9c Updated from global requirements 454b30d Updated from global requirements 29c62bf Updated from global requirements c28976c Imported Translations from Zanata 0d8c71a Remove unnecessary requirements 393e746 [TrivialFix] Replace 'assertTrue(a in b)' with 'assertIn(a, b)' Diffstat (except docs and test files) ------------------------------------- .../source/locale/fr/LC_MESSAGES/releasenotes.po | 33 ++++++++++++++++++++++ requirements.txt | 8 ++---- test-requirements.txt | 4 +-- 4 files changed, 45 insertions(+), 14 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 14727e5..28af47a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=1.6 # Apache-2.0 +pbr>=1.8 # Apache-2.0 @@ -7,2 +7 @@ enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # -iso8601>=0.1.11 # MIT -oslo.config>=3.14.0 # Apache-2.0 +oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 @@ -10 +9 @@ oslo.i18n>=2.1.0 # Apache-2.0 -oslo.utils>=3.16.0 # Apache-2.0 +oslo.utils>=3.18.0 # Apache-2.0 @@ -13 +11,0 @@ fasteners>=0.7 # Apache-2.0 -retrying!=1.3.0,>=1.2.3 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 875421c..7a1166b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7 @@ oslotest>=1.10.0 # Apache-2.0 -coverage>=3.6 # Apache-2.0 +coverage>=4.0 # Apache-2.0 @@ -14 +14 @@ sphinx!=1.3b1,<1.4,>=1.2.1 # BSD -reno>=1.8.0 # Apache2 +reno>=1.8.0 # Apache-2.0