python-cloudkittyclient 5.3.0 (epoxy)
We contentedly announce the release of: python-cloudkittyclient 5.3.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/python-cloudkittyclient Download the package from: https://pypi.org/project/python-cloudkittyclient Please report issues through: https://storyboard.openstack.org/#!/project/openstack/python- cloudkittyclient For more details, please see below. Changes in python-cloudkittyclient 5.2.0..5.3.0 ----------------------------------------------- ca7a0b1 Replace distutils 33905a1 Bump hacking acbd7ae Update master for stable/2024.2 247b3ee Remove logic for Python < 3 Diffstat (except docs and test files) ------------------------------------- cloudkittyclient/utils.py | 6 ------ cloudkittyclient/v2/scope.py | 7 ++++--- releasenotes/source/2024.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + requirements.txt | 4 ---- test-requirements.txt | 12 +----------- 6 files changed, 12 insertions(+), 24 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6a7abb4..1cdc556 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +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. - diff --git a/test-requirements.txt b/test-requirements.txt index c24b1e9..f0c19f6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,11 +1 @@ -# 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. - -hacking>=3.0.1,<3.1.0 # Apache-2.0 - -# remove this pyflakes from here once you bump the -# hacking to 3.2.0 or above. hacking 3.2.0 takes -# care of pyflakes version compatibilty. -pyflakes>=2.1.1 - +hacking>=7.0.0,<7.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org