[openstack-dev] [release] oslo.messaging release 1.9.0 (liberty)

Doug Hellmann doug at doughellmann.com
Tue Apr 21 19:23:20 UTC 2015


We are happy to announce the release of:

oslo.messaging 1.10.0: Oslo Messaging API

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

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

Please report issues through launchpad:

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

Changes in oslo.messaging 1.9.0..1.10.0
---------------------------------------

9dd8441 Uncap library requirements for liberty
72c5014 Use unittest.mock on Python 3
a00d075 Enable redis test dependency on Python 3
9ef3fa8 Remove amqp driver 'unpacked content' logging
ef3575d Updated from global requirements
4decea1 Add pypi download + version badges
48441a6 Fix TypeError caused by err_msg formatting
6a83bfb Fix typo in oslo_messaging/_drivers/protocols/amqp/opts.py
d214770 Document notification_driver possible values
07c3e8b Do not skip functional test for amqp driver
5ec72e8 Add functional test for notify.logger
6f4e32a Properly deserialize received AMQP 1.0 messages
fb8c431 Make notify driver messaging play well with publish_errors
c244126 Imported Translations from Transifex
49c6d9c Sync with latest oslo-incubator
f033fc9 Don't raise Timeout on no-matchmaker results

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

README.rst                                         |  8 +++
.../locale/en_GB/LC_MESSAGES/oslo.messaging.po     | 22 +++---
oslo_messaging/_drivers/amqp.py                    |  6 +-
oslo_messaging/_drivers/impl_rabbit.py             |  2 +-
oslo_messaging/_drivers/impl_zmq.py                |  9 ++-
oslo_messaging/_drivers/protocols/amqp/driver.py   |  3 +-
oslo_messaging/_drivers/protocols/amqp/opts.py     |  2 +-
oslo_messaging/notify/log_handler.py               |  3 +-
oslo_messaging/notify/logger.py                    | 34 ++++-----
oslo_messaging/notify/notifier.py                  |  4 +-
oslo_messaging/openstack/common/versionutils.py    | 13 +++-
requirements-py3.txt                               | 14 ++--
requirements.txt                                   | 14 ++--
test-requirements-py3.txt                          |  8 ++-
test-requirements.txt                              |  6 +-
46 files changed, 273 insertions(+), 99 deletions(-)


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

diff --git a/requirements-py3.txt b/requirements-py3.txt
index 4ec18c6..a37a824 100644
--- a/requirements-py3.txt
+++ b/requirements-py3.txt
@@ -5,6 +5,6 @@
-oslo.config>=1.9.3,<1.10.0  # Apache-2.0
-oslo.context>=0.2.0,<0.3.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
+oslo.config>=1.9.3  # Apache-2.0
+oslo.context>=0.2.0                     # Apache-2.0
+oslo.serialization>=1.4.0               # Apache-2.0
+oslo.utils>=1.4.0                       # Apache-2.0
+oslo.i18n>=1.5.0  # Apache-2.0
+stevedore>=1.3.0  # Apache-2.0
@@ -22 +22 @@ kombu>=2.5.0
-oslo.middleware>=1.0.0,<1.1.0                  # Apache-2.0
+oslo.middleware>=1.0.0                  # Apache-2.0
diff --git a/requirements.txt b/requirements.txt
index ec5fef6..aaf7390 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,6 +7,6 @@ pbr>=0.6,!=0.7,<1.0
-oslo.config>=1.9.3,<1.10.0  # Apache-2.0
-oslo.context>=0.2.0,<0.3.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
+oslo.config>=1.9.3  # Apache-2.0
+oslo.context>=0.2.0                     # Apache-2.0
+oslo.utils>=1.4.0                       # Apache-2.0
+oslo.serialization>=1.4.0               # Apache-2.0
+oslo.i18n>=1.5.0  # Apache-2.0
+stevedore>=1.3.0  # Apache-2.0
@@ -29 +29 @@ kombu>=2.5.0
-oslo.middleware>=1.0.0,<1.1.0                  # Apache-2.0
+oslo.middleware>=1.0.0                  # Apache-2.0
diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index f137195..22b4c4e 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.txt
@@ -10 +9,0 @@ fixtures>=0.3.14
-mock>=1.0
@@ -16 +15,4 @@ testtools>=0.9.36,!=1.2.0
-oslotest>=1.5.1,<1.6.0  # Apache-2.0
+oslotest>=1.5.1  # Apache-2.0
+
+# for test_matchmaker_redis
+redis>=2.10.0
@@ -25 +27 @@ sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.5.0,<2.6.0  # Apache-2.0
+oslosphinx>=2.5.0  # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 5afaa74..c962f4a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -16 +16 @@ testtools>=0.9.36,!=1.2.0
-oslotest>=1.5.1,<1.6.0  # Apache-2.0
+oslotest>=1.5.1  # 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.5.0,<2.6.0  # Apache-2.0
+oslosphinx>=2.5.0  # Apache-2.0



More information about the OpenStack-dev mailing list