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

davanum at gmail.com davanum at gmail.com
Mon Jul 27 20:26:06 UTC 2015


We are gleeful to announce the release of:

oslo.messaging 2.1.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.1.0

Please report issues through launchpad:

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

Changes in oslo.messaging 2.0.0..2.1.0
--------------------------------------

577b93b Imported Translations from Transifex
a06e152 Updated from global requirements
1b390c3 add plugin documentation for executors and notifiers
d94d6d6 Allows to change defaults opts
adcd080 Allow a forward slash as a part of the user/password

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

.../locale/de/LC_MESSAGES/oslo.messaging.po          |  8 ++++----
.../en_GB/LC_MESSAGES/oslo.messaging-log-error.po    |  4 ++--
.../locale/en_GB/LC_MESSAGES/oslo.messaging.po       |  9 +++------
.../es/LC_MESSAGES/oslo.messaging-log-error.po       |  6 +++---
.../locale/es/LC_MESSAGES/oslo.messaging.po          | 13 +++++--------
.../fr/LC_MESSAGES/oslo.messaging-log-error.po       |  6 +++---
.../locale/fr/LC_MESSAGES/oslo.messaging.po          | 11 ++++-------
oslo.messaging/locale/oslo.messaging.pot             |  8 ++------
.../ru/LC_MESSAGES/oslo.messaging-log-error.po       |  6 +++---
oslo_messaging/_drivers/impl_rabbit.py               |  4 ++--
oslo_messaging/_drivers/impl_zmq.py                  |  3 ++-
oslo_messaging/_executors/impl_aioeventlet.py        |  3 ++-
oslo_messaging/_executors/impl_pooledexecutor.py     |  8 +++++---
oslo_messaging/opts.py                               | 20 ++++++++++++++++++++
requirements.txt                                     |  2 +-
test-requirements.txt                                |  3 +--
19 files changed, 87 insertions(+), 65 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 03f0c23..1ec26bf 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ pbr<2.0,>=1.3
-futurist>=0.1.1 # Apache-2.0
+futurist>=0.1.2 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 0ce7632..2e0bbcf 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,2 +10 @@ fixtures>=1.3.1
-mock!=1.1.4,>=1.1;python_version!='2.6'
-mock==1.0.1;python_version=='2.6'
+mock>=1.2





More information about the OpenStack-announce mailing list