We eagerly announce the release of: python-solumclient 3.1.0: Client library for Solum API This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/python-solumclient Download the package from: https://tarballs.openstack.org/python-solumclient/ Please report issues through: https://bugs.launchpad.net/python-solumclient/+bugs For more details, please see below. Changes in python-solumclient 3.0.0..3.1.0 ------------------------------------------ dfe5baa Cleanup py27 support 8b834e7 Update hacking for Python3 a80befb Update the minversion parameter. c0a1af6 Deprecated the yamlutils module. Diffstat (except docs and test files) ------------------------------------- requirements.txt | 1 + setup.cfg | 15 +++------------ setup.py | 9 --------- solumclient/common/yamlutils.py | 5 +++++ solumclient/solum.py | 25 +++++++++++++------------ test-requirements.txt | 2 +- tox.ini | 5 ++--- 8 files changed, 26 insertions(+), 39 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index bfc8a13..b1e2831 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,0 +19 @@ PrettyTable<0.8,>=0.7.2 # BSD +debtcollector>=1.2.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 6fc72cd..1023b72 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0