We exuberantly announce the release of: oslo.messaging 12.1.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 12.0.0..12.1.0 ---------------------------------------- 7f638bb4 Update hacking for Python3 Diffstat (except docs and test files) ------------------------------------- oslo_messaging/_drivers/impl_rabbit.py | 8 +++---- oslo_messaging/hacking/checks.py | 23 +++++++++--------- oslo_messaging/notify/filter.py | 2 +- oslo_messaging/notify/listener.py | 3 ++- test-requirements.txt | 2 +- tox.ini | 10 ++++++-- 11 files changed, 50 insertions(+), 40 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index da96f055..76661050 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0