We jubilantly announce the release of: tosca-parser 2.6.0: Parser for TOSCA Simple Profile in YAML. This release is part of the zed release series. The source is available from: https://opendev.org/openstack/tosca-parser Download the package from: https://pypi.org/project/tosca-parser Please report issues through: https://bugs.launchpad.net/tosca-parser/+bugs For more details, please see below. Changes in tosca-parser 2.5.1..2.6.0 ------------------------------------ 88796c0 Drop lower-constraints.txt and its testing 46141f9 Fix KeyError in get_attribute function 4533792 Fix InvalidTypeError in get_attribute function c63e17a Add Python3 zed unit tests Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +- lower-constraints.txt | 38 ---------------------- requirements.txt | 3 ++ toscaparser/functions.py | 9 +++-- .../custom_types/custom_nested_data_types.yaml | 29 +++++++++++++++++ .../test_get_attribute_custom_data_type.yaml | 36 ++++++++++++++++++++ .../test_get_attribute_nested_data_types.yaml | 36 ++++++++++++++++++++ tox.ini | 5 --- 10 files changed, 140 insertions(+), 48 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5153b20..0728d4f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,3 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix.