We enthusiastically announce the release of: oslo.messaging 8.1.0: Oslo Messaging API This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.messaging Download the package from: https://pypi.org/project/oslo.messaging Please report issues through launchpad: https://bugs.launchpad.net/oslo.messaging For more details, please see below. Changes in oslo.messaging 8.0.0..8.1.0 -------------------------------------- 7dc7684 Bump py-amqp to >= 2.3.0 dfb83f4 py37: deal with Exception repr changes a84c946 No longer allow redundant calls to server start() Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 2 +- oslo_messaging/server.py | 10 ++++------ requirements.txt | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 254f942..ef8ecab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29 +29 @@ PyYAML>=3.12 # MIT -amqp!=2.1.4,>=2.1.1 # BSD +amqp>=2.3.0 # BSD
participants (1)
-
no-reply@openstack.org