python-heatclient 4.2.0 (flamingo)
We exuberantly announce the release of: python-heatclient 4.2.0 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/python-heatclient Download the package from: https://pypi.org/project/python-heatclient Please report issues through: https://bugs.launchpad.net/python-heatclient/+bugs For more details, please see below. Changes in python-heatclient 4.1.0..4.2.0 ----------------------------------------- 47d6aac add pyproject.toml to support pip 23.1 8571344 osc: Use FormattableColumn for formatter 28464d9 Drop redundant injection of VIRTUAL_ENV ba0c136 doc: Use common requirements definition 704e13a Use pre-commit to run format check 804539b Skip functional tests for .gitreview ad1846c Update master for stable/2025.1 Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 25 +++++++++++++++ .zuul.yaml | 1 + heatclient/osc/v1/build_info.py | 6 ++-- heatclient/osc/v1/common.py | 42 +++++++++++++++++++++++++ heatclient/osc/v1/event.py | 5 +-- heatclient/osc/v1/stack.py | 23 +++++++------- heatclient/osc/v1/template.py | 11 ++++--- pyproject.toml | 3 ++ releasenotes/source/2025.1.rst | 6 ++++ releasenotes/source/index.rst | 1 + test-requirements.txt | 2 -- tox.ini | 39 +++++++++++------------ 14 files changed, 131 insertions(+), 47 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 475d75e..cbf85dd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,2 +0,0 @@ -# Hacking already pins down pep8, pyflakes and flake8 -hacking>=6.1.0,<6.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org