[openstack-announce] [release] oslo.concurrency release 1.8.2
davanum at gmail.com
davanum at gmail.com
Tue Aug 4 15:08:04 UTC 2015
We are glad to announce the release of:
oslo.concurrency 1.8.2: Oslo Concurrency library
With source available at:
http://git.openstack.org/cgit/openstack/oslo.concurrency
For more details, please see the git log history below and:
http://launchpad.net/oslo.concurrency/+milestone/1.8.2
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.concurrency
Changes in oslo.concurrency 1.8.1..1.8.2
----------------------------------------
2855b6e processutils: ensure on_completion callback is always called
a258e67 Updated from global requirements
93fe2c7 Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
oslo_concurrency/processutils.py | 21 +++++++++++----------
requirements.txt | 14 +++++++-------
setup.py | 1 -
test-requirements.txt | 10 +++++-----
5 files changed, 41 insertions(+), 23 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 5593c71..a91296f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=0.6,!=0.7,<1.0
+pbr!=0.7,<1.0,>=0.6
@@ -8,5 +8,5 @@ iso8601>=0.1.9
-fixtures>=0.3.14
-oslo.config>=1.9.3,<1.10.0 # Apache-2.0
-oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0
-oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
-posix_ipc
+fixtures<1.3.0,>=0.3.14
+oslo.config<1.10.0,>=1.9.3 # Apache-2.0
+oslo.i18n<1.6.0,>=1.5.0 # Apache-2.0
+oslo.utils<1.5.0,>=1.4.0 # Apache-2.0
+posix-ipc
@@ -14 +14 @@ six>=1.9.0
-retrying>=1.2.3,!=1.3.0 # Apache-2.0
+retrying!=1.3.0,>=1.2.3 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 36f25e2..d65ec9a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,2 +5,2 @@
-hacking>=0.10.0,<0.11
-oslotest>=1.5.1,<1.6.0 # Apache-2.0
+hacking<0.11,>=0.10.0
+oslotest<1.6.0,>=1.5.1 # Apache-2.0
@@ -11,2 +11,2 @@ futures>=2.1.6
-oslosphinx>=2.5.0,<2.6.0 # Apache-2.0
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
+oslosphinx<2.6.0,>=2.5.0 # Apache-2.0
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
@@ -14 +14 @@ sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-eventlet>=0.16.1,!=0.17.0
+eventlet!=0.17.0,>=0.16.1
More information about the OpenStack-announce
mailing list