python-cyborgclient 1.3.0 (wallaby)
We exuberantly announce the release of: python-cyborgclient 1.3.0: Python client for cyborg API This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/python-cyborgclient Download the package from: https://pypi.org/project/python-cyborgclient Please report issues through: https://storyboard.openstack.org/#!/project/openstack/cyborg For more details, please see below. Changes in python-cyborgclient 1.2.1..1.3.0 ------------------------------------------- 9a924da remove unicode from code 8e54fad remove py37 874a778 Remove six lib 290b6ed Remove six lib e29aac9 Remove six lib 3404a63 Replace deprecated UPPER_CONSTRAINTS_FILE variable 7e2ca76 [goal] Fixing lower constraints for Ubuntu Focal 46ce9c2 Add Python3 wallaby unit tests 8f504d7 Update master for stable/victoria 85d64ad Bump default tox env from py37 to py38 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- cyborgclient/common/apiclient/exceptions.py | 3 +-- cyborgclient/common/base.py | 2 +- cyborgclient/common/cliutils.py | 23 ++++++++--------------- cyborgclient/common/http.py | 5 ++--- cyborgclient/common/httpclient.py | 18 ++++++++++-------- cyborgclient/exceptions.py | 8 ++++---- cyborgclient/shell.py | 4 ++-- releasenotes/source/conf.py | 14 +++++++------- releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 6 ++++++ requirements.txt | 5 ++--- setup.cfg | 1 - test-requirements.txt | 6 +++--- tox.ini | 4 ++-- 19 files changed, 68 insertions(+), 69 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index faef588..f40b1ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +5,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -six>=1.10.0 # MIT @@ -15 +14 @@ os-client-config>=1.28.0 # Apache-2.0 -osc-lib>=1.8.0 # Apache-2.0 +osc-lib>=1.14.0 # Apache-2.0 @@ -17 +16 @@ PrettyTable<0.8,>=0.7.1 # BSD -cryptography!=2.0,>=1.9 # BSD/Apache-2.0 +cryptography>=2.7 # BSD/Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index efc9a13..ebe8b92 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,3 +10,3 @@ sphinx>=2.0.0,!=2.1.0 # BSD -oslotest>=1.10.0 # Apache-2.0 -stestr>=1.0.0 # Apache-2.0 -testtools>=1.4.0 # MIT +oslotest>=3.2.0 # Apache-2.0 +stestr>=2.2.0 # Apache-2.0 +testtools>=2.4.0 # MIT
participants (1)
-
no-reply@openstack.org