[karbor] python-karborclient 0.6.0 (pike)
We are excited to announce the release of: python-karborclient 0.6.0: Python client library for Karbor API This release is part of the pike 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.5.0..0.6.0 ------------------------------------------- d5842f6 Docs: arrange guides 30ee5f4 Updated from global requirements cb0b8b0 Add operation log API cmd to karborclient Diffstat (except docs and test files) ------------------------------------- README.rst | 1 + karborclient/osc/v1/operation_logs.py | 111 ++++++++++++++++++ karborclient/v1/client.py | 3 + karborclient/v1/operation_logs.py | 44 ++++++++ karborclient/v1/shell.py | 90 +++++++++++++++ requirements.txt | 2 +- setup.cfg | 3 + 18 files changed, 496 insertions(+), 28 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 04658b1..bf933b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ PrettyTable<0.8,>=0.7.1 # BSD -keystoneauth1!=3.0.0,>=2.21.0 # Apache-2.0 +keystoneauth1>=3.0.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org