We are chuffed to announce the release of: zaqar 16.0.0: OpenStack Queuing and Notification Service This release is part of the antelope release series. The source is available from: https://opendev.org/openstack/zaqar Download the package from: https://tarballs.openstack.org/zaqar/ Please report issues through: https://bugs.launchpad.net/zaqar/+bugs For more details, please see below. Changes in zaqar 15.0.0..16.0.0 ------------------------------- 6b344317 Optimize devstack plugin 56f0110b Update deprecated zuul syntax 8049697f Switch to 2023.1 Python3 unit tests and generic template name 95852e2d Update master for stable/zed b2125930 Cleanup py27 support 4a035775 remove unicode prefix from code c9c8a0e7 Replace abc.abstractproperty with property and abc.abstractmethod Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 9 +++------ bindep.txt | 1 - devstack/plugin.sh | 29 +++++++++++++++++++---------- releasenotes/source/conf.py | 16 ++++++++-------- releasenotes/source/index.rst | 1 + releasenotes/source/zed.rst | 6 ++++++ requirements.txt | 16 ++++++++-------- setup.py | 9 --------- tools/test-setup.sh | 19 +++++++++++++++++++ tox.ini | 16 ++++++++++------ zaqar/storage/base.py | 27 ++++++++++++++++++--------- zaqar/storage/mongodb/flavors.py | 15 ++++++++++----- zaqar/storage/mongodb/pools.py | 28 ++++++++++++++++++---------- zaqar/storage/utils.py | 15 ++++++++------- 15 files changed, 132 insertions(+), 83 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1d5b0092..5efcdcac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19 +19 @@ oslo.cache>=1.26.0 # Apache-2.0 -oslo.config>=6.8.0 # Apache-2.0 +oslo.config>=8.3.2 # Apache-2.0 @@ -21 +21 @@ oslo.context>=2.19.2 # Apache-2.0 -oslo.db>=8.4.0 # Apache-2.0 +oslo.db>=11.0.0 # Apache-2.0 @@ -23,4 +23,4 @@ oslo.i18n>=3.15.3 # Apache-2.0 -oslo.log>=3.36.0 # Apache-2.0 -oslo.messaging>=5.29.0 # Apache-2.0 -oslo.reports>=1.18.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.log>=4.6.1 # Apache-2.0 +oslo.messaging>=12.5.0 # Apache-2.0 +oslo.reports>=2.2.0 # Apache-2.0 +oslo.serialization>=4.2.0 # Apache-2.0 @@ -28,2 +28,2 @@ oslo.upgradecheck>=1.3.0 # Apache-2.0 -oslo.utils>=3.33.0 # Apache-2.0 -oslo.policy>=3.6.0 # Apache-2.0 +oslo.utils>=4.12.1 # Apache-2.0 +oslo.policy>=3.8.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org