We are overjoyed to announce the release of: karbor-dashboard 1.5.0: Karbor Dashboard This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/karbor-dashboard Download the package from: https://tarballs.openstack.org/karbor-dashboard/ Please report issues through: https://bugs.launchpad.net/karbor-dashboard/+bugs For more details, please see below. Changes in karbor-dashboard 1.4.0..1.5.0 ---------------------------------------- a96c06d Cleanup for Refactor-error-messages 5f29326 Cleanup py27 support 2396e14 Update hacking for Python3 6aca9b6 Drop mox3 from karbor-dashboard Diffstat (except docs and test files) ------------------------------------- karbor_dashboard/checkpoints/panel.py | 1 + karbor_dashboard/checkpoints/views.py | 20 +- karbor_dashboard/operationlogs/panel.py | 1 + karbor_dashboard/protectionplans/forms.py | 4 +- karbor_dashboard/protectionplans/panel.py | 1 + karbor_dashboard/protectionproviders/panel.py | 1 + karbor_dashboard/restores/panel.py | 1 + karbor_dashboard/scheduledoperations/panel.py | 1 + karbor_dashboard/test/helpers.py | 6 +- karbor_dashboard/triggers/panel.py | 1 + karbor_dashboard/triggers/utils.py | 1 + setup.cfg | 11 +- setup.py | 9 - test-requirements.txt | 7 +- tools/install_venv.py | 1 + tools/install_venv_common.py | 4 +- tox.ini | 11 +- 19 files changed, 294 insertions(+), 461 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index b577c61..46b4814 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ -hacking<0.11,>=0.10.2 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0 @@ -14 +13,0 @@ mock>=2.0.0 # BSD -mox3>=0.20.0 # Apache-2.0 @@ -16 +14,0 @@ nodeenv>=0.9.4 # BSD -oslosphinx>=4.7.0 # Apache-2.0 @@ -18 +16,2 @@ selenium>=2.50.1 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD +openstackdocstheme>=2.0 +sphinx>=2.0,!=2.1.0 # BSD