[release-announce] tosca-parser 2.1.0 (victoria)
    no-reply at openstack.org 
    no-reply at openstack.org
       
    Mon Jun 22 19:32:52 UTC 2020
    
    
  
We enthusiastically announce the release of:
tosca-parser 2.1.0: Parser for TOSCA Simple Profile in YAML.
This release is part of the victoria 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.0.0..2.1.0
------------------------------------
b43f595 Switch to newer openstackdocstheme version
4afdc0a Update hacking for Python3
c41495f Enable max_length and min_length constraints in lists
Diffstat (except docs and test files)
-------------------------------------
lower-constraints.txt                        |  8 --------
test-requirements.txt                        |  2 +-
toscaparser/elements/constraints.py          | 10 +++++-----
toscaparser/elements/nodetype.py             |  4 +++-
toscaparser/elements/scalarunit.py           |  6 +++---
toscaparser/entity_template.py               |  3 ++-
toscaparser/functions.py                     |  9 +++++----
toscaparser/imports.py                       | 20 ++++++++++----------
toscaparser/nodetemplate.py                  |  5 +++--
toscaparser/utils/validateutils.py           | 10 +++++-----
toscaparser/utils/yamlparser.py              |  2 +-
tox.ini                                      |  4 ++++
17 files changed, 85 insertions(+), 64 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 1fe45ee..4dcd288 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=3.0,<3.1.0 # Apache-2.0
    
    
More information about the Release-announce
mailing list