[release-announce] [mistral] python-mistralclient 3.4.0 (rocky)
no-reply at openstack.org
no-reply at openstack.org
Fri Apr 20 16:33:39 UTC 2018
We exuberantly announce the release of:
python-mistralclient 3.4.0: Mistral Client Library
This release is part of the rocky release series.
The source is available from:
https://git.openstack.org/cgit/openstack/python-mistralclient
Download the package from:
https://pypi.python.org/pypi/python-mistralclient
Please report issues through launchpad:
https://bugs.launchpad.net/python-mistralclient
For more details, please see below.
Changes in python-mistralclient 3.2.0..3.4.0
--------------------------------------------
72a6cd9 add lower-constraints job
1ee4109 Updated from global requirements
223b64d Updated from global requirements
e2def85 Updated from global requirements
6726610 Add the scope attribute in workflow list
3985310 Updated from global requirements
667c137 Updated from global requirements
8857acc Clean imports in code
a3a1682 Updated from global requirements
fd139e3 Add TripleO jobs for mistral client
f5816f1 Don't override session during auth
5c4c794 Fix a race condition with execution creation
4aef4c4 Remove broken tox-cover job
ff10faf Update reno for stable/queens
e2ff3df Running new workflow based on existing execution.
054467e Restore devstack job for python-mistralclient
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 36 +++++++
lower-constraints.txt | 118 +++++++++++++++++++++
mistralclient/api/v2/client.py | 7 +-
mistralclient/api/v2/executions.py | 22 ++--
mistralclient/commands/v2/executions.py | 10 ++
mistralclient/commands/v2/workflows.py | 2 +
.../python-mistralclient-devstack-dsvm/post.yaml | 15 +++
.../python-mistralclient-devstack-dsvm/run.yaml | 65 ++++++++++++
releasenotes/source/index.rst | 1 +
releasenotes/source/queens.rst | 6 ++
requirements.txt | 4 +-
test-requirements.txt | 4 +-
tox.ini | 7 ++
20 files changed, 400 insertions(+), 39 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 8056a45..757fff8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,2 +9,2 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-keystoneauth1>=3.3.0 # Apache-2.0
-PyYAML>=3.10 # MIT
+keystoneauth1>=3.4.0 # Apache-2.0
+PyYAML>=3.12 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 523fec4..34c2818 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ python-openstackclient>=3.12.0 # Apache-2.0
-sphinx!=1.6.6,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
@@ -10 +10 @@ oslotest>=3.2.0 # Apache-2.0
-requests-mock>=1.1.0 # Apache-2.0
+requests-mock>=1.2.0 # Apache-2.0
More information about the Release-announce
mailing list