We enthusiastically announce the release of: freezer-web-ui 17.0.0 This release is part of the flamingo 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 16.0.0..17.0.0 ---------------------------------------- 264ea74 Move locale file to correct directory d26d1cd Move locale file to correct directory 53b4604 Remove unicode prefix from code b9bc69d Replace license classifier e2505b4 Remove tags from README c52dca1 Imported Translations from Zanata eb5c438 Update README.rst and bump hacking Diffstat (except docs and test files) ------------------------------------- README.rst | 81 +++++++++++-------------- freezer_ui/actions/tables.py | 8 +-- freezer_ui/backups/tables.py | 8 +-- freezer_ui/clients/tables.py | 8 +-- freezer_ui/jobs/tables.py | 16 ++--- freezer_ui/locale/zh_Hans/LC_MESSAGES/django.po | 69 ++++++++++++++++++++- freezer_ui/sessions/tables.py | 16 ++--- setup.cfg | 9 ++- test-requirements.txt | 9 +-- tools/install_venv_common.py | 6 +- tox.ini | 23 ++++--- 11 files changed, 154 insertions(+), 99 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index bd38b42..19d99d7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=7.0.0,<7.1.0 # Apache-2.0 @@ -9 +5 @@ oslo.config>=5.2.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0 @@ -13 +8,0 @@ pylint>=2.6.0 # GPLv2 -