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

davanum at gmail.com davanum at gmail.com
Mon Jul 20 17:46:13 UTC 2015


We are glad to announce the release of:

oslo.messaging 2.0.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.0.0

Please report issues through launchpad:

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

Changes in oslo.messaging 1.17.1..2.0.0
---------------------------------------

cb210ce Update 'impl_eventlet' docstring to reflect actual impl.
6c6efe7 Updated from global requirements
91705a1 tests: adjusts an expected time for gate
3e78c1b Updated from global requirements
02a3a39 Ensure callback variable capture + cleanup is done correctly
0326541 Remove oslo namespace package
01254d1 Updated from global requirements
525e3a2 Don't install pyngus on Python 3
d5780ad Fix amqp connection pool leak in ConnectionContext
c5389be Executor docstring & attribute tweaks

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

amqp1-requirements.txt                           |   2 +-
oslo/__init__.py                                 |  16 -
oslo/messaging/__init__.py                       |  38 -
oslo/messaging/_drivers/__init__.py              |   0
oslo/messaging/_drivers/common.py                |  16 -
oslo/messaging/_executors/__init__.py            |   0
oslo/messaging/_executors/base.py                |  17 -
oslo/messaging/conffixture.py                    |  13 -
oslo/messaging/exceptions.py                     |  13 -
oslo/messaging/localcontext.py                   |  13 -
oslo/messaging/notify/__init__.py                |  28 -
oslo/messaging/notify/dispatcher.py              |  13 -
oslo/messaging/notify/listener.py                |  13 -
oslo/messaging/notify/log_handler.py             |  13 -
oslo/messaging/notify/logger.py                  |  13 -
oslo/messaging/notify/middleware.py              |  13 -
oslo/messaging/notify/notifier.py                |  13 -
oslo/messaging/rpc/__init__.py                   |  32 -
oslo/messaging/rpc/client.py                     |  13 -
oslo/messaging/rpc/dispatcher.py                 |  13 -
oslo/messaging/rpc/server.py                     |  13 -
oslo/messaging/serializer.py                     |  13 -
oslo/messaging/server.py                         |  13 -
oslo/messaging/target.py                         |  13 -
oslo/messaging/transport.py                      |  13 -
oslo_messaging/_drivers/amqp.py                  |   3 +-
oslo_messaging/_executors/impl_blocking.py       |   1 -
oslo_messaging/_executors/impl_eventlet.py       |   6 +-
oslo_messaging/_executors/impl_pooledexecutor.py |  75 +-
oslo_messaging/_executors/impl_thread.py         |   5 +-
requirements.txt                                 |   8 +-
setup.cfg                                        |   4 -
setup.py                                         |   2 +-
test-requirements.txt                            |   4 +-
62 files changed, 81 insertions(+), 7379 deletions(-)


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

diff --git a/amqp1-requirements.txt b/amqp1-requirements.txt
index f5d6af0..971b329 100644
--- a/amqp1-requirements.txt
+++ b/amqp1-requirements.txt
@@ -3 +3 @@
-pyngus>=1.3.1  # Apache-2.0
+pyngus>=1.3.1;python_version=='2.7'  # Apache-2.0
diff --git a/requirements.txt b/requirements.txt
index 53dcb5d..03f0c23 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr<2.0,>=0.11
+pbr<2.0,>=1.3
@@ -10,2 +10,2 @@ oslo.context>=0.2.0 # Apache-2.0
-oslo.log>=1.2.0 # Apache-2.0
-oslo.utils>=1.6.0 # Apache-2.0
+oslo.log>=1.6.0 # Apache-2.0
+oslo.utils>=1.9.0 # Apache-2.0
@@ -38 +38 @@ kombu>=3.0.7
-oslo.middleware!=2.0.0,>=1.2.0 # Apache-2.0
+oslo.middleware>=2.4.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 2d6a0c9..0ce7632 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ fixtures>=1.3.1
-mock>=1.1;python_version!='2.6'
+mock!=1.1.4,>=1.1;python_version!='2.6'
@@ -17 +17 @@ testtools>=1.4.0
-oslotest>=1.5.1 # Apache-2.0
+oslotest>=1.7.0 # Apache-2.0





More information about the OpenStack-announce mailing list