We eagerly announce the release of: trove-dashboard 24.0.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/trove-dashboard Download the package from: https://tarballs.openstack.org/trove-dashboard/ Please report issues through: https://bugs.launchpad.net/trove-dashboard/+bugs For more details, please see below. Changes in trove-dashboard 23.0.0..24.0.0 ----------------------------------------- 4432309 Update Trove installation docs using devstack 5ad59b8 Add note about requirements lower bounds e149d00 Bump hacking Diffstat (except docs and test files) ------------------------------------- README.rst | 48 +++++++++++++++++------ requirements.txt | 6 +-- test-requirements.txt | 10 +---- trove_dashboard/content/database_backups/views.py | 2 +- 4 files changed, 41 insertions(+), 25 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4995392..48913d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +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. diff --git a/test-requirements.txt b/test-requirements.txt index ed0f57f..22e98e7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,9 +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