We are pleased to announce the release of: freezer-web-ui 8.0.0: Freezer - Backup as a Service User Interface This release is part of the ussuri 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 7.2.0..8.0.0 -------------------------------------- e599248 Cleanup py27 support 7f03af4 Remove six useage 75b145a Imported Translations from Zanata 833a40b Drop Django 1.11 support d0e560f translation: drop babel extractor definitions 8f35327 [ussuri][goal] Drop python 2.7 support and testing 1fc3835 Update devstack doc f894d59 Add py37 and remove py35 in envlst 146a150 Use Horizon project template for django jobs d939a78 Bump minimum ksa(3.16.0) to fix gate Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 5 ++--- babel-django.cfg | 3 --- babel-djangojs.cfg | 14 +------------ devstack/README.rst | 24 +++++++++++++++++++++- disaster_recovery/locale/de/LC_MESSAGES/django.po | 10 ++++++--- lower-constraints.txt | 11 +++++----- .../notes/drop-py-2-7-5fbb19deece255ca.yaml | 6 ++++++ requirements.txt | 2 +- setup.cfg | 15 +++++--------- setup.py | 9 -------- test-requirements.txt | 8 ++++---- tox.ini | 17 ++++++++------- 13 files changed, 65 insertions(+), 62 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e1469c8..4ec7c6c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ oslo.log>=3.36.0 # Apache-2.0 -horizon>=14.0.0.0b3 # Apache-2.0 +horizon>=17.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 0e23149..357561e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +9,0 @@ oslo.config>=5.2.0 # Apache-2.0 -pylint==1.4.5 # GPLv2 @@ -14,3 +13,4 @@ unittest2>=1.1.0 # 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 -oslosphinx>=4.7.0 # Apache-2.0 +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +astroid==2.1.0 # LGPLv2.1 +pylint==2.3.1 # GPLv2 +