[release-announce] blazar-dashboard 3.0.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Wed May 13 10:53:44 UTC 2020


We are glad to announce the release of:

blazar-dashboard 3.0.0: Horizon plugin for the Blazar Reservation
Service for OpenStack

This release is part of the ussuri release series.

The source is available from:

    https://opendev.org/openstack/blazar-dashboard

Download the package from:

    https://tarballs.openstack.org/blazar-dashboard/

Please report issues through:

    https://bugs.launchpad.net/blazar/+bugs

For more details, please see below.

Changes in blazar-dashboard 2.0.0..3.0.0
----------------------------------------

26fda6b Cleanup py27 support
da3ecf4 Fix pyScss version in lower-constraints.txt
ab1da46 Add pytest requirement
0447828 tox: Keeping going with docs
d4136cf Remove six usage
6e4429a Drop Django 1.11 support
cb94a00 translation: drop babel extractor definitions
6abf50f Stop testing with py2
388ef09 Switch to official Ussuri jobs
792699c Use Horizon project template for django jobs
244d398 Update master for stable/train
32b1570 Generate PDF documentation
7a05a61 Update the constraints url


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                         | 10 +----
babel-django.cfg                                   |  3 --
babel-djangojs.cfg                                 | 12 ------
blazar_dashboard/content/leases/forms.py           |  4 +-
blazar_dashboard/test/test_data/blazar_data.py     |  1 +
blazar_dashboard/test/test_data/exceptions.py      |  5 ---
lower-constraints.txt                              | 12 ++----
.../notes/drop-python2-8f624e1c157ac04a.yaml       |  4 ++
releasenotes/source/conf.py                        |  3 --
releasenotes/source/index.rst                      |  1 +
releasenotes/source/train.rst                      |  6 +++
requirements.txt                                   |  2 +-
setup.cfg                                          | 11 ++----
setup.py                                           |  9 -----
test-requirements.txt                              |  3 +-
tox.ini                                            | 43 ++++++++++-----------
20 files changed, 83 insertions(+), 101 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index cb050a0..1645d36 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12 +12 @@ python-blazarclient>=1.0.1 # Apache-2.0
-horizon>=14.0.0.0b3  # Apache-2.0
+horizon>=17.1.0  # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index a5262ee..b993b1e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@
-hacking>=1.1.0,<1.2.0 # Apache-2.0
+hacking>=3.0,<3.1.0 # Apache-2.0
@@ -14,0 +15 @@ nodeenv>=0.9.4 # BSD
+pytest>=5.3.5 # MIT






More information about the Release-announce mailing list