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

no-reply at openstack.org no-reply at openstack.org
Mon May 7 19:02:33 UTC 2018


We contentedly announce the release of:

tosca-parser 1.0.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 0.9.0..1.0.0
------------------------------------

e17c2a8 Trivial: Update pypi url to new url
f208175 add lower-constraints job
2529ba7 Updated from global requirements
2d1bfae Updated from global requirements
6872a2e Updated from global requirements
3537f26 Updated from global requirements
8b5215c Updated from global requirements
e7214ab Updated from global requirements
3af43cb Closes-Bug: #1746532
7f02df1 Add resource_type in trigger policy


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

.zuul.yaml                                         |  7 ++++
lower-constraints.txt                              | 47 ++++++++++++++++++++++
requirements.txt                                   |  4 +-
test-requirements.txt                              |  4 +-
toscaparser/elements/tosca_type_validation.py      |  5 ++-
.../policies/test_tosca_nfv_multiple_policies.yaml |  5 ++-
toscaparser/triggers.py                            | 17 ++++----
tox.ini                                            |  7 ++++
14 files changed, 137 insertions(+), 36 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 43c2cf8..c37dad7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,2 +7,2 @@ cliff!=2.9.0,>=2.8.0 # Apache-2.0
-PyYAML>=3.10 # MIT
-python-dateutil>=2.4.2 # BSD
+PyYAML>=3.12 # MIT
+python-dateutil>=2.5.3 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 36d81b1..adf41b8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-oslotest>=1.10.0 # Apache-2.0
+oslotest>=3.2.0 # Apache-2.0
@@ -10 +10 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD






More information about the Release-announce mailing list