python-solumclient 2.8.0 (stein)
We are psyched to announce the release of: python-solumclient 2.8.0: Client library for Solum API This release is part of the stein release series. Download the package from: https://tarballs.openstack.org/python-solumclient/ For more details, please see below. Changes in python-solumclient 2.7.1..2.8.0 ------------------------------------------ fd531ab Fix some pep8 error 8a42ca4 Change openstack-dev to openstack-discuss 6071b43 Add Python 3.6 classifier to setup.cfg 6db5c94 Switch to stestr 94edf80 Use templates for cover and lower-constraints abe9e8a add python 3.6 unit test job 8ca489b switch documentation job to new PTI e0547c3 import zuul job settings from project-config 726fa13 Update the home-page Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 +- .stestr.conf | 3 +++ .testr.conf | 7 ------- .zuul.yaml | 15 +++++++++------ coverage.sh | 8 -------- lower-constraints.txt | 2 +- requirements.txt | 2 +- setup.cfg | 5 +++-- solumclient/common/apiclient/fake_client.py | 8 ++++---- solumclient/common/auth.py | 2 +- test-requirements.txt | 2 +- tox.ini | 12 ++++++++++-- 13 files changed, 35 insertions(+), 35 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 46b098b..0b1f861 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18 +18 @@ six>=1.10.0 # MIT -PrettyTable<0.8,>=0.7.1 # BSD +PrettyTable<0.8,>=0.7.2 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 4c31bfe..6fc72cd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ oslotest>=3.2.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org