[release-announce] karbor-dashboard 1.1.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Fri Aug 17 20:25:55 UTC 2018


We are delighted to announce the release of:

karbor-dashboard 1.1.0: Karbor Dashboard

This release is part of the rocky release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/karbor-dashboard

Download the package from:

    https://tarballs.openstack.org/karbor-dashboard/

Please report issues through launchpad:

    http://bugs.launchpad.net/karbor-dashboard

For more details, please see below.

Changes in karbor-dashboard 1.0.0..1.1.0
----------------------------------------

9fafc1f Updated from global requirements
77f7031 Imported Translations from Zanata
8c851fc Imported Translations from Zanata
86f514e fix tox python3 overrides
3770153 Imported Translations from Zanata
e33c208 Imported Translations from Zanata


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

karbor_dashboard/locale/de/LC_MESSAGES/django.po   | 441 +++++++++++++++++++++
.../locale/en_GB/LC_MESSAGES/django.po             |   8 +-
karbor_dashboard/locale/id/LC_MESSAGES/django.po   | 431 ++++++++++++++++++++
.../locale/ko_KR/LC_MESSAGES/django.po             | 431 ++++++++++++++++++++
requirements.txt                                   |   5 +-
test-requirements.txt                              |   2 +-
tox.ini                                            |   5 +
7 files changed, 1316 insertions(+), 7 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 4d451d5..5dfc711 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,2 +12,3 @@ Babel!=2.4.0,>=2.3.4 # BSD
-Django<2.0,>=1.8 # BSD
-django-babel>=0.5.1 # BSD
+Django<2,>=1.11;python_version<'3.0' # BSD
+Django<2.1,>=1.11;python_version>='3.0'  # BSD
+django-babel>=0.6.2 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 82d06d7..c93c9b2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -24 +24 @@ selenium>=2.50.1 # Apache-2.0
-sphinx!=1.6.6,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD






More information about the Release-announce mailing list