[karbor] python-karborclient 0.7.0 (queens)
We are pleased to announce the release of: python-karborclient 0.7.0: Python client library for Karbor API This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/python-karborclient Download the package from: https://pypi.python.org/pypi/python-karborclient Please report issues through launchpad: https://bugs.launchpad.net/python-karborclient For more details, please see below. Changes in python-karborclient 0.6.0..0.7.0 ------------------------------------------- a4cec6c Add OSC commands for quota classes API 8cf80d3 Add OSC commands for quota API 9d4a161 Updated from global requirements 3a22b3f Add commands for quota class API 6c11094 Add commands for quota API 87058d3 Add OSC plugin for the service management API aba2875 Add commands for service management API 50927b5 Add OSC plugin for the verification API f13c3fa Add commands for verification API 346c241 Updated from global requirements 1bfd6d0 Delete bash_completion in subcommand 996cc16 Updated from global requirements a7de5b9 Fix OSC scheduledoperations commands formatting 982a8c3 Fix OSC restore commands formatting 855cbe5 Fix OSC provider show formatting 41d93cd Fix OSC protectable show formatting 8880086 Convert DOS newlines to Unix newlines c14aea8 Fix OSC protectable instance formatting e1f7540 Use a copy of global literal for each test e774b21 Fix OSC plan show, update, and create formatting e3d987a Fix OSC checkpoint show and create formatting 9b77c76 Checkpoint list: show only plan name and id aa5d564 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- karborclient/osc/plugin.py | 112 ++--- karborclient/osc/v1/checkpoints.py | 426 ++++++++-------- karborclient/osc/v1/operation_logs.py | 222 ++++----- karborclient/osc/v1/plans.py | 539 +++++++++++---------- karborclient/osc/v1/protectables.py | 373 +++++++------- karborclient/osc/v1/providers.py | 203 ++++---- karborclient/osc/v1/quota_classes.py | 75 +++ karborclient/osc/v1/quotas.py | 108 +++++ karborclient/osc/v1/restores.py | 407 ++++++++-------- karborclient/osc/v1/scheduled_operations.py | 428 ++++++++-------- karborclient/osc/v1/services.py | 99 ++++ karborclient/osc/v1/triggers.py | 458 ++++++++--------- karborclient/osc/v1/verifications.py | 182 +++++++ karborclient/shell.py | 12 - karborclient/utils.py | 292 +++++------ karborclient/v1/client.py | 9 + karborclient/v1/quota_classes.py | 42 ++ karborclient/v1/quotas.py | 55 +++ karborclient/v1/services.py | 64 +++ karborclient/v1/shell.py | 280 ++++++++++- karborclient/v1/verifications.py | 65 +++ requirements.txt | 12 +- setup.cfg | 11 + test-requirements.txt | 10 +- 42 files changed, 3589 insertions(+), 1845 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index bf933b6..1ae4092 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ PrettyTable<0.8,>=0.7.1 # BSD -keystoneauth1>=3.0.1 # Apache-2.0 +keystoneauth1>=3.2.0 # Apache-2.0 @@ -8 +8 @@ requests>=2.14.2 # Apache-2.0 -simplejson>=2.2.0 # MIT +simplejson>=3.5.1 # MIT @@ -10 +10 @@ Babel!=2.4.0,>=2.3.4 # BSD -six>=1.9.0 # MIT +six>=1.10.0 # MIT @@ -12,3 +12,3 @@ osc-lib>=1.7.0 # Apache-2.0 -oslo.utils>=3.20.0 # Apache-2.0 -oslo.log>=3.22.0 # Apache-2.0 -oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 +oslo.utils>=3.31.0 # Apache-2.0 +oslo.log>=3.30.0 # Apache-2.0 +oslo.i18n>=3.15.3 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 35fb0e3..9e1d53c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ coverage!=4.4,>=4.0 # Apache-2.0 -python-subunit>=0.0.18 # Apache-2.0/BSD +python-subunit>=1.0.0 # Apache-2.0/BSD @@ -11 +11 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.17.0 # Apache-2.0 @@ -13,2 +13,2 @@ oslotest>=1.10.0 # Apache-2.0 -python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0 -requests-mock>=1.1 # Apache-2.0 +python-openstackclient>=3.12.0 # Apache-2.0 +requests-mock>=1.1.0 # Apache-2.0 @@ -17 +17 @@ testscenarios>=0.4 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT
participants (1)
-
no-reply@openstack.org