We high-spiritedly announce the release of: python-heatclient 3.0.0: OpenStack Orchestration API Client Library This release is part of the zed 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.5.1..3.0.0 ----------------------------------------- b65fb84 Drop lower-constraints.txt and its testing 66adfe1 Encode urls in unit tests 1a1fd2b The Python 3.6 and Python 3.7 Support has been dropped since zed 0732060 Bump tox minversion to 3.18.0 23e6475 Remove six a12456c Add Python3 zed unit tests 7e4768f Update master for stable/yoga 5b4729b Replace deprecated UPPER_CONSTRAINTS_FILE variable Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +- heatclient/common/base.py | 6 +- heatclient/common/deployment_utils.py | 5 +- heatclient/common/format_utils.py | 3 +- heatclient/common/http.py | 5 +- heatclient/common/template_utils.py | 15 +- heatclient/common/utils.py | 17 +- heatclient/osc/v1/build_info.py | 3 +- heatclient/osc/v1/resource.py | 7 +- heatclient/osc/v1/resource_type.py | 5 +- heatclient/osc/v1/snapshot.py | 5 +- heatclient/osc/v1/software_config.py | 7 +- heatclient/osc/v1/stack.py | 13 +- heatclient/osc/v1/template.py | 5 +- heatclient/shell.py | 3 +- heatclient/v1/events.py | 2 +- heatclient/v1/resource_types.py | 7 +- heatclient/v1/resources.py | 2 +- heatclient/v1/shell.py | 9 +- heatclient/v1/software_configs.py | 2 +- heatclient/v1/software_deployments.py | 2 +- heatclient/v1/stacks.py | 2 +- heatclient/v1/template_versions.py | 2 +- lower-constraints.txt | 90 ---------- releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 6 + requirements.txt | 5 +- setup.cfg | 4 +- tox.ini | 16 +- 45 files changed, 204 insertions(+), 337 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3874e36..0ef8437 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + @@ -18 +21,0 @@ requests>=2.14.2 # Apache-2.0 -six>=1.10.0 # MIT