We are overjoyed to announce the release of: zaqar-ui 9.0.0: Zaqar User Interface This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/zaqar-ui Download the package from: https://tarballs.openstack.org/zaqar-ui/ Please report issues through: https://bugs.launchpad.net/zaqar-ui/+bugs For more details, please see below. Changes in zaqar-ui 8.0.0..9.0.0 -------------------------------- a5816d9 [goal] Migrate testing to ubuntu focal 36ee7f7 Fix npm jobs 4858079 Imported Translations from Zanata 60f3442 Use unittest.mock instead of mock ca34d0b Stop to use the __future__ module. ab4c0cf Switch to newer openstackdocstheme and reno versions 2365de2 Imported Translations from Zanata f562f02 Imported Translations from Zanata c7ef2b4 Add Python3 victoria unit tests 6220cbd Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- lower-constraints.txt | 8 +------- package.json | 2 +- releasenotes/source/conf.py | 12 +++++------ releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 17 +++++++++++++-- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 13 +++++++----- releasenotes/source/ussuri.rst | 6 ++++++ test-requirements.txt | 5 ++++- tools/install_venv_common.py | 2 -- zaqar_ui/api/zaqar.py | 2 -- zaqar_ui/test/helpers.py | 2 +- 15 files changed, 52 insertions(+), 53 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 7eac734..c9ecee4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,0 +11,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 @@ -13 +16,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 -mock>=2.0.0 # BSD