python-masakariclient 8.8.0 (gazpacho)
We are amped to announce the release of: python-masakariclient 8.8.0 This release is part of the gazpacho release series. The source is available from: https://opendev.org/openstack/python-masakariclient Download the package from: https://tarballs.openstack.org/python-masakariclient/ Please report issues through: https://bugs.launchpad.net/python-masakariclient/+bugs For more details, please see below. 8.8.0 ^^^^^ Upgrade Notes * Support for Python 3.8 and 3.9 was removed. The minimum supported version of python is now 3.10 . Changes in python-masakariclient 8.7.0..8.8.0 --------------------------------------------- e8c5c98 Remove unnecessary executable bit 5d41206 Update master for stable/2023.2 b47d873 add pyproject.toml to support pip 23.1 0ee9b70 reno: Update master for unmaintained/2024.1 56b58ca Remove unnecessary hacking from test reqs f18cd27 Remove support for Python 3.8 and 3.9 462d7f3 Update master for stable/2025.2 d3ea64a reno: Update master for unmaintained/2023.1 Diffstat (except docs and test files) ------------------------------------- pyproject.toml | 3 +++ releasenotes/notes/remove-py38-py39-68bd210ea9f4c192.yaml | 5 +++++ releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2023.2.rst | 6 ++++++ releasenotes/source/2024.1.rst | 2 +- releasenotes/source/2025.2.rst | 6 ++++++ releasenotes/source/index.rst | 2 ++ requirements.txt | 6 +++--- setup.cfg | 6 +++--- test-requirements.txt | 6 ------ tox.ini | 2 +- 12 files changed, 31 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7526512..5e04783 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. +# 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. diff --git a/test-requirements.txt b/test-requirements.txt index 1624e6c..9aa11db 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -hacking>=3.0.1,<3.1.0 # Apache-2.0 -
participants (1)
-
no-reply@openstack.org