[cloudkitty] python-cloudkittyclient 1.2.0 (queens)
We high-spiritedly announce the release of: python-cloudkittyclient 1.2.0: API client of cloudkitty, Rating as a Service project. This release is part of the queens release series. Download the package from: https://pypi.python.org/pypi/python-cloudkittyclient For more details, please see below. Changes in python-cloudkittyclient 1.1.0..1.2.0 ----------------------------------------------- 81bc4e3 Added release note for cloudkittyclient 64129e4 Drop py34 target in tox.ini bf30936 Remove log translations b07b8c2 Update the README 87dbe6e Use openstackdocstheme f3451d8 Import cli-reference from openstack-manuals 34aef63 Tread Sphinx warnings as errors 7b5bb67 rearrange existing docs to fit the new standard layout 87dadb6 Delete outdated and unused directory Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + README.rst | 30 +- cloudkittyclient/i18n.py | 4 - releasenotes/notes/.placeholder | 0 releasenotes/source/_static/.placeholder | 0 releasenotes/source/_templates/.placeholder | 0 releasenotes/source/conf.py | 263 +++++++ releasenotes/source/index.rst | 16 + releasenotes/source/unreleased.rst | 5 + requirements.txt | 16 +- setup.cfg | 3 +- setup.py | 2 +- test-requirements.txt | 9 +- tools/install_venv_common.py | 172 ----- tox.ini | 7 +- 25 files changed, 1466 insertions(+), 246 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0ac9b3a..11095e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ -pbr>=1.6 # Apache-2.0 -Babel>=2.3.4 # BSD -python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0 -python-openstackclient>=3.0.0 # Apache-2.0 -stevedore>=1.10.0 # Apache-2.0 -oslo.i18n>=2.1.0 # Apache-2.0 +pbr!=2.1.0,>=2.0.0 # Apache-2.0 +Babel!=2.4.0,>=2.3.4 # BSD +python-keystoneclient>=3.8.0 # Apache-2.0 +python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0 +stevedore>=1.20.0 # Apache-2.0 +oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 @@ -12,2 +12,2 @@ oslo.serialization>=1.10.0 # Apache-2.0 -oslo.utils>=3.11.0 # Apache-2.0 -PrettyTable<0.8,>=0.7 # BSD +oslo.utils>=3.20.0 # Apache-2.0 +PrettyTable<0.8,>=0.7.1 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index a91d7ac..2a0e629 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 @@ -7 +7 @@ hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 -coverage>=3.6 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 @@ -9,2 +9,2 @@ 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 +sphinx>=1.6.2 # BSD +openstackdocstheme>=1.11.0 # Apache-2.0 @@ -14,0 +15 @@ testtools>=1.4.0 # MIT +reno>=1.8.0 # Apache2
participants (1)
-
no-reply@openstack.org