We are pleased to announce the release of: mistral-lib 0.2.0: Mistral shared routings and utilities (Actions API, YAQL functions API, data types etc.) This release is part of the pike 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.1.0..0.2.0 ----------------------------------- bb1b87b Updated from global requirements 2eadc62 Updated from global requirements e4b9b55 Update serialization from 'mistral' repo with latest changes 6980ad0 Fix documentation for custom actions b5066c3 Remove the unused ApplicationContextNotFoundException 121ba2f Remove unused requirements c0982f4 Make the Result class more convienient to use 2bf7602 Sync tools/tox_install.sh with Mistral dba6056 Updated from global requirements 1718e7d Updated from global requirements Diffstat (except docs and test files) ------------------------------------- mistral_lib/actions/__init__.py | 3 +- mistral_lib/exceptions.py | 5 --- mistral_lib/serialization.py | 18 +++++++++++ requirements.txt | 3 +- test-requirements.txt | 6 ++-- tools/tox_install.sh | 56 +++++++++++++++++++++++++++++++++ tox.ini | 15 ++++++--- 9 files changed, 102 insertions(+), 21 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e8a7482..7f4089a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,2 +5 @@ -pbr>=2.0.0 # Apache-2.0 -Babel>=2.3.4 # BSD +pbr!=2.1.0,>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index a787e96..fd918c2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -coverage>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 @@ -8 +8 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.5.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD @@ -12,2 +11,0 @@ testrepository>=0.0.18 # Apache-2.0/BSD -testscenarios>=0.4 # Apache-2.0/BSD -testtools>=1.4.0 # MIT