We eagerly announce the release of: searchlight-ui 7.0.0: Horizon panels and libraries for Searchlight This release is part of the train release series. The source is available from: https://opendev.org/openstack/searchlight-ui Download the package from: https://pypi.org/project/searchlight-ui Please report issues through: https://storyboard.openstack.org/#!/project/openstack/searchlight- ui For more details, please see below. Changes in searchlight-ui 6.0.0..7.0.0 -------------------------------------- d22b03e Update the constraints url faca3e1 Imported Translations from Zanata 27accd3 Imported Translations from Zanata 293ba25 Imported Translations from Zanata e3722f8 Add Python 3 Train unit tests 07766fc Imported Translations from Zanata a2082e9 Sync Sphinx requirement d9644b9 Migrate to opendev.org f3242d4 OpenDev Migration Patch d68e526 Drop nodejs4 job 9e994bf Update master for stable/stein Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 4 +- README.rst | 2 +- devstack/plugin.sh | 2 +- package.json | 4 +- releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 10 +- .../source/locale/id/LC_MESSAGES/releasenotes.po | 10 +- .../source/locale/ru/LC_MESSAGES/releasenotes.po | 38 +++++- releasenotes/source/stein.rst | 6 + searchlight_ui/locale/id/LC_MESSAGES/djangojs.po | 55 ++++++++- searchlight_ui/locale/ru/LC_MESSAGES/djangojs.po | 127 ++++++++++++++++++++- test-requirements.txt | 3 +- tools/gate/integration/pre_test_hook.sh | 4 +- tox.ini | 4 +- 17 files changed, 246 insertions(+), 33 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 1d63146..f1af0f8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12 +12,2 @@ selenium>=2.50.1 # Apache-2.0 -sphinx>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
participants (1)
-
no-reply@openstack.org