We exuberantly announce the release of: python-troveclient 8.7.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/python-troveclient Download the package from: https://pypi.org/project/python-troveclient Please report issues through: https://bugs.launchpad.net/python-troveclient/+bugs For more details, please see below. 8.7.0 ^^^^^ Upgrade Notes * Python 3.8 support was dropped. The minimum version of Python now supported is Python 3.9. Changes in python-troveclient 8.6.0..8.7.0 ------------------------------------------ ac224a6 Bump hacking 83b5560 reno: Update master for unmaintained/2023.1 96528e3 Remove Python 3.8 support 55134ac Update master for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- releasenotes/notes/remove-py38-a162e3962027c0a8.yaml | 5 +++++ releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + requirements.txt | 3 --- setup.cfg | 4 ++-- test-requirements.txt | 5 +---- troveclient/osc/v1/database_flavors.py | 4 ++-- troveclient/osc/v1/database_logs.py | 4 ++-- troveclient/v1/shell.py | 4 ++-- 11 files changed, 22 insertions(+), 19 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 69f35bd..8321d6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +0,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 f3170af..92880a8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +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 +hacking>=7.0.0,<7.1.0 # Apache-2.0