We are exuberant to announce the release of: oslo.messaging 5.12.0: Oslo Messaging API
This release is part of the ocata 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.11.0..5.12.0 ---------------------------------------- b1b3677 Updated from global requirements 3efbdc7 Updated from global requirements e5aceb3 Using assertIsNone() instead of assertEqual(None) b28b287 Change assertTrue(isinstance()) by optimal assert c9732d5 [zmq] Don't fallback to topic if wrong server specified 56c48c6 [TrivialFix] Replace old style assertions with new style assertions 7f2341b [TrivialFix] Fix typo in oslo.messaging 6eb57b4 [simulator] Fix a message length generator usage 998135b Update .coveragerc after the removal of respective directory d054c31 [sentinels] Fix hosts extracting and slaves usage 1121a6b [zmq] SUB-PUB local proxy Diffstat (except docs and test files) ------------------------------------- .coveragerc | 2 +- .../oslo_messaging_amqp_driver_overview.rst | 2 +- .../zmq_driver/client/zmq_routing_table.py | 7 +- .../zmq_driver/matchmaker/zmq_matchmaker_redis.py | 53 ++++++++------- .../zmq_driver/proxy/central/zmq_central_proxy.py | 58 +++-------------- .../proxy/central/zmq_publisher_proxy.py | 4 +- .../_drivers/zmq_driver/proxy/local/__init__.py | 0 .../zmq_driver/proxy/local/zmq_local_proxy.py | 63 ++++++++++++++++++ .../_drivers/zmq_driver/proxy/zmq_base_proxy.py | 76 ++++++++++++++++++++++ .../_drivers/zmq_driver/proxy/zmq_proxy.py | 17 ++++- .../_drivers/zmq_driver/proxy/zmq_sender.py | 15 +++++ .../server/consumers/zmq_sub_consumer.py | 30 +++++++-- oslo_messaging/_drivers/zmq_driver/zmq_address.py | 4 +- oslo_messaging/_drivers/zmq_driver/zmq_options.py | 11 +++- requirements.txt | 6 +- test-requirements.txt | 4 +- tools/simulator.py | 6 +- 23 files changed, 286 insertions(+), 124 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 59af9c1..11b5271 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ futurist!=0.15.0,>=0.11.0 # Apache-2.0 -oslo.config>=3.14.0 # Apache-2.0 +oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 @@ -11 +11 @@ oslo.log>=3.11.0 # Apache-2.0 -oslo.utils>=3.16.0 # Apache-2.0 +oslo.utils>=3.17.0 # Apache-2.0 @@ -38 +38 @@ amqp<2.0,>=1.4.0 # LGPL -kombu>=3.0.25 # BSD +kombu!=4.0.0,>=3.0.25 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index b5a1384..b283a25 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -29 +29 @@ kafka-python<1.0.0,>=0.9.5 # Apache-2.0 -coverage>=3.6 # Apache-2.0 +coverage>=4.0 # Apache-2.0 @@ -34 +34 @@ oslosphinx>=4.7.0 # Apache-2.0 -reno>=1.8.0 # Apache2 +reno>=1.8.0 # Apache-2.0 __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev