python-troveclient 8.5.0 (dalmatian)
We are happy to announce the release of: python-troveclient 8.5.0: Client library for OpenStack DBaaS API This release is part of the dalmatian 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. Changes in python-troveclient 8.4.0..8.5.0 ------------------------------------------ 77757da Update master for stable/2024.1 e32a0b0 Add Datastore Version Registry Extension 00cdc83 Drop unused simplejson 1941116 Drop implementation to keep compatibility with Python 2.5 Diffstat (except docs and test files) ------------------------------------- releasenotes/source/2024.1.rst | 6 ++++++ releasenotes/source/index.rst | 1 + requirements.txt | 1 - troveclient/apiclient/client.py | 6 +----- troveclient/client.py | 11 +--------- troveclient/compat/client.py | 7 +------ troveclient/osc/v1/datastores.py | 32 +++++++++++++++++++++++++++++ troveclient/utils.py | 8 ++++---- troveclient/v1/management.py | 17 +++++++++++---- troveclient/v1/shell.py | 6 +----- 13 files changed, 75 insertions(+), 46 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index bd623cd..9459683 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +6,0 @@ requests>=2.14.2 # Apache-2.0 -simplejson>=3.5.1 # MIT
participants (1)
-
no-reply@openstack.org