We are thrilled to announce the release of: tosca-parser 0.8.2: Parser for TOSCA Simple Profile in YAML. This release is part of the pike stable 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 0.8.1..0.8.2 ------------------------------------ 2aa8131 import zuul job settings from project-config 8a54722 Updated from global requirements e5341a8 Update UPPER_CONSTRAINTS_FILE for stable/pike 925334e Update .gitreview for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 9 +++++++++ requirements.txt | 4 ++-- test-requirements.txt | 4 ++-- tools/tox_install.sh | 30 ------------------------------ tox.ini | 7 ++++--- 6 files changed, 18 insertions(+), 37 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index bdfe7f3..b0f8df3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ Babel!=2.4.0,>=2.3.4 # BSD -cliff>=2.3.0 # Apache-2.0 +cliff>=2.8.0 # Apache-2.0 @@ -10 +10 @@ six>=1.9.0 # MIT -requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 +requests>=2.14.2 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 9294851..da69d4f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -coverage>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 @@ -10 +10 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.5.1 # BSD +sphinx>=1.6.2 # BSD
participants (1)
-
no-reply@openstack.org