[release-announce] mistral-lib 1.2.0 (train)

no-reply at openstack.org no-reply at openstack.org
Thu Aug 22 08:51:15 UTC 2019


We are psyched to announce the release of:

mistral-lib 1.2.0: Mistral shared routings and utilities (Actions API,
YAQL functions API, data types etc.)

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/mistral-lib

Download the package from:

    https://pypi.org/project/mistral-lib

Please report issues through:

    https://bugs.launchpad.net/mistral/+bugs

For more details, please see below.

Changes in mistral-lib 1.1.0..1.2.0
-----------------------------------

070080b moved generic util functions from mistral to mistral-lib
f6a2ec1 Add Python 3 Train unit tests
5f68888 Sync Sphinx requirement
b253e82 Replace git.openstack.org URLs with opendev.org URLs
dad6b94 OpenDev Migration Patch
fc4131a Dropping the py35 testing
a357105 Update master for stable/stein


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

.gitreview                      |   2 +-
.zuul.yaml                      |   4 +-
CONTRIBUTING.rst                |   4 +-
README.rst                      |  10 +-
lower-constraints.txt           |   2 +
mistral_lib/utils/__init__.py   | 413 ++++++++++++++++++++++++++++++++++++----
releasenotes/source/index.rst   |   1 +
releasenotes/source/stein.rst   |   6 +
requirements.txt                |   2 +
setup.cfg                       |   2 +-
test-requirements.txt           |   5 +-
tox.ini                         |   4 +-
13 files changed, 584 insertions(+), 63 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index b27c0da..c9e2689 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,0 +5,2 @@
+eventlet!=0.20.1,>=0.20.0 # MIT
+oslo.log>=3.36.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 39bd7d3..15caea4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7,2 @@ coverage!=4.4,>=4.0 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7'  # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4'  # BSD
@@ -11 +12 @@ stestr>=2.0.0 # Apache-2.0
-
+testtools>=2.2.0 # MIT






More information about the Release-announce mailing list