python-cloudkittyclient 2.1.0 (stein)
We enthusiastically announce the release of: python-cloudkittyclient 2.1.0: API client of cloudkitty, Rating as a Service project. This release is part of the stein release series. Download the package from: https://pypi.org/project/python-cloudkittyclient For more details, please see below. Changes in python-cloudkittyclient 2.0.0..2.1.0 ----------------------------------------------- e9a92a2 Fix "cloudkitty report tenant list" command 1ed287c Use global-requirements for requirements 63ac84b Update min tox version to 2.0 1cf5b3a Don't quote {posargs} in tox.ini 503dd32 Add documentation jobs 7b9d447 Use openstack-tox-cover template fff37a8 Add ``insecure`` and ``cacert`` options to the client. 81cdcba Consider interface and region options with OSC 214083c add python 3.6 unit test job c78ae05 import zuul job settings from project-config 1348fd6 Update reno for stable/rocky Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 8 +++ cloudkittyclient/osc.py | 7 ++- cloudkittyclient/v1/client.py | 18 ++++++- cloudkittyclient/v1/report_cli.py | 7 ++- lower-constraints.txt | 23 +++++++++ releasenotes/source/index.rst | 1 + releasenotes/source/rocky.rst | 6 +++ requirements.txt | 14 ++--- test-requirements.txt | 2 +- tox.ini | 14 ++++- 13 files changed, 161 insertions(+), 16 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 22627a2..264165a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ -pbr!=2.1.0,>=2.0.0 # Apache-2.0 -cliff>=2.11.0,<3.0 # Apache-2.0 -keystoneauth1>=3.4.0,<4.0 # Apache-2.0 -oslo.utils>=3.35,<4.0 # Apache-2.0 -oslo.log>=3.36,<4.0 # Apache-2.0 -PyYAML>=3.12,<4.0 # MIT +pbr>=2.0.0,!=2.1.0 # Apache-2.0 +cliff>=2.11.0 # Apache-2.0 +keystoneauth1>=3.4.0 # Apache-2.0 +oslo.utils>=3.35 # Apache-2.0 +oslo.log>=3.36 # Apache-2.0 +PyYAML>=3.12 # MIT @@ -12 +12 @@ jsonpath-rw-ext>=1.0 # Apache-2.0 -six>=1.11,<2.0 # MIT +six>=1.11 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 6acdb32..ad71606 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -coverage!=4.4,>=4.0 # Apache-2.0 +coverage>=4.0,!=4.4 # Apache-2.0
participants (1)
-
no-reply@openstack.org