heat-translator 3.1.0 (dalmatian)
We are glad to announce the release of: heat-translator 3.1.0: Tool to translate non-heat templates to Heat Orchestration Template. This release is part of the dalmatian 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 3.0.0..3.1.0 --------------------------------------- 2c32960 Use python 3.10 in unit tests with latest tosca-parser 8a96764 Drop explicit installation of extras Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 8 ++++---- requirements.txt | 3 --- test-requirements.txt | 4 ---- tox.ini | 8 +++++--- 5 files changed, 9 insertions(+), 17 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index eb18744..63633d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,3 +4,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. diff --git a/test-requirements.txt b/test-requirements.txt index 89f2914..a53b222 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. @@ -12 +8,0 @@ testtools>=2.2.0 # MIT -extras>=1.0.0 # MIT
participants (1)
-
no-reply@openstack.org