We are amped to announce the release of: python-cyborgclient 1.1.0: Python client for cyborg API This release is part of the ussuri 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://bugs.launchpad.net/python-cyborgclient/+bugs For more details, please see below. Changes in python-cyborgclient 1.0.0..1.1.0 ------------------------------------------- d323f94 Update requirements for openstacksdk release 751800a Cleanup py27 support df56f7a Update hacking for Python3 c4770df v2 API Support(using openstack-sdk) 2c4f91e Update home-page Diffstat (except docs and test files) ------------------------------------- cyborgclient/common/http.py | 2 +- cyborgclient/common/utils.py | 47 ++++ cyborgclient/osc/plugin.py | 110 +++++--- cyborgclient/osc/v2/__init__.py | 0 cyborgclient/osc/v2/accelerator_request.py | 305 +++++++++++++++++++++ cyborgclient/osc/v2/deployable.py | 167 +++++++++++ cyborgclient/osc/v2/device.py | 135 +++++++++ cyborgclient/osc/v2/device_profile.py | 182 ++++++++++++ requirements.txt | 1 + setup.cfg | 31 ++- setup.py | 9 - test-requirements.txt | 6 +- tox.ini | 19 +- 21 files changed, 1599 insertions(+), 59 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 87eb582..a790c2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,0 +20 @@ decorator>=3.4.0 # BSD +openstacksdk>=0.42.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index a6ef908..252477b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=0.12.0,<0.13 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0 @@ -9,2 +9 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD -sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD +sphinx>=1.8.0,!=2.1.0 # BSD @@ -14,0 +14 @@ openstackdocstheme>=1.20.0 # Apache-2.0 +requests-mock>=0.6.0 # Apache-2.0