We eagerly announce the release of: searchlight-ui 9.0.0: Horizon panels and libraries for Searchlight This release is part of the victoria 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 8.0.0.0rc1..9.0.0 ------------------------------------------- 7aa5bbf migrate testing to ubuntu focal d98f5f5 Fix npm jobs 0d8717b Imported Translations from Zanata 13383c2 Switch to newer openstackdocstheme and reno versions 6d3da0f Imported Translations from Zanata 67ce0a5 Use python3 in devstack plugin configuration 5db95ee Imported Translations from Zanata 303a1a6 Imported Translations from Zanata 8d6f62b Bump default tox env from py37 to py38 ea251b4 Add py38 package metadata 941df49 Add Python3 victoria unit tests 11fc1e4 Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- devstack/plugin.sh | 2 +- lower-constraints.txt | 3 -- package.json | 2 +- releasenotes/source/conf.py | 6 ++- releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 18 ++++++- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 13 +++-- releasenotes/source/ussuri.rst | 6 +++ .../locale/ko_KR/LC_MESSAGES/djangojs.po | 58 ++++++++++++++++++++-- setup.cfg | 1 + test-requirements.txt | 5 +- tox.ini | 2 +- 16 files changed, 109 insertions(+), 26 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 5232b89..d62da87 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,0 +6,4 @@ hacking>=1.1.0,<1.2.0 # Apache-2.0 +# remove this pyflakes from here once you bump the +# hacking to 3.2.0 or above. hacking 3.2.0 takes +# care of pyflakes version compatibilty. +pyflakes>=2.1.1 @@ -12 +15,0 @@ selenium>=2.50.1 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD