congress-dashboard 6.0.0 (ussuri)
We are happy to announce the release of: congress-dashboard 6.0.0: Horizon Plugin for Congress This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/congress-dashboard Download the package from: https://tarballs.openstack.org/congress-dashboard/ Please report issues through: https://bugs.launchpad.net/congress/+bugs For more details, please see below. Changes in congress-dashboard 5.0.0..6.0.0 ------------------------------------------ e298ddc Fix pyScss version in lower-constraints.txt 15afe9c Drop Django 1.11 support 4fdd3e7 Remove six usage 44bd4e5 tox: Keeping going with docs 406b3ef [ussuri][goal] Drop python 2.7 support and testing d9d447d Switch to Ussuri jobs 40ee8ed Use Horizon project template for django jobs 11e0c78 Update master for stable/train Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 10 ++-------- congress_dashboard/policies/rules/workflows.py | 5 ++--- lower-constraints.txt | 10 +++++----- releasenotes/notes/drop-py-2-7-0b1f5e1450e2991c.yaml | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/train.rst | 6 ++++++ requirements.txt | 4 +--- setup.cfg | 2 -- test-requirements.txt | 3 --- tox.ini | 18 +++++++----------- 11 files changed, 31 insertions(+), 37 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6a9721c..683fd64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,3 +10,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -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 @@ -16,0 +14 @@ python-congressclient<2000,>=1.9.0 # Apache-2.0 +horizon>=17.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 29e0f98..7382628 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,3 +14,0 @@ oslotest>=3.2.0 # Apache-2.0 - -# Include horizon as test requirement -http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon
participants (1)
-
no-reply@openstack.org