heat-translator 2.1.0 (victoria)
We are gleeful to announce the release of: heat-translator 2.1.0: Tool to translate non-heat templates to Heat Orchestration Template. This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/heat-translator Download the package from: https://pypi.org/project/heat-translator Please report issues through: https://bugs.launchpad.net/heat-translator/+bugs For more details, please see below. Changes in heat-translator 2.0.0..2.1.0 --------------------------------------- 92efac6 Switch to newer openstackdocstheme version 6229b16 Use unittest.mock instead of third party mock 98e8486 Update hacking for Python3 Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 9 --------- test-requirements.txt | 2 +- tox.ini | 3 ++- translator/common/utils.py | 2 +- translator/hot/tosca/tosca_compute.py | 6 +++--- translator/hot/translate_node_templates.py | 1 + translator/shell.py | 9 ++++----- 15 files changed, 25 insertions(+), 30 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 703ab95..7601e9f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org