[release-announce] [oslo] oslo.messaging 5.19.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Mon Mar 13 16:59:06 UTC 2017


We are glad to announce the release of:

oslo.messaging 5.19.0: Oslo Messaging API

This release is part of the pike release series.

The source is available from:

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

Download the package from:

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

Please report issues through launchpad:

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

For more details, please see below.

Changes in oslo.messaging 5.18.0..5.19.0
----------------------------------------

3fce2e0 Updated from global requirements
1fb3956 Remove self.mox
8cbca30 Move decorator updated_kwarg_default_value to right place
84faac2 [Fix gate]Update test requirement
ed149ba Allow checking if notifier is enabled
7728afe Remove mox3 from test-requirements.txt


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

oslo_messaging/notify/notifier.py            |  8 +++++++
oslo_messaging/rpc/dispatcher.py             |  9 --------
oslo_messaging/rpc/server.py                 | 11 ++++++++++
test-requirements.txt                        |  3 +--
7 files changed, 65 insertions(+), 17 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 9a38013..711a433 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@
-hacking<0.11,>=0.10.0
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
@@ -10 +9,0 @@ mock>=2.0 # BSD
-mox3!=0.19.0,>=0.7.0 # Apache-2.0





More information about the Release-announce mailing list