[mistral] mistral-lib 0.3.0 (pike)
We are gleeful to announce the release of: mistral-lib 0.3.0: Mistral shared routings and utilities (Actions API, YAQL functions API, data types etc.) This release is part of the pike stable release series. The source is available from: http://git.openstack.org/cgit/openstack/mistral-lib Download the package from: https://pypi.python.org/pypi/mistral-lib Please report issues through launchpad: http://bugs.launchpad.net/mistral For more details, please see below. Changes in mistral-lib 0.2.0..0.3.0 ----------------------------------- 9c2d6d9 Add a representation of the ActionContext in mistral-lib d8483fa Updated from global requirements 8bb6bbc Update UPPER_CONSTRAINTS_FILE for stable/pike 3b8692a Update .gitreview for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + mistral_lib/actions/context.py | 85 ++++++++++++++++++++++++++++++++++++++++++ requirements.txt | 2 +- test-requirements.txt | 4 +- tox.ini | 2 +- 5 files changed, 90 insertions(+), 4 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7f4089a..b3db22f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -oslo.serialization>=1.10.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index fd918c2..114a6a7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx!=1.6.1,>=1.5.1 # BSD +sphinx>=1.6.2 # BSD @@ -14 +14 @@ testrepository>=0.0.18 # Apache-2.0/BSD -reno>=1.8.0 # Apache-2.0 +reno!=2.3.1,>=1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org