python-heatclient 4.0.0 (dalmatian)
We are tickled pink to announce the release of: python-heatclient 4.0.0: OpenStack Orchestration API Client Library This release is part of the dalmatian 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. 4.0.0 ^^^^^ Upgrade Notes * Python 3.8 support was dropped. The minimum version of Python now supported is Python 3.9. Changes in python-heatclient 3.5.0..4.0.0 ----------------------------------------- d55e096 Fix storyboard links 2d07858 Remove old excludes e89f3f4 Remove Python 3.8 support b46e23e reno: Update master for unmaintained/zed 643212e Update master for stable/2024.1 4dd33e0 reno: Update master for unmaintained/xena b69d36f reno: Update master for unmaintained/wallaby 9198624 reno: Update master for unmaintained/victoria Diffstat (except docs and test files) ------------------------------------- releasenotes/notes/drop-python-3-8-be290cb9ad6de748.yaml | 5 +++++ releasenotes/source/2024.1.rst | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 2 +- releasenotes/source/wallaby.rst | 2 +- releasenotes/source/xena.rst | 2 +- releasenotes/source/zed.rst | 2 +- requirements.txt | 6 +++--- setup.cfg | 3 +-- test-requirements.txt | 2 +- 13 files changed, 27 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 644a9f6..fe8f6c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,2 +5,2 @@ -pbr!=2.1.0,>=2.0.0 # Apache-2.0 -cliff!=2.9.0,>=2.8.0 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 +cliff>=2.8.0 # Apache-2.0 @@ -11 +11 @@ oslo.i18n>=3.15.3 # Apache-2.0 -oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.serialization>=2.18.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 3b6f18c..475d75e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3 +3 @@ hacking>=6.1.0,<6.2.0 # Apache-2.0 -coverage!=4.4,>=4.0 # Apache-2.0 +coverage>=4.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org