[release-announce] python-cloudkittyclient 4.6.0 (zed)

no-reply at openstack.org no-reply at openstack.org
Tue Aug 30 12:48:04 UTC 2022


We are thrilled to announce the release of:

python-cloudkittyclient 4.6.0: API client of cloudkitty, Rating as a
Service project.

This release is part of the zed 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.6.0
^^^^^

New Features

* Introduce the patch scope API in the CLI. The command "rating
  scope patch" is added to the OpenStack CLI with this patch, and the
  command "scope patch" is added to the CloudKitty python client.

* Introduce reprocessing task API in the CLI. The following new
  commands are added to the OpenStack CLI "rating tasks reprocessing
  get" and "rating tasks reprocessing create". For CloudKitty CLI, we
  added the following new commands "tasks reprocessing get" and "tasks
  reprocessing create". Both command sets work in a similar fashion,
  but one is targetting the OpenStack CLI integration, whereas the
  other is targetting CloudKitty client only.

Changes in python-cloudkittyclient 4.5.0..4.6.0
-----------------------------------------------

eb0cac7 Add Python3 zed unit tests
187b0ce Introduce the patch scope API in the CLI
277b477 Introduce reprocessing task API in the CLI
19c0eba Drop lower-constraints.txt and its testing
de6c8b2 Update master for stable/yoga


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                         |  3 +-
cloudkittyclient/v2/client.py                      |  2 +
cloudkittyclient/v2/reprocessing.py                | 78 ++++++++++++++++++
cloudkittyclient/v2/reprocessing_cli.py            | 95 ++++++++++++++++++++++
cloudkittyclient/v2/scope.py                       | 40 +++++++++
cloudkittyclient/v2/scope_cli.py                   | 33 ++++++++
lower-constraints.txt                              | 23 ------
.../add-patch-scope-support-04c408f982d7d352.yaml  |  6 ++
...add-reprocess-api-support-dafc30d0d08a34fd.yaml | 10 +++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/yoga.rst                       |  6 ++
requirements.txt                                   |  4 +
setup.cfg                                          |  8 ++
tox.ini                                            |  6 --
14 files changed, 284 insertions(+), 31 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 4ccfab7..6a7abb4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -0,0 +1,4 @@
+# Requirements lower bounds listed here are our best effort to keep them up to
+# date but we do not test them so no guarantee of having them all correct. If
+# you find any incorrect lower bounds, let us know or propose a fix.
+






More information about the Release-announce mailing list