[release-announce] python-heatclient 2.2.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Mon Jun 22 19:42:02 UTC 2020


We are pumped to announce the release of:

python-heatclient 2.2.0: OpenStack Orchestration API Client Library

This release is part of the victoria 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.1.0..2.2.0
-----------------------------------------

3fa3044 Switch to newer openstackdocstheme and reno versions
c588de4 Fix hacking min version to 3.0.1
8a95668 Use unittest.mock instead of third party mock
ff1a116 Add py38 package metadata
31f8ff8 Add Python3 victoria unit tests
97e604e Update master for stable/ussuri


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                         |  2 +-
lower-constraints.txt                              |  5 -----
releasenotes/source/conf.py                        |  9 ++++-----
releasenotes/source/index.rst                      |  1 +
releasenotes/source/ussuri.rst                     |  6 ++++++
setup.cfg                                          |  1 +
test-requirements.txt                              |  3 +--
36 files changed, 63 insertions(+), 64 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 6173b05..7150d62 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@
-hacking>=3.0,<3.1.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
@@ -10 +9,0 @@ requests-mock>=1.2.0 # Apache-2.0
-mock>=2.0.0 # BSD






More information about the Release-announce mailing list