python-glanceclient 4.5.0 (caracal)
We are pumped to announce the release of: python-glanceclient 4.5.0: OpenStack Image API Client Library This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/python-glanceclient Download the package from: https://pypi.org/project/python-glanceclient Please report issues through: https://bugs.launchpad.net/python-glanceclient/+bugs For more details, please see below. Changes in python-glanceclient 4.4.0..4.5.0 ------------------------------------------- 42848e0 reno: Update master for yoga Unmaintained status 3c5dd23 Remove incorrect validation for glance-download import method 7ddca13 Bump hacking 597095f Exclude tests directory from coverage calculation 2952978 Update python classifier in setup.cfg 5f2835f Update master for stable/2023.2 Diffstat (except docs and test files) ------------------------------------- .coveragerc | 1 + glanceclient/common/utils.py | 4 +- glanceclient/v2/images.py | 4 +- glanceclient/v2/shell.py | 5 +- releasenotes/source/2023.2.rst | 6 ++ releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 2 +- setup.cfg | 2 + test-requirements.txt | 2 +- 14 files changed, 91 insertions(+), 14 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index d635495..39b8dcd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +1 @@ -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org