[release][cloudkitty] python-cloudkittyclient 0.5.0 release (mitaka)
We are satisfied to announce the release of: python-cloudkittyclient 0.5.0: API client of cloudkitty, Rating as a Service project. This release is part of the mitaka release series. With package available at: https://pypi.python.org/pypi/python-cloudkittyclient For more details, please see below. Changes in python-cloudkittyclient 0.4.1..0.5.0 ----------------------------------------------- 55f3a3f Updated requirements for mitaka 0cad4b0 Update requirements 1703d55 Fix argument order for assertEqual to (expected, observed) c6e23ab Add support for query cost by service 450aa61 cloudkittyclient with keystone v3 not working f8c4cab Add helpinfo for collector commands. 5c188a2 Fix name not defined error 8b69ecf Drop py33 support 236bf8b Set AuthPlugin in __init__() 6dbfc45 Fix help message def167f Fixed bug with report total e4623d6 Fix a typo in command help 382a2d9 Add common arguments 9428ab3 Do no set the version in setup.cfg e4df2e2 Improve HashMap client 50f6cb3 Update .gitreview for new namespace d9d61d7 Add support for PyScripts rating module bf03f8f Change ignore-errors to ignore_errors b17283d Moving to Liberty cycle (0.5) Diffstat (except docs and test files) ------------------------------------- .coveragerc | 2 +- .gitreview | 2 +- cloudkittyclient/client.py | 5 +- cloudkittyclient/common/base.py | 3 +- cloudkittyclient/common/utils.py | 29 +- cloudkittyclient/i18n.py | 28 + cloudkittyclient/openstack/common/_i18n.py | 45 - .../openstack/common/apiclient/base.py | 2 +- .../openstack/common/apiclient/client.py | 2 +- .../openstack/common/apiclient/exceptions.py | 2 +- .../openstack/common/apiclient/utils.py | 2 +- cloudkittyclient/openstack/common/cliutils.py | 2 +- cloudkittyclient/shell.py | 4 +- cloudkittyclient/v1/collector/shell.py | 7 + cloudkittyclient/v1/rating/hashmap/__init__.py | 109 ++- cloudkittyclient/v1/rating/hashmap/shell.py | 96 +-- cloudkittyclient/v1/rating/pyscripts/__init__.py | 30 + cloudkittyclient/v1/rating/pyscripts/client.py | 28 + cloudkittyclient/v1/rating/pyscripts/extension.py | 31 + cloudkittyclient/v1/rating/pyscripts/shell.py | 116 +++ cloudkittyclient/v1/report/__init__.py | 18 +- cloudkittyclient/v1/report/shell.py | 14 +- cloudkittyclient/v1/storage/shell.py | 1 + requirements.txt | 14 +- setup.cfg | 3 +- setup.py | 2 +- test-requirements.txt | 18 +- tox.ini | 5 +- 30 files changed, 1099 insertions(+), 472 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index cb5b67b..6ccd284 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ -pbr!=0.7,<1.0,>=0.6 -Babel>=1.3 -python-keystoneclient<1.4.0,>=1.2.0 -stevedore<1.4.0,>=1.3.0 # Apache-2.0 -oslo.i18n<1.6.0,>=1.5.0 # Apache-2.0 -oslo.serialization<1.5.0,>=1.4.0 # Apache-2.0 -oslo.utils<1.5.0,>=1.4.0 # Apache-2.0 +pbr>=1.6 # Apache-2.0 +Babel>=1.3 # BSD +python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0 +stevedore>=1.5.0 # Apache-2.0 +oslo.i18n>=2.1.0 # Apache-2.0 +oslo.serialization>=1.10.0 # Apache-2.0 +oslo.utils>=3.5.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 630c3b9..e238ba0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,9 +7,9 @@ hacking<0.10,>=0.9.2 -coverage>=3.6 -discover -python-subunit>=0.0.18 -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -oslosphinx<2.6.0,>=2.5.0 # Apache-2.0 -oslotest<1.6.0,>=1.5.1 # Apache-2.0 -testrepository>=0.0.18 -testscenarios>=0.4 -testtools!=1.2.0,>=0.9.36 +coverage>=3.6 # Apache-2.0 +discover # BSD +python-subunit>=0.0.18 # Apache-2.0/BSD +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD +oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 +oslotest>=1.10.0 # Apache-2.0 +testrepository>=0.0.18 # Apache-2.0/BSD +testscenarios>=0.4 # Apache-2.0/BSD +testtools>=1.4.0 # MIT
participants (1)
-
no-reply@openstack.org