We are happy to announce the release of: freezer-web-ui 9.0.0: Freezer - Backup as a Service User Interface This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/freezer-web-ui Download the package from: https://pypi.org/project/freezer-web-ui Please report issues through: https://storyboard.openstack.org/#!/project/openstack/freezer-web- ui For more details, please see below. Changes in freezer-web-ui 8.0.0..9.0.0 -------------------------------------- 1f5004d zuul: migrate the freezer-web-ui job to native Zuul v3 e57a654 Add py38 in tox. b2af707 Stop to use the __future__ module. 2a46542 Switch to newer openstackdocstheme and reno versions b248f85 Update to hacking 3.0 cf9a3e3 Add py38 package metadata 3e95dbc Remove the mock installed c79bc4f Add Python3 victoria unit tests Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 31 +++++---- disaster_recovery/backups/views.py | 4 +- lower-constraints.txt | 11 +--- playbooks/legacy/freezer-web-ui-ubuntu/post.yaml | 80 ------------------------ playbooks/legacy/freezer-web-ui-ubuntu/run.yaml | 67 -------------------- setup.cfg | 1 + test-requirements.txt | 6 +- tools/install_venv_common.py | 2 - tox.ini | 11 ++-- 11 files changed, 39 insertions(+), 195 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 357561e..6d39eaf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -8 +7,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 -mock>=2.0.0 # BSD @@ -12,2 +11 @@ testtools>=2.2.0 # MIT -unittest2>=1.1.0 # BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +sphinx>=2.0.0,!=2.1.0 # BSD
participants (1)
-
no-reply@openstack.org