[release-announce] mistral-lib 1.1.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Fri Mar 1 18:55:35 UTC 2019


We are delighted to announce the release of:

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

This release is part of the stein release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/mistral-lib

Download the package from:

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

Please report issues through launchpad:

    http://bugs.launchpad.net/mistral

For more details, please see below.

Changes in mistral-lib 1.0.0..1.1.0
-----------------------------------

bac92db add python 3.7 unit test job
5305805 Update home-page
5233155 Update hacking version to latest
6a867cb Use template for lower-constraints
c3a7b81 Change openstack-dev to openstack-discuss
397df31 Add Python 3.6 classifier to setup.cfg
32e5228 Add python 3.6 unit test job
a450239 Update the hacking to latest
b97e5dd Don't quote {posargs} in tox.ini
bb63788 Removed older version of python added 3.5
0a107d3 add python 3.6 unit test job
ac5f144 import zuul job settings from project-config
9f5162f Make the ActionContext serializable
d190925 Update reno for stable/rocky


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

.zuul.yaml                                | 13 +++++++------
HACKING.rst                               |  2 +-
mistral_lib/actions/context.py            | 20 +++++++++++++++++++-
releasenotes/source/index.rst             |  1 +
releasenotes/source/rocky.rst             |  6 ++++++
setup.cfg                                 |  6 +++---
test-requirements.txt                     |  2 +-
tox.ini                                   |  4 ++--
9 files changed, 64 insertions(+), 14 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index c54fc98..39bd7d3 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=1.1.0,<1.2.0 # Apache-2.0






More information about the Release-announce mailing list