[release-announce] oslo.messaging 12.2.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Thu Jun 4 10:50:58 UTC 2020


We exuberantly announce the release of:

oslo.messaging 12.2.0: Oslo Messaging API

This release is part of the victoria 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.1.0..12.2.0
----------------------------------------

28d0f432 Fix hacking min version to 3.0.1
9cc3f52a Switch to newer openstackdocstheme and reno versions
67defab9 Remove the unused coding style modules
96300a32 Print warning message when connection running out
e44c9883 Remove six usage
c1768401 Remove monotonic usage
a7b9c70f Bump default tox env from py37 to py38
243c6a7e Add py38 package metadata
7f4dafc3 Add release notes links to doc index
d011c7f2 Imported Translations from Zanata
9a66fe2a Add Python3 victoria unit tests
434ec937 Update master for stable/ussuri
2c2779a9 Fix some typos


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                         |   2 +-
lower-constraints.txt                              |  10 -
oslo_messaging/_drivers/amqp.py                    |   3 +-
oslo_messaging/_drivers/amqp1_driver/controller.py |  33 +--
oslo_messaging/_drivers/amqp1_driver/eventloop.py  |  19 +-
oslo_messaging/_drivers/amqpdriver.py              |  18 +-
oslo_messaging/_drivers/base.py                    |  16 +-
oslo_messaging/_drivers/common.py                  |  21 +-
oslo_messaging/_drivers/impl_fake.py               |  10 +-
oslo_messaging/_drivers/impl_rabbit.py             |  20 +-
oslo_messaging/_drivers/pool.py                    |   8 +-
oslo_messaging/dispatcher.py                       |   5 +-
oslo_messaging/exceptions.py                       |   4 +-
oslo_messaging/hacking/checks.py                   |  20 +-
oslo_messaging/notify/dispatcher.py                |   4 +-
oslo_messaging/notify/filter.py                    |   4 +-
oslo_messaging/notify/notifier.py                  |  10 +-
oslo_messaging/rpc/client.py                       |   4 +-
oslo_messaging/rpc/dispatcher.py                   |   5 +-
oslo_messaging/serializer.py                       |   4 +-
oslo_messaging/server.py                           |   5 +-
oslo_messaging/transport.py                        |   5 +-
releasenotes/source/conf.py                        |   6 +-
releasenotes/source/index.rst                      |   1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po       | 293 ++++++++++++++++++++-
releasenotes/source/ussuri.rst                     |   6 +
requirements.txt                                   |   2 -
setup.cfg                                          |   1 +
test-requirements.txt                              |   3 +-
tools/simulator.py                                 |  13 +-
tox.ini                                            |   4 +-
53 files changed, 437 insertions(+), 210 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index ad19a387..cccb632c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -15 +14,0 @@ debtcollector>=1.2.0 # Apache-2.0
-monotonic>=0.6;python_version<'3.3' # Apache-2.0
@@ -18 +16,0 @@ monotonic>=0.6;python_version<'3.3' # Apache-2.0
-six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 76661050..d1cbfdeb 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@
-hacking>=3.0,<3.1.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
@@ -9 +8,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-mock>=2.0.0 # BSD






More information about the Release-announce mailing list