[release-announce] blazar-nova 1.3.0 (train)

no-reply at openstack.org no-reply at openstack.org
Wed Sep 4 17:01:05 UTC 2019


We are thrilled to announce the release of:

blazar-nova 1.3.0: Nova related filters and extensions for Blazar

This release is part of the train release series.

The source is available from:

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

Download the package from:

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

Please report issues through:

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

For more details, please see below.

Changes in blazar-nova 1.2.0..1.3.0
-----------------------------------

32350eb Add Python 3 Train unit tests
4a8f892 Update sphinx requirements
184b359 Use opendev repository
18358ce OpenDev Migration Patch
0ef198f Dropping the py35 testing
6b4df54 Replace openstack.org git:// URLs with https://


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

.gitreview            |  2 +-
.zuul.yaml            | 10 +---------
README.rst            |  8 ++++----
setup.cfg             |  3 ++-
test-requirements.txt |  3 ++-
tools/tox_install.sh  |  4 ++--
tox.ini               |  4 ++--
7 files changed, 14 insertions(+), 20 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index c87d0eb..b7996e6 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +9,2 @@ mock>=2.0.0 # BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD






More information about the Release-announce mailing list