[openstack-dev] [release][oslo][stable] oslo.messaging release 1.8.3 (kilo)

doug at doughellmann.com doug at doughellmann.com
Tue Jun 9 15:18:11 UTC 2015


We are satisfied to announce the release of:

oslo.messaging 1.8.3: Oslo Messaging API

With source available at:

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

For more details, please see the git log history below and:

    http://launchpad.net/oslo.messaging/+milestone/1.8.3

Please report issues through launchpad:

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

Changes in oslo.messaging 1.8.2..1.8.3
--------------------------------------

b5e1583 Adding Publisher Acknowledgements/confirms
41d0d87 consumer connections not closed properly
2daf4dc rabbit: Set timeout on the underlying socket
d416889 Updated from global requirements

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

oslo_messaging/_drivers/impl_rabbit.py           | 333 ++++++++++++-----------
requirements-py3.txt                             |  12 +-
requirements.txt                                 |  14 +-
test-requirements-py3.txt                        |   4 +-
test-requirements.txt                            |   6 +-
6 files changed, 205 insertions(+), 180 deletions(-)


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

diff --git a/requirements-py3.txt b/requirements-py3.txt
index 05cb050..75d708c 100644
--- a/requirements-py3.txt
+++ b/requirements-py3.txt
@@ -5,5 +5,5 @@
-oslo.config>=1.9.0  # Apache-2.0
-oslo.serialization>=1.2.0               # Apache-2.0
-oslo.utils>=1.2.0                       # Apache-2.0
-oslo.i18n>=1.3.0  # Apache-2.0
-stevedore>=1.1.0  # Apache-2.0
+oslo.config>=1.9.3,<1.10.0  # Apache-2.0
+oslo.serialization>=1.4.0,<1.5.0               # Apache-2.0
+oslo.utils>=1.4.0,<1.5.0                       # Apache-2.0
+oslo.i18n>=1.5.0,<1.6.0  # Apache-2.0
+stevedore>=1.3.0,<1.4.0  # Apache-2.0
@@ -21 +21 @@ kombu>=2.5.0
-oslo.middleware>=0.3.0                  # Apache-2.0
+oslo.middleware>=1.0.0,<1.1.0                  # Apache-2.0
diff --git a/requirements.txt b/requirements.txt
index 4e87ee6..58652ef 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,5 +7,5 @@ pbr>=0.6,!=0.7,<1.0
-oslo.config>=1.9.0  # Apache-2.0
-oslo.utils>=1.2.0                       # Apache-2.0
-oslo.serialization>=1.2.0               # Apache-2.0
-oslo.i18n>=1.3.0  # Apache-2.0
-stevedore>=1.1.0  # Apache-2.0
+oslo.config>=1.9.3,<1.10.0  # Apache-2.0
+oslo.utils>=1.4.0,<1.5.0                       # Apache-2.0
+oslo.serialization>=1.4.0,<1.5.0               # Apache-2.0
+oslo.i18n>=1.5.0,<1.6.0  # Apache-2.0
+stevedore>=1.3.0,<1.4.0  # Apache-2.0
@@ -19 +19 @@ six>=1.9.0
-eventlet>=0.16.1
+eventlet>=0.16.1,!=0.17.0
@@ -29 +29 @@ kombu>=2.5.0
-oslo.middleware>=0.3.0                  # Apache-2.0
+oslo.middleware>=1.0.0,<1.1.0                  # Apache-2.0
diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index 937c9f2..f137195 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.txt
@@ -16 +16 @@ testtools>=0.9.36,!=1.2.0
-oslotest>=1.2.0  # Apache-2.0
+oslotest>=1.5.1,<1.6.0  # Apache-2.0
@@ -25 +25 @@ sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.2.0  # Apache-2.0
+oslosphinx>=2.5.0,<2.6.0  # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 0b2a583..b6d3057 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -16 +16 @@ testtools>=0.9.36,!=1.2.0
-oslotest>=1.2.0  # Apache-2.0
+oslotest>=1.5.1,<1.6.0  # Apache-2.0
@@ -25 +25 @@ redis>=2.10.0
-pyzmq>=14.3.1
+pyzmq>=14.3.1 # LGPL+BSD
@@ -34 +34 @@ sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.2.0  # Apache-2.0
+oslosphinx>=2.5.0,<2.6.0  # Apache-2.0



More information about the OpenStack-dev mailing list