python-mistralclient 3.10.0 (train)
We are pumped to announce the release of: python-mistralclient 3.10.0: Mistral Client Library This release is part of the train 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 3.9.0..3.10.0 --------------------------------------------- 3261597 remove unused gate code * post_test_hook and run_tests used in legacy gate 4ecb7dc Add "published_global" field to the task execution REST resource e3357c4 Add "retry_count" to execution report 345e070 Rename the test class so it will be PyCharm friendly 051e9fa Some resource managers are not using the base underscore methods ae72a81 Add Python 3 Train unit tests d3d529f Modify the url of upper_constraints_file 043bf9a Use openstack-python3-train-jobs for python3 test runtime d593b84 Add python 3.7 classifier to setup.cfg 1ddb678 Bump openstackdocstheme to 1.30.0 cbc6962 Blacklist sphinx 2.1.0 (autodoc bug) 31a5368 Update sphinx dependency Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +- lower-constraints.txt | 2 +- mistralclient/api/base.py | 54 ++++++++++------- mistralclient/api/v2/actions.py | 64 +++++++------------- mistralclient/api/v2/workbooks.py | 58 ++++++------------ mistralclient/api/v2/workflows.py | 70 +++++++++------------- mistralclient/commands/v2/executions.py | 29 +++++++++ mistralclient/commands/v2/tasks.py | 15 +++-- mistralclient/shell.py | 2 + setup.cfg | 3 + tox.ini | 8 +-- 16 files changed, 187 insertions(+), 267 deletions(-)
participants (1)
-
no-reply@openstack.org