cloudkitty-dashboard 20.0.0 (epoxy)
We are ecstatic to announce the release of: cloudkitty-dashboard 20.0.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/cloudkitty-dashboard Download the package from: https://pypi.org/project/cloudkitty-dashboard Please report issues through: https://storyboard.openstack.org/#!/project/openstack/cloudkitty- dashboard For more details, please see below. Changes in cloudkitty-dashboard 19.0.0..20.0.0 ---------------------------------------------- 642f304 Remove Babel from direct dependencies 428d61d reno: Update master for unmaintained/2023.1 1a617d8 tox: Drop envdir 6258ec8 Bump hacking 8b4ac13 Update master for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + requirements.txt | 8 +++----- test-requirements.txt | 11 +---------- tox.ini | 1 - 6 files changed, 12 insertions(+), 17 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index aa4e235..370e6fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -# 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. - +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. @@ -6 +4,0 @@ pbr!= 2.1.0,>=2.0.0 -Babel>=1.3 diff --git a/test-requirements.txt b/test-requirements.txt index d5b8079..4dfb9c6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,10 +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