We are pumped to announce the release of: congress-dashboard 3.0.0: Horizon Plugin for Congress This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/congress-dashboard Download the package from: https://tarballs.openstack.org/congress-dashboard/ Please report issues through launchpad: https://bugs.launchpad.net/congress For more details, please see below. Changes in congress-dashboard 2.0.0..3.0.0 ------------------------------------------ 7570aa4 Fix repeat ID problem in library policy display 7fbfd09 fix tox python3 overrides 5a0a161 Removing deprecated functions xrange and cmp d47837b Delete the unused LOG code 2b64b86 Modify the '.gitignore' file f8e9806 Remove the redundant "required=True" 4cec118 Drop python-cinderclient usage c6d1225 Add python3 django 1.11 job instead of django 2.0 job c29ddbb Fix test failures caused by django test runner ab907b8 Follow the new PTI for document build 09da4f8 Update lower-constraints to match requirements b3ab877 Django 2.0 support 0297165 Delete the duplicated README.md c2330d1 Fix the old links in docs 7aa8cdd add lower-constraints job bd41e50 Updated from global requirements 55c5d37 Add documentation link to README 0cf3764 Updated from global requirements 29124f7 Update reno for stable/queens Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 - .zuul.yaml | 9 ++ CONTRIBUTING.rst | 4 +- README.rst | 4 +- congress_dashboard/README.md | 25 ----- congress_dashboard/datasources/forms.py | 2 +- congress_dashboard/datasources/tables.py | 2 +- congress_dashboard/datasources/views.py | 8 +- congress_dashboard/library/tables.py | 2 +- congress_dashboard/library/views.py | 3 +- congress_dashboard/monitoring/tables.py | 6 +- congress_dashboard/policies/forms.py | 2 +- congress_dashboard/policies/rules/forms.py | 4 +- congress_dashboard/policies/rules/tables.py | 2 +- congress_dashboard/policies/rules/views.py | 2 +- congress_dashboard/policies/rules/workflows.py | 6 +- congress_dashboard/policies/tables.py | 2 +- congress_dashboard/policies/views.py | 4 +- lower-constraints.txt | 128 +++++++++++++++++++++++++ releasenotes/source/index.rst | 3 +- releasenotes/source/queens.rst | 6 ++ requirements.txt | 7 +- setup.cfg | 9 -- test-requirements.txt | 5 - tox.ini | 30 +++++- 29 files changed, 206 insertions(+), 85 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1247e0e..4ec1acd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,2 +11,3 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -Django<2.0,>=1.8 # BSD -django-babel>=0.5.1 # BSD +Django<2,>=1.11;python_version<'3.0' # BSD +Django<2.1,>=1.11;python_version>='3.0' # BSD +django-babel>=0.6.2 # BSD @@ -15 +16 @@ django-nose>=1.4.4 # BSD -keystoneauth1>=3.3.0 # Apache-2.0 +keystoneauth1>=3.4.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 62fd683..aba3164 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16,5 +15,0 @@ oslotest>=3.2.0 # Apache-2.0 -# Docs Requirements -openstackdocstheme>=1.18.1 # Apache-2.0 -reno>=2.5.0 # Apache-2.0 -docutils>=0.11 # OSI-Approved Open Source, Public Domain -
participants (1)
-
no-reply@openstack.org