[openstack-announce] [release][oslo] oslo.messaging release 2.5.0 (liberty)

davanum at gmail.com davanum at gmail.com
Tue Sep 8 16:15:02 UTC 2015


We are thrilled to announce the release of:

oslo.messaging 2.5.0: Oslo Messaging API

This release is part of the liberty release series.

With source available at:

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

With package available at:

    https://pypi.python.org/pypi/oslo.messaging

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

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

Please report issues through launchpad:

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

Changes in oslo.messaging 2.4.0..2.5.0
--------------------------------------

e9a1492 Imported Translations from Transifex
bc3ae73 Update path to subunit2html in post_test_hook
4d0ab45 Fix typos in a document and a comment
ca7adcc Updated from global requirements
b8c4be7 Imported Translations from Transifex
58c13f8 Updated from global requirements
992c7ec Port the AMQP1 driver to new Pyngus SASL API
f4b6171 Updated from global requirements
087b146 Imported Translations from Transifex
bb5afe1 Updated from global requirements
0c65ef5 Add config options to the documentation
170fdc3 Updated from global requirements

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

.../locale/de/LC_MESSAGES/oslo.messaging.po        |  34 ------
.../en_GB/LC_MESSAGES/oslo.messaging-log-error.po  |  10 +-
.../en_GB/LC_MESSAGES/oslo.messaging-log-info.po   |  26 ++++
.../LC_MESSAGES/oslo.messaging-log-warning.po      |  36 ++++++
.../locale/en_GB/LC_MESSAGES/oslo.messaging.po     |  33 -----
.../es/LC_MESSAGES/oslo.messaging-log-error.po     |  11 +-
.../es/LC_MESSAGES/oslo.messaging-log-warning.po   |  26 ++++
.../locale/es/LC_MESSAGES/oslo.messaging.po        |  33 -----
.../locale/fr/LC_MESSAGES/oslo.messaging.po        |  42 -------
oslo.messaging/locale/oslo.messaging-log-error.pot |   9 +-
oslo.messaging/locale/oslo.messaging-log-info.pot  |   9 +-
.../locale/oslo.messaging-log-warning.pot          |  17 ++-
oslo.messaging/locale/oslo.messaging.pot           |  25 +---
.../_drivers/protocols/amqp/controller.py          |  34 +++---
.../_drivers/protocols/amqp/eventloop.py           |  86 +++++++------
requirements.txt                                   |   8 +-
setup-test-env-qpid.sh                             |  44 ++++++-
tox.ini                                            |   4 +-
23 files changed, 381 insertions(+), 259 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index a7d304f..b835c7f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr<2.0,>=1.4
+pbr<2.0,>=1.6
@@ -8 +8 @@ futurist>=0.1.2 # Apache-2.0
-oslo.config>=2.1.0 # Apache-2.0
+oslo.config>=2.3.0 # Apache-2.0
@@ -13 +13 @@ oslo.serialization>=1.4.0 # Apache-2.0
-oslo.service>=0.6.0 # Apache-2.0
+oslo.service>=0.7.0 # Apache-2.0
@@ -38 +38 @@ kombu>=3.0.7
-oslo.middleware!=2.6.0,>=2.4.0 # Apache-2.0
+oslo.middleware>=2.8.0 # Apache-2.0





More information about the OpenStack-announce mailing list