We joyfully announce the release of: oslo.messaging 5.31.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.30.0..5.31.0 ---------------------------------------- d15a6de Remove envelope argument from driver send() interface f74328c Imported Translations from Zanata 501862b Updated from global requirements 8203b9e Update amqp 1.0 driver deployment guide f059bba Prevent rabbit from raising unexpected exceptions 38d8bdc Updated from global requirements 80c6283 Remove unnecessary setUp function in testcase b7382d5 Ensure RPC endpoint target attribute is correct b3b1ae1 Fix a typo cd589ff Update links in README 0976185 Updated from global requirements 1038a1c fix 'configration' typo 4aec303 Update reno for stable/pike 2c9ac20 Remove the test that counts kombu connect calls Diffstat (except docs and test files) ------------------------------------- README.rst | 4 +- oslo_messaging/_drivers/base.py | 6 +- oslo_messaging/_drivers/impl_amqp1.py | 7 +- oslo_messaging/_drivers/impl_rabbit.py | 15 +-- .../en_GB/LC_MESSAGES/oslo_messaging-log-error.po | 61 ----------- .../en_GB/LC_MESSAGES/oslo_messaging-log-info.po | 34 ------- .../LC_MESSAGES/oslo_messaging-log-warning.po | 45 --------- oslo_messaging/rpc/dispatcher.py | 9 ++ releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 30 ------ releasenotes/source/pike.rst | 6 ++ requirements.txt | 4 +- test-requirements.txt | 6 +- 25 files changed, 229 insertions(+), 277 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 2d9bd1a..63e3634 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 -oslo.log>=3.22.0 # Apache-2.0 +oslo.log>=3.30.0 # Apache-2.0 @@ -25 +25 @@ WebOb>=1.7.1 # MIT -PyYAML>=3.10.0 # MIT +PyYAML>=3.10 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 31991e8..85a81bd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ fixtures>=3.0.0 # Apache-2.0/BSD -mock>=2.0 # BSD +mock>=2.0.0 # BSD @@ -32,2 +32,2 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 -reno!=2.3.1,>=1.8.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0