We are excited to announce the release of: python-zaqarclient 4.2.0 This release is part of the gazpacho release series. The source is available from: https://opendev.org/openstack/python-zaqarclient Download the package from: https://pypi.org/project/python-zaqarclient Please report issues through: https://bugs.launchpad.net/python-zaqarclient/+bugs For more details, please see below. Changes in python-zaqarclient 4.1.0..4.2.0 ------------------------------------------ 3483f5a Run pyupgrade to clean up Python 2 syntaxes 43c1571 Use pre-commit for pep8 checks b67b8a2 Remove tox target for lower-constraints check f215a12 tox: Drop basepython 9a12980 Update master for stable/2025.2 Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 25 +++++++++++++ releasenotes/source/2025.2.rst | 6 ++++ releasenotes/source/conf.py | 16 ++++----- releasenotes/source/index.rst | 1 + test-requirements.txt | 3 -- tox.ini | 14 +++----- zaqarclient/auth/base.py | 2 +- zaqarclient/common/http.py | 2 +- zaqarclient/errors.py | 2 +- zaqarclient/queues/v2/claim.py | 2 +- zaqarclient/queues/v2/cli.py | 58 +++++++++++++++---------------- zaqarclient/queues/v2/client.py | 2 +- zaqarclient/queues/v2/flavor.py | 2 +- zaqarclient/queues/v2/iterator.py | 2 +- zaqarclient/queues/v2/message.py | 2 +- zaqarclient/queues/v2/pool.py | 2 +- zaqarclient/queues/v2/queues.py | 2 +- zaqarclient/queues/v2/subscription.py | 2 +- zaqarclient/transport/__init__.py | 2 +- zaqarclient/transport/api.py | 4 +-- zaqarclient/transport/base.py | 2 +- zaqarclient/transport/errors.py | 10 +++--- zaqarclient/transport/http.py | 8 ++--- zaqarclient/transport/request.py | 2 +- zaqarclient/transport/response.py | 2 +- zaqarclient/transport/ws.py | 2 +- 39 files changed, 124 insertions(+), 96 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index ac82474..ba98cde 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +0,0 @@ -# Hacking already pins down pep8, pyflakes and flake8 -hacking>=6.1.0,<6.2.0 # Apache-2.0 -