[release-announce] zaqar-ui 5.0.0 (rocky)
no-reply at openstack.org
no-reply at openstack.org
Thu Aug 30 14:34:35 UTC 2018
We are thrilled to announce the release of:
zaqar-ui 5.0.0: Zaqar User Interface
This release is part of the rocky release series.
The source is available from:
https://git.openstack.org/cgit/openstack/zaqar-ui
Download the package from:
https://tarballs.openstack.org/zaqar-ui/
Please report issues through launchpad:
https://bugs.launchpad.net/zaqar-ui
For more details, please see below.
Changes in zaqar-ui 4.0.0..5.0.0
--------------------------------
38f3ab7 Prepare to support python3.6
cf27da5 fix tox python3 overrides
7fae67c Add python3 django 1.11 job instead of django 2.0 job
6e100d0 Rename test files to test_* pattern
630c287 Fix postinstall for npm job
d189387 Fix tox jobs and remove tox_helper.sh
ef6568f Add py35dj20 job
f14cacd Follow the new PTI for document build
54b7e90 Remove mox3 from test-requirements.txt
35c3611 Imported Translations from Zanata
cf4db8e Require the (soon-to-be) Rocky version of Horizon
2025fbb Imported Translations from Zanata
95272bb Add documentation and releasenotes links to README
89f3518 Install horizon from git for tox testenv py35dj20
ce2d4bc Django 2.0 support
4ee0c4c Updated from global requirements
a8ff93f add lower-constraints job
d6a80e2 Install horizon directly from pypi
87d9b35 Updated from global requirements
90e472a Updated from global requirements
3b5b579 Updated from global requirements
316aaca Imported Translations from Zanata
544a336 Imported Translations from Zanata
1551622 Imported Translations from Zanata
630ae1e Replaces yaml.load() with yaml.safe_load()
a627683 Imported Translations from Zanata
40c25bb Imported Translations from Zanata
dd28547 Update reno for stable/queens
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 35 +++++
README.rst | 10 +-
lower-constraints.txt | 148 ++++++++++++++++++++
package.json | 2 +-
releasenotes/source/index.rst | 1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po | 15 +-
.../source/locale/id/LC_MESSAGES/releasenotes.po | 24 +++-
.../source/locale/ja/LC_MESSAGES/releasenotes.po | 20 ++-
.../locale/ko_KR/LC_MESSAGES/releasenotes.po | 8 +-
.../locale/zh_CN/LC_MESSAGES/releasenotes.po | 6 +-
releasenotes/source/queens.rst | 6 +
requirements.txt | 5 +-
setup.cfg | 9 --
test-requirements.txt | 15 --
tox.ini | 126 ++++++++++++++---
zaqar_ui/api/rest/zaqar.py | 2 +-
zaqar_ui/karma.conf.js | 7 +-
zaqar_ui/locale/en_GB/LC_MESSAGES/django.po | 8 +-
zaqar_ui/locale/en_GB/LC_MESSAGES/djangojs.po | 8 +-
zaqar_ui/locale/ko_KR/LC_MESSAGES/django.po | 8 +-
zaqar_ui/locale/ko_KR/LC_MESSAGES/djangojs.po | 8 +-
zaqar_ui/locale/pt_BR/LC_MESSAGES/django.po | 6 +-
zaqar_ui/locale/pt_BR/LC_MESSAGES/djangojs.po | 6 +-
zaqar_ui/locale/tr_TR/LC_MESSAGES/django.po | 8 +-
zaqar_ui/locale/tr_TR/LC_MESSAGES/djangojs.po | 8 +-
zaqar_ui/locale/zh_CN/LC_MESSAGES/django.po | 8 +-
zaqar_ui/locale/zh_CN/LC_MESSAGES/djangojs.po | 8 +-
zaqar_ui/test/helpers.py | 1 -
33 files changed, 471 insertions(+), 321 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 09afa13..3721272 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13,2 +13,3 @@ Babel!=2.4.0,>=2.3.4 # BSD
-Django<2.0,>=1.8 # BSD
-django-babel>=0.5.1 # BSD
+Django<2.0,>=1.11 # BSD
+django-babel>=0.6.2 # BSD
+horizon>=14.0.0.0b1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index a3f787d..d6a8b04 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -15,11 +14,0 @@ mock>=2.0.0 # BSD
-mox3>=0.20.0 # Apache-2.0
-nodeenv>=0.9.4 # BSD
-nose>=1.3.7 # LGPL
-nose-exclude>=0.3.0 # LGPL
-nosehtmloutput>=0.0.3 # Apache-2.0
-nosexcover>=1.0.10 # BSD
-openstack.nose-plugin>=0.7 # Apache-2.0
-openstackdocstheme>=1.18.1 # Apache-2.0
-reno>=2.5.0 # Apache-2.0
-selenium>=2.50.1 # Apache-2.0
-sphinx!=1.6.6,>=1.6.2 # BSD
@@ -27,4 +15,0 @@ testtools>=2.2.0 # MIT
-# This also needs xvfb library installed on your OS
-xvfbwrapper>=0.1.3 #license: MIT
-# Include horizon as test requirement
-http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon
More information about the Release-announce
mailing list