python-cloudkittyclient 4.1.0 (victoria)
We joyfully announce the release of: python-cloudkittyclient 4.1.0: API client of cloudkitty, Rating as a Service project. This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/python-cloudkittyclient Download the package from: https://pypi.org/project/python-cloudkittyclient Please report issues through: https://storyboard.openstack.org/#!/project/openstack/python- cloudkittyclient For more details, please see below. 4.1.0 ^^^^^ New Features * Support for the "GET /v2/dataframes" endpoint has been added to the client. A new "dataframes get" CLI command is also available. Changes in python-cloudkittyclient 4.0.0..4.1.0 ----------------------------------------------- 2a3dd27 Add support for GET /v2/dataframes API endpoint to the client def5357 Update hacking for Python3 db10c24 Remove translation sections from setup.cfg 608cd02 add py38 package metedata de3c492 migrate testing to ubuntu focal e88a3fa Fix pygments style 61dc82c Remove six e69f9d5 Use unittest.mock instead of third party mock 73cb650 Add Python3 victoria unit tests 8bc96e2 Update master for stable/ussuri 3f97e98 Cleanup py27 support Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- babel.cfg | 2 - cloudkittyclient/common/base.py | 9 +-- cloudkittyclient/v2/dataframes.py | 30 ++++++++- cloudkittyclient/v2/dataframes_cli.py | 74 ++++++++++++++++++++++ lower-constraints.txt | 2 +- ...add-support-v2-dataframes-be3a17271f3c7188.yaml | 5 ++ releasenotes/source/conf.py | 2 +- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++ requirements.txt | 1 - setup.cfg | 24 ++----- setup.py | 9 --- test-requirements.txt | 8 ++- tox.ini | 2 +- 21 files changed, 163 insertions(+), 49 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 73e1ac8..ee82b98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12 +11,0 @@ jsonpath-rw-ext>=1.0 # Apache-2.0 -six>=1.11 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index ad71606..2ee16ca 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5,6 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0 + +# remove this pyflakes from here once you bump the +# hacking to 3.2.0 or above. hacking 3.2.0 takes +# care of pyflakes version compatibilty. +pyflakes>=2.1.1 @@ -11 +15,0 @@ stestr>=2.0 # Apache-2.0 -mock>=2.0 # BSD
participants (1)
-
no-reply@openstack.org