We are psyched to announce the release of: python-heatclient 3.4.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.3.0..3.4.0 ----------------------------------------- a06ac73 Remove translation sections from setup.cfg 9779d5f Add Python 3.11 to supported runtimes 412e6c4 Update master for stable/2023.2 b1ff18f Fix release note generation c1938fb Remove some notes no longer valid e7f7f1c Make tests pass after 2038 9bb529c Fix osc sd create command d9a4c29 remove unicode prefix from code (2) 9bfa8e4 remove unicode prefix from code (1) d2bc013 Remove leftover of Python <= 2.6 support Diffstat (except docs and test files) ------------------------------------- babel.cfg | 1 - heatclient/common/deployment_utils.py | 4 +- heatclient/common/template_format.py | 4 +- releasenotes/source/2023.2.rst | 6 ++ releasenotes/source/conf.py | 16 ++-- releasenotes/source/index.rst | 1 + requirements.txt | 5 -- setup.cfg | 15 +--- setup.py | 1 - 19 files changed, 111 insertions(+), 131 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0ef8437..644a9f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +4,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. - -Babel!=2.4.0,>=2.3.4 # BSD