We are glad to announce the release of: mistral-lib 2.2.0: Mistral shared routings and utilities (Actions API, YAQL functions API, data types etc.) This release is part of the victoria 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 2.1.0..2.2.0 ----------------------------------- 01ab652 drop mock from lower-constraints d888fe2 Remove misplaced constants describing worklow task types d137023 Switch to newer openstackdocstheme and reno versions 62403af Remove six a39d66f add release-note link to README 775ff74 Fix hacking min version to 3.0.1 32cc70f Bump default tox env from py37 to py38 55eba92 Add py38 package metadata 0f3db80 Add Python3 victoria unit tests 9b60cad Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- README.rst | 1 + lower-constraints.txt | 6 ------ mistral_lib/actions/context.py | 5 +++++ mistral_lib/actions/types.py | 1 + mistral_lib/utils/__init__.py | 8 ++------ mistral_lib/utils/inspect_utils.py | 1 + releasenotes/source/conf.py | 14 +++++--------- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++++++ setup.cfg | 1 + test-requirements.txt | 2 +- tox.ini | 2 +- 15 files changed, 34 insertions(+), 37 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 5d5d532..f9ee62f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=1.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0