We are stoked to announce the release of: oslo.messaging 10.4.0: Oslo Messaging API This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/oslo.messaging Download the package from: https://pypi.org/project/oslo.messaging Please report issues through: https://bugs.launchpad.net/oslo.messaging/+bugs For more details, please see below. Changes in oslo.messaging 10.3.0..10.4.0 ---------------------------------------- 37fabdd8 Migrate grenade jobs to py3 c8d6fed7 Make sure minimum amqp is 2.5.2 4529981d Switch to Ussuri jobs 1e7a0c6f tox: Keeping going with docs b104f254 Add RPC incoming and reply log 40e5be48 Modify some comments to make them clickable Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- lower-constraints.txt | 6 +++--- oslo_messaging/_drivers/impl_fake.py | 2 ++ oslo_messaging/_drivers/impl_rabbit.py | 6 +++--- oslo_messaging/rpc/server.py | 18 ++++++++++++++++++ .../oslo.messaging-src-grenade-dsvm-multinode/run.yaml | 1 + playbooks/oslo.messaging-src-grenade-dsvm/run.yaml | 1 + requirements.txt | 4 ++-- tox.ini | 10 ++++++++-- 11 files changed, 42 insertions(+), 14 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7ed73945..6de25a49 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,2 +28,2 @@ PyYAML>=3.12 # MIT -amqp>=2.4.1 # BSD -kombu!=4.0.2,>=4.6.1 # BSD +amqp>=2.5.2 # BSD +kombu>=4.6.6 # BSD
participants (1)
-
no-reply@openstack.org