python-mistralclient 5.4.0 (epoxy)
We eagerly announce the release of: python-mistralclient 5.4.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/python-mistralclient Download the package from: https://pypi.org/project/python-mistralclient Please report issues through: https://bugs.launchpad.net/python-mistralclient/+bugs For more details, please see below. Changes in python-mistralclient 5.3.0..5.4.0 -------------------------------------------- c055eb1 Skip installation to speed up pep8 083845e reno: Update master for unmaintained/2023.1 70459e8 Drop lower-constraints.txt and its testing 36e6df4 Add note about requirements lower bounds 1bd5f83 Changed minversion in tox to 3.18.0 cbae96f Get rid of pkg_resources 8770bce Update master for stable/2023.2 5789ee3 Update master for stable/2023.1 57b115b Update master for stable/2024.2 62fce63 reno: Update master for unmaintained/zed 4d97389 Update python classifier in setup.cfg 600b8bd Remove untested lower-constraints.txt 01d81ef reno: Update master for unmaintained/wallaby 9d070b1 reno: Update master for unmaintained/victoria ace270c reno: Update master for unmaintained/yoga 7ed3087 Bump hacking Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 108 --------------------- releasenotes/source/2023.1.rst | 6 ++ releasenotes/source/2023.2.rst | 6 ++ releasenotes/source/2024.2.rst | 6 ++ releasenotes/source/index.rst | 3 + releasenotes/source/victoria.rst | 2 +- releasenotes/source/wallaby.rst | 2 +- releasenotes/source/yoga.rst | 2 +- releasenotes/source/zed.rst | 2 +- requirements.txt | 7 +- setup.cfg | 5 +- test-requirements.txt | 5 +- tox.ini | 11 +-- 18 files changed, 56 insertions(+), 173 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 98b2eb5..a46871e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ -# 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 70535bf..833e3e8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +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. @@ -5 +2 @@ coverage>=4.0 # Apache-2.0 -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org