[release-announce] tosca-parser 1.1.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Fri Jul 20 20:46:57 UTC 2018


We are ecstatic to announce the release of:

tosca-parser 1.1.0: Parser for TOSCA Simple Profile in YAML.

This release is part of the rocky 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.0.0..1.1.0
------------------------------------

3eb67e7 fix tox python3 overrides
009e5f2 Handle deriving from custom policy definitions
d5cacdb Add EXPERIMENTAL support for MEC
129720c Follow the new PTI for document build
55c0663 Switch from oslosphinx to openstackdocstheme


Diffstat (except docs and test files)
-------------------------------------

lower-constraints.txt                              |   1 +
setup.cfg                                          |  10 +-
test-requirements.txt                              |   2 -
toscaparser/elements/policytype.py                 |   8 +-
toscaparser/elements/tosca_type_validation.py      |   2 +-
toscaparser/extensions/exttools.py                 |   5 +-
.../extensions/mec/TOSCA_mec_definition_1_0_0.yaml | 168 +++++++++++++++++++++
toscaparser/extensions/mec/__init__.py             |   0
.../mec/tosca_simple_profile_for_mec_1_0_0.py      |  19 +++
.../policies/tosca_custom_policy_template.yaml     |  51 +++++++
toscaparser/tosca_template.py                      |   2 +-
tox.ini                                            |   8 +-
20 files changed, 328 insertions(+), 33 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index adf41b8..8f58289 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +7,0 @@ oslotest>=3.2.0 # Apache-2.0
-oslosphinx>=4.7.0 # Apache-2.0
@@ -10 +8,0 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD






More information about the Release-announce mailing list