python-cyborgclient 1.4.0 (xena)
We are jazzed to announce the release of: python-cyborgclient 1.4.0: Python client for cyborg API This release is part of the xena 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.3.0..1.4.0 ------------------------------------------- 28f9622 Add test case for show arq 686ebac Fix the bug of making device_profile_group_id parameter is optional ec2a079 Replace deprecated inspect.getargspec 9d5bdc5 Hide the traceback when deleting a non-existent ARQ 83c099d Add checks for showing dp with name 72272fe [ussuri][goal] Update contributor documentation b5f9486 setup.cfg: Replace dashes with underscores 1d6d8e2 Add Python3 xena unit tests 1c0a3b4 Update master for stable/wallaby 2a674e6 bug fix: tox wrongly install client from repo path. 6c93f13 Add doc/requirements 8a9a48a update error url 18610ce Revert "remove py37" Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- CONTRIBUTING.rst | 24 ++-- README.rst | 2 +- cyborgclient/common/cliutils.py | 2 +- cyborgclient/osc/v2/accelerator_request.py | 8 +- cyborgclient/osc/v2/device_profile.py | 5 + releasenotes/source/index.rst | 1 + releasenotes/source/wallaby.rst | 6 + requirements.txt | 2 +- setup.cfg | 9 +- test-requirements.txt | 4 - tox.ini | 5 +- 19 files changed, 264 insertions(+), 40 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f40b1ba..ebd9838 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15 +15 @@ osc-lib>=1.14.0 # Apache-2.0 -PrettyTable<0.8,>=0.7.1 # BSD +PrettyTable>=0.7.1 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index ebe8b92..ba39f5c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +8,0 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=2.0.0,!=2.1.0 # BSD @@ -13 +11,0 @@ testtools>=2.4.0 # MIT -openstackdocstheme>=2.2.1 # Apache-2.0 @@ -15,2 +12,0 @@ requests-mock>=0.6.0 # Apache-2.0 -# releasenotes -reno>=3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org