We jubilantly announce the release of: mistral-dashboard 7.0.0: Mistral dashboard This release is part of the rocky release series. Download the package from: https://pypi.org/project/mistral-dashboard For more details, please see below. Changes in mistral-dashboard 6.0.0..7.0.0 ----------------------------------------- 04c3253 Drop mox, no longer needed 56cf418 Add the restructuredtext check to the flake8 job 924f64a fix tox python3 overrides 7041082 Ignore the .eggs directory 52ebdf9 Fix the README formatting 3ae1e8a Django 2.0 support 0d29363 support py3 96186a1 Fix workflow language link 78ae623 Add py35 to tox.ini 21f4afa Updated from global requirements 5f1b862 Remove mox3 from test-requiremens.txt 498e11f Updated from global requirements ad4a1c5 Updated from global requirements e7ec927 Updated from global requirements 82edc24 Updated from global requirements cfbaf2e Updated from global requirements 726eeae Update reno for stable/queens Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + README.rst | 5 ++--- mistraldashboard/action_executions/tables.py | 2 +- mistraldashboard/action_executions/views.py | 4 ++-- mistraldashboard/actions/forms.py | 2 +- mistraldashboard/actions/tables.py | 2 +- .../actions/templates/actions/_create.html | 2 +- .../actions/templates/actions/_update.html | 2 +- mistraldashboard/actions/views.py | 4 ++-- mistraldashboard/cron_triggers/tables.py | 2 +- mistraldashboard/cron_triggers/views.py | 4 ++-- mistraldashboard/executions/forms.py | 2 +- mistraldashboard/executions/views.py | 4 ++-- mistraldashboard/tasks/tables.py | 2 +- mistraldashboard/tasks/views.py | 4 ++-- mistraldashboard/test/helpers.py | 4 ---- mistraldashboard/workbooks/forms.py | 2 +- .../templates/workbooks/_select_definition.html | 2 +- mistraldashboard/workbooks/views.py | 4 ++-- mistraldashboard/workflows/forms.py | 2 +- mistraldashboard/workflows/views.py | 4 ++-- releasenotes/source/index.rst | 1 + releasenotes/source/queens.rst | 6 ++++++ requirements.txt | 6 +++--- setup.cfg | 2 ++ test-requirements.txt | 3 +-- tox.ini | 20 +++++++++++++++++--- 34 files changed, 65 insertions(+), 47 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a1789f9..e9d124c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -Django<2.0,>=1.8 # BSD +Django<2.0,>=1.11 # BSD @@ -10,2 +10,2 @@ iso8601>=0.1.11 # MIT -python-mistralclient>=3.1.0 # Apache-2.0 -PyYAML>=3.10 # MIT +python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0 +PyYAML>=3.12 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 1d65268..3b138f1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12 +11,0 @@ mock>=2.0.0 # BSD -mox3>=0.20.0 # Apache-2.0 @@ -23 +22 @@ xvfbwrapper>=0.1.3 #license: MIT -sphinx!=1.6.6,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
participants (1)
-
no-reply@openstack.org