python-mistralclient 6.0.0 (flamingo)
We are delighted to announce the release of: python-mistralclient 6.0.0 This release is part of the flamingo 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.4.0..6.0.0 -------------------------------------------- d81ed17 Replace os-client-config 265c5be Replace pkg_resources e95fdd1 Replace deprecated datetime.datetime.utcnow b876670 Remove services from client 60bcaf1 Fix tag in README c20b9a8 Remove tags from README b8cc64d Replace options contining dashes from setup.cfg c306776 Update master for stable/2025.1 cfcce17 setup.cfg: Replace dashes by underscores Diffstat (except docs and test files) ------------------------------------- README.rst | 10 +++--- mistralclient/api/v2/client.py | 2 -- mistralclient/api/v2/services.py | 26 -------------- mistralclient/commands/v2/base.py | 13 +++---- mistralclient/commands/v2/services.py | 37 ------------------- mistralclient/shell.py | 2 -- releasenotes/source/2025.1.rst | 6 ++++ releasenotes/source/index.rst | 1 + setup.cfg | 10 +++--- test-requirements.txt | 2 +- 16 files changed, 33 insertions(+), 180 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 833e3e8..632d767 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ docutils>=0.11 # BSD -os-client-config>=1.28.0 # Apache-2.0 +openstacksdk>=0.10.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org