We are pumped to announce the release of: python-heatclient 3.5.0: OpenStack Orchestration API Client Library This release is part of the caracal 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 3.4.0..3.5.0 ----------------------------------------- 02c82e6 reno: Update master for unmaintained/yoga c34fc8a Bump hacking Diffstat (except docs and test files) ------------------------------------- heatclient/common/event_utils.py | 16 ++++++++-------- heatclient/common/resource_formatter.py | 2 +- heatclient/common/utils.py | 22 +++++++++++----------- heatclient/osc/v1/stack_failures.py | 12 ++++++------ heatclient/v1/resources.py | 6 +++--- heatclient/v1/shell.py | 8 ++++---- releasenotes/source/yoga.rst | 2 +- test-requirements.txt | 6 +----- 9 files changed, 37 insertions(+), 43 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 7150d62..3b6f18c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +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. - @@ -6 +2 @@ -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org