We enthusiastically announce the release of: tosca-parser 0.8.1: Parser for TOSCA Simple Profile in YAML. This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/tosca-parser/ Download the package from: https://pypi.python.org/pypi/tosca-parser For more details, please see below. Changes in tosca-parser 0.8.0..0.8.1 ------------------------------------ 0b000ae Add more properties to trigger policy. 8ead56f Updated from global requirements Diffstat (except docs and test files) ------------------------------------- requirements.txt | 2 +- toscaparser/triggers.py | 11 +++-- 4 files changed, 84 insertions(+), 8 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0e9e0bc..bdfe7f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr>=2.0.0 # Apache-2.0 +pbr!=2.1.0,>=2.0.0 # Apache-2.0