[release-announce] cloudkitty-dashboard 8.0.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Wed Aug 22 13:59:26 UTC 2018


We high-spiritedly announce the release of:

cloudkitty-dashboard 8.0.0: CloudKitty Horizon dashboard

This release is part of the rocky release series.

Download the package from:

    https://pypi.org/project/cloudkitty-dashboard

For more details, please see below.

Changes in cloudkitty-dashboard 7.0.0..8.0.0
--------------------------------------------

0713926 Imported Translations from Zanata
2ecb7e8 Fix releasenotes translations
d41d994 The Python 3.5 is added
33339cd Follow the new PTI for document build
261c294 Delete the unused LOG code
4237939 Switch to use stestr for unit test
1d9d24e Remove the redundant "required=True"
8112c32 Enable translation for cloudkitty-dashboard
15e65ae Adapt dashboard to new cloudkitty client
9b63b0a Update .gitignore


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

.gitignore                                         |   4 +-
.stestr.conf                                       |   3 +
.testr.conf                                        |   4 -
babel-django.cfg                                   |   6 +
babel-djangojs.cfg                                 |  14 +
babel.cfg                                          |   2 -
cloudkittydashboard/api/cloudkitty.py              |  35 +-
.../dashboards/admin/hashmap/forms.py              |  74 ++--
.../dashboards/admin/hashmap/tables.py             |  61 +--
.../dashboards/admin/hashmap/views.py              |  79 ++--
.../dashboards/admin/modules/forms.py              |   8 +-
.../dashboards/admin/modules/tables.py             |  16 +-
.../dashboards/admin/modules/views.py              |  21 +-
.../dashboards/admin/pyscripts/forms.py            |  14 +-
.../dashboards/admin/pyscripts/tables.py           |   2 +-
.../dashboards/admin/pyscripts/views.py            |  15 +-
.../dashboards/project/rating/views.py             |   2 +-
.../dashboards/project/reporting/views.py          |   8 +-
.../locale/en_GB/LC_MESSAGES/django.po             | 428 +++++++++++++++++++++
cloudkittydashboard/utils.py                       |  25 ++
releasenotes/source/conf.py                        |   3 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po       |  33 ++
setup.cfg                                          |  22 +-
test-requirements.txt                              |   5 +-
tox.ini                                            |  17 +-
27 files changed, 702 insertions(+), 208 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 2fe8929..15985e6 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,2 +8,0 @@ python-subunit>=0.0.18
-sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.11.0 # Apache-2.0
@@ -12 +10 @@ oslotest>=1.10.0 # Apache-2.0
-testrepository>=0.0.18
+stestr>=2.0.0 # Apache-2.0
@@ -15 +12,0 @@ testtools>=1.4.0
-reno>=1.8.0  # Apache2






More information about the Release-announce mailing list