We are pleased to announce the release of: zaqar 15.0.0: OpenStack Queuing and Notification Service This release is part of the zed 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 14.0.0..15.0.0 ------------------------------- cdf45da5 Fix API DOC 2abee24a Add python3.8 requirement a37018a3 Add Python 3 only classifier 25146d21 Remove lower-constraints job/tripleo job 2abe46ae Update json module to jsonutils 175a56e3 Update master for stable/yoga c1b4e7b8 Remove translation sections from setup.cfg Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 16 +-- api-ref/source/conf.py | 150 ++------------------- api-ref/source/index.rst | 22 +-- babel.cfg | 2 - lower-constraints.txt | 65 --------- releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 6 + requirements.txt | 4 +- samples/html/confirmation_web_service_sample.py | 4 +- samples/zaqar/sendmail.py | 4 +- samples/zaqar/subscriber_service_sample.py | 6 +- setup.cfg | 25 ++-- tox.ini | 5 - zaqar/bench/conductor.py | 4 +- zaqar/bench/producer.py | 4 +- zaqar/notification/tasks/mailto.py | 4 +- zaqar/notification/tasks/webhook.py | 7 +- zaqar/storage/swift/claims.py | 4 +- zaqar/storage/utils.py | 11 +- .../unit/transport/websocket/test_protocol.py | 8 +- .../unit/transport/websocket/v2/test_claims.py | 64 ++++----- .../unit/transport/websocket/v2/test_messages.py | 72 +++++----- .../transport/websocket/v2/test_queue_lifecycle.py | 72 +++++----- .../transport/websocket/v2/test_subscriptions.py | 22 +-- .../unit/transport/wsgi/v1/test_validation.py | 6 +- .../unit/transport/wsgi/v1_1/test_validation.py | 7 +- .../unit/transport/wsgi/v2_0/test_validation.py | 7 +- zaqar/transport/utils.py | 6 +- zaqar/transport/websocket/factory.py | 6 +- zaqar/transport/websocket/protocol.py | 9 +- zaqar/transport/wsgi/v1_0/homedoc.py | 4 +- zaqar/transport/wsgi/v1_1/homedoc.py | 4 +- zaqar/transport/wsgi/v2_0/homedoc.py | 4 +- 45 files changed, 294 insertions(+), 513 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 96527609..1d5b0092 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17 +17 @@ WebOb>=1.7.1 # MIT -stevedore>=1.20.0 # Apache-2.0 +stevedore>=3.2.2 # Apache-2.0 @@ -32 +32 @@ SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.3.19 # MIT -autobahn>=20.7.1 # MIT License +autobahn>=22.3.2 # MIT License