[oslo] oslo.messaging 5.32.0 (queens)
We are happy to announce the release of: oslo.messaging 5.32.0: Oslo Messaging API This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.messaging Download the package from: https://pypi.python.org/pypi/oslo.messaging Please report issues through launchpad: https://bugs.launchpad.net/oslo.messaging For more details, please see below. Changes in oslo.messaging 5.31.0..5.32.0 ---------------------------------------- 4226bad Updated from global requirements 03b6f18 Warn when wrong transport instance is used d7229a1 Fix some reST field lists in docstrings 147186c Suppress excessive debug logs when consume rabbit a76e8c0 Fix use of print function on python3 59c0c8b Add licenses and remove unused import in doc/source/conf.py d1dac1c Class-level _exchanges in FakeExchangeManager 263dce9 Add support for virtual hosts Diffstat (except docs and test files) ------------------------------------- oslo_messaging/_drivers/amqp1_driver/addressing.py | 85 ++++++++------ oslo_messaging/_drivers/amqp1_driver/controller.py | 55 +++++++-- oslo_messaging/_drivers/amqp1_driver/eventloop.py | 10 +- oslo_messaging/_drivers/amqp1_driver/opts.py | 22 ++++ oslo_messaging/_drivers/impl_amqp1.py | 3 +- oslo_messaging/_drivers/impl_fake.py | 5 +- oslo_messaging/_drivers/impl_rabbit.py | 9 +- .../_drivers/pika_driver/pika_message.py | 2 +- oslo_messaging/_drivers/pika_driver/pika_poller.py | 8 +- oslo_messaging/notify/listener.py | 6 + oslo_messaging/notify/notifier.py | 9 +- oslo_messaging/rpc/client.py | 10 ++ oslo_messaging/rpc/server.py | 5 + oslo_messaging/rpc/transport.py | 5 +- oslo_messaging/transport.py | 22 +++- requirements.txt | 18 +-- setup-test-env-amqp1.sh | 4 +- test-requirements.txt | 4 +- 27 files changed, 483 insertions(+), 167 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 63e3634..6f55190 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,2 +7,2 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -futurist!=0.15.0,>=0.11.0 # Apache-2.0 -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 +futurist>=1.2.0 # Apache-2.0 +oslo.config>=4.6.0 # Apache-2.0 @@ -10,4 +10,4 @@ oslo.log>=3.30.0 # Apache-2.0 -oslo.utils>=3.20.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0 -oslo.service>=1.10.0 # Apache-2.0 -oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 +oslo.utils>=3.28.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.service>=1.24.0 # Apache-2.0 +oslo.i18n>=3.15.3 # Apache-2.0 @@ -20 +20 @@ six>=1.9.0 # MIT -cachetools>=1.1.0 # MIT License +cachetools>=2.0.0 # MIT License @@ -29 +29 @@ PyYAML>=3.10 # MIT -amqp!=2.1.4,>=2.1.0 # BSD +amqp!=2.1.4,>=2.1.1 # BSD @@ -39 +39 @@ tenacity>=3.2.1 # Apache-2.0 -oslo.middleware>=3.27.0 # Apache-2.0 +oslo.middleware>=3.30.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 85a81bd..f135481 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -37 +37 @@ reno>=2.5.0 # Apache-2.0 -pyngus>=2.0.2 # Apache-2.0 +pyngus>=2.2.0 # Apache-2.0 @@ -43 +43 @@ eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT -greenlet>=0.3.2 # MIT +greenlet>=0.4.10 # MIT
participants (1)
-
no-reply@openstack.org