python-heatclient 2.3.0 (wallaby)
We are ecstatic to announce the release of: python-heatclient 2.3.0: OpenStack Orchestration API Client Library This release is part of the wallaby 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 2.2.1..2.3.0 ----------------------------------------- 2b6f6ac Python 3.9: base64.encodestring is removed 6cf53dd Add Python3 wallaby unit tests 361913d Update master for stable/victoria 1795868 [goal] Migrate testing to ubuntu focal 4408269 Stop to use the __future__ module. 71f6c6c Bump default tox env from py37 to py38 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- heatclient/common/utils.py | 2 +- heatclient/shell.py | 2 -- heatclient/v1/shell.py | 2 +- lower-constraints.txt | 8 ++++---- releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 6 ++++++ requirements.txt | 4 ++-- tox.ini | 2 +- 9 files changed, 17 insertions(+), 12 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a81bcea..b5a0c75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ iso8601>=0.1.11 # MIT -osc-lib>=1.8.0 # Apache-2.0 +osc-lib>=1.14.0 # Apache-2.0 @@ -16 +16 @@ python-swiftclient>=3.2.0 # Apache-2.0 -PyYAML>=3.12 # MIT +PyYAML>=3.13 # MIT
participants (1)
-
no-reply@openstack.org