We are glad to announce the release of: zun-ui 6.0.0: Zun User Interface This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/zun-ui Download the package from: https://tarballs.openstack.org/zun-ui/ Please report issues through: https://bugs.launchpad.net/zun-ui/+bugs For more details, please see below. Changes in zun-ui 5.0.0..6.0.0 ------------------------------ 1fe062f Fix l-c testing for Ubuntu Focal (py38) f398c08 [goal] Migrate testing to ubuntu focal 0abe2e2 [goal] Migrate testing to ubuntu focal 2e67f89 Fix npm jobs ac919bf Use unittest.mock instead of mock d494a28 Stop to use the __future__ module. 33a54e2 Imported Translations from Zanata 489f9fb Switch to newer openstackdocstheme and reno versions 676b38a tox: Keeping going with docs f8549e9 Fix hacking min version to 3.0.1 c994d92 Remove the unused coding style modules 44e2011 Update hacking for Python3 80e86b3 Imported Translations from Zanata 45cf181 Imported Translations from Zanata 5026bc3 Bump default tox env from py37 to py38 2dc30d4 Add py38 package metadata 2931ae5 Imported Translations from Zanata d80c87b Add Python3 victoria unit tests c38deae Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- bindep.txt | 4 ++ lower-constraints.txt | 17 ++------ package.json | 2 +- releasenotes/source/conf.py | 12 +++--- releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 19 +++++++-- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 13 +++--- .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 49 ++++++++++++++++++++++ releasenotes/source/ussuri.rst | 6 +++ setup.cfg | 1 + test-requirements.txt | 3 +- tools/install_venv.py | 1 + tools/install_venv_common.py | 2 - tox.ini | 17 +++++--- 17 files changed, 118 insertions(+), 64 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 161ebe0..f070d4a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -13 +12,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 -mock>=2.0.0 # BSD
participants (1)
-
no-reply@openstack.org