We are glad to announce the release of: blazar-nova 2.3.0: Nova related filters and extensions for Blazar This release is part of the xena 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 2.2.0..2.3.0 ----------------------------------- 965f178 Switch to stestr 668323a Sync requirements and lower constraints with nova 5f7bd6e Add Python3 xena unit tests Diffstat (except docs and test files) ------------------------------------- .gitignore | 4 +--- .stestr.conf | 4 ++++ .testr.conf | 7 ------- .zuul.yaml | 2 +- lower-constraints.txt | 33 +++++++++++++++++---------------- requirements.txt | 4 +++- test-requirements.txt | 2 +- tox.ini | 11 +++++++++-- 8 files changed, 36 insertions(+), 31 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6f902f6..655ee88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4,3 @@ -oslo.config>=6.8.0 # Apache-2.0 + +pbr>=5.5.1 # Apache-2.0 +oslo.config>=8.6.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 2731b28..fe3e83c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ fixtures>=3.0.0 # Apache-2.0/BSD -testrepository>=0.0.20 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org