We contentedly announce the release of: python-troveclient 3.3.1: Client library for OpenStack DBaaS API This release is part of the ussuri 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 3.3.0..3.3.1 ------------------------------------------ e96e99f Update hacking for Python3 Diffstat (except docs and test files) ------------------------------------- test-requirements.txt | 2 +- tox.ini | 2 +- troveclient/_i18n.py | 2 +- troveclient/v1/metadata.py | 2 +- 8 files changed, 25 insertions(+), 24 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index a39ef08..fa47e50 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0