We contentedly announce the release of: python-mistralclient 4.1.0: Mistral Client Library This release is part of the victoria 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 4.0.1..4.1.0 -------------------------------------------- f77c1d2 drop mock from lower-constraints 4da655b Switch to newer openstackdocstheme and reno versions d316d57 Fix hacking min version to 3.0.1 880c952 Remove all usage of six library 72a72eb added support statistics only for report execution API b43202c Bump default tox env from py37 to py38 8afece2 Add py38 package metadata c72fd3c Use unittest.mock instead of third party mock b7a5ad1 Add Python3 victoria unit tests baf70ec Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- lower-constraints.txt | 6 ---- mistralclient/api/base.py | 4 +-- mistralclient/api/v2/client.py | 3 +- mistralclient/api/v2/environments.py | 3 +- mistralclient/api/v2/executions.py | 9 ++++-- mistralclient/auth/__init__.py | 4 +-- mistralclient/auth/keycloak.py | 2 +- mistralclient/commands/v2/base.py | 10 ++----- mistralclient/commands/v2/executions.py | 32 ++++++++++++++++------ mistralclient/utils.py | 4 +-- releasenotes/source/conf.py | 13 ++++----- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++++ requirements.txt | 1 - setup.cfg | 1 + test-requirements.txt | 4 +-- tox.ini | 2 +- 43 files changed, 116 insertions(+), 102 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f3e12cd..30ef344 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13 +12,0 @@ requests>=2.14.2 # Apache-2.0 -six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 95200cd..70535bf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ coverage>=4.0 # Apache-2.0 -hacking>=1.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -7 +6,0 @@ python-openstackclient>=3.12.0 # Apache-2.0 -mock>=2.0.0 # BSD @@ -13,0 +13 @@ docutils>=0.11 # BSD +os-client-config>=1.28.0 # Apache-2.0