[openstack-announce] [new][mistral] python-mistralclient 2.1.1 release (newton)

no-reply at openstack.org no-reply at openstack.org
Wed Aug 31 09:41:07 UTC 2016


We are high-spirited to announce the release of:

python-mistralclient 2.1.1: Mistral Client Library

This release is part of the newton release series.

With package available at:

    https://pypi.python.org/pypi/python-mistralclient

For more details, please see below.

Changes in python-mistralclient 2.1.0..2.1.1
--------------------------------------------

a37b5fe Make osprofiler dependency "soft"
227c429 Clean imports in code
c738c88 TrivialFix: Remove logging import unused
bbcab51 Updated from global requirements


Diffstat (except docs and test files)
-------------------------------------

mistralclient/api/base.py                        | 3 ---
mistralclient/api/httpclient.py                  | 5 +++--
mistralclient/api/v2/client.py                   | 5 +++--
mistralclient/commands/v2/actions.py             | 3 ---
mistralclient/commands/v2/cron_triggers.py       | 3 ---
mistralclient/commands/v2/environments.py        | 3 ---
mistralclient/commands/v2/services.py            | 5 -----
mistralclient/commands/v2/workbooks.py           | 4 ----
mistralclient/commands/v2/workflows.py           | 4 ----
mistralclient/shell.py                           | 2 --
requirements.txt                                 | 4 ++--
test-requirements.txt                            | 1 +
13 files changed, 12 insertions(+), 36 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 0d8bd46..93f3901 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,2 +5,2 @@ cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0
-osc-lib>=0.4.0 # Apache-2.0
-osprofiler>=1.4.0 # Apache-2.0
+osc-lib>=1.0.2 # Apache-2.0
+oslo.utils>=3.16.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 100e5b3..2be4f24 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13,0 +14 @@ testtools>=1.4.0 # MIT
+osprofiler>=1.4.0 # Apache-2.0





More information about the OpenStack-announce mailing list