We joyfully announce the release of: tosca-parser 1.2.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.1.0..1.2.0 ------------------------------------ 47e04a1 Use templates for cover and lower-constraints 5415ca4 Update the outdated URL 934c8d9 add python 3.6 unit test job 97b5e17 switch documentation job to new PTI 770377d import zuul job settings from project-config de252f9 Use stevedore Extensions for TOSCA definitions Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 14 +++--- HACKING.rst | 2 +- requirements.txt | 1 + setup.cfg | 3 ++ toscaparser/extensions/exttools.py | 57 +++++++++------------- .../mec/tosca_simple_profile_for_mec_1_0_0.py | 8 +-- .../nfv/tosca_simple_profile_for_nfv_1_0_0.py | 10 ++-- 8 files changed, 50 insertions(+), 49 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index c37dad7..58c74f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,0 +10 @@ six>=1.10.0 # MIT +stevedore>=1.20.0 # Apache-2.0