We are psyched to announce the release of: python-zaqarclient 2.9.0 This release is part of the epoxy 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. 2.9.0 ^^^^^ Upgrade Notes * Python 3.8 support was dropped. The minimum version of Python now supported is Python 3.9. Changes in python-zaqarclient 2.8.0..2.9.0 ------------------------------------------ fb97c23 Remove unused sction for nosetests c76a008 Remove unnecessary 'x' bit from a document file 316c44d Officially deprecate v1 commands without messaging prefix 070e927 Update gerrit URL 4e5c837 Add releasenotes to readme.rst 270b191 Update links in readme 6e56dff Add note about requirements lower bounds ea2fdde Cap jsonschema 3.2.0 as the minimal version 7d70e62 Remove Python 3.8 support d947c86 setup.cfg: Replace dashes with underscores 41e4e01 Update master for stable/train cf13d1b Update master for stable/victoria 25ac6a5 Update master for stable/wallaby f650a00 Update master for stable/zed b35393f Update master for stable/2023.2 efca6f6 Update master for stable/2023.1 a4fb8f5 Drop beta development status 051f543 Fix outdated tox minversion 874f0fe Simplify zaqar endpoint detection in tests 9e7409c Fix outdated python job template 01443a6 Replace distutils e4f0b29 Get rid of pkg_resources 09e3597 Update master for stable/2024.2 88d8cc9 Moving IRC network reference to OFTC Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 6 +- README.rst | 18 +++--- .../notes/remove-py38-08bfd0af3d624a8d.yaml | 5 ++ releasenotes/source/2023.1.rst | 6 ++ releasenotes/source/2023.2.rst | 6 ++ releasenotes/source/2024.2.rst | 6 ++ releasenotes/source/index.rst | 7 +++ releasenotes/source/train.rst | 6 ++ releasenotes/source/victoria.rst | 6 ++ releasenotes/source/wallaby.rst | 6 ++ releasenotes/source/zed.rst | 6 ++ requirements.txt | 6 +- setup.cfg | 66 +++++++++++++--------- tox.ini | 8 ++- zaqarclient/transport/http.py | 5 +- zaqarclient/version.py | 13 +---- 19 files changed, 126 insertions(+), 65 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 164bbdf..d4b3a96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + @@ -4 +8 @@ stevedore>=1.20.0 # Apache-2.0 -jsonschema>=2.6.0 # MIT +jsonschema>=3.2.0 # MIT
participants (1)
-
no-reply@openstack.org