We contentedly announce the release of: tosca-parser 1.3.0: Parser for TOSCA Simple Profile in YAML. This release is part of the stein release series. The source is available from: http://git.openstack.org/cgit/openstack/tosca-parser/ Download the package from: https://pypi.org/project/tosca-parser For more details, please see below. Changes in tosca-parser 1.2.0..1.3.0 ------------------------------------ 0c77377 Move extension tests to where stestr can find them c08022d Fix error using get_attribute with HOST in case of setting host relationship in "long" format. 803b2a8 Use stestr instead of testr Diffstat (except docs and test files) ------------------------------------- .gitignore | 4 ++- .stestr.conf | 4 +++ .testr.conf | 7 ------ lower-constraints.txt | 1 + test-requirements.txt | 2 +- toscaparser/functions.py | 18 ++++++++++++++ tox.ini | 9 +++++-- 13 files changed, 97 insertions(+), 40 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 8f58289..1fe45ee 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org