[release-announce] blazar-nova 2.2.0 (wallaby)
no-reply at openstack.org
no-reply at openstack.org
Fri Mar 12 12:09:15 UTC 2021
We contentedly announce the release of:
blazar-nova 2.2.0: Nova related filters and extensions for Blazar
This release is part of the wallaby 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.1.0..2.2.0
-----------------------------------
0b0cf72 Change dashes to underscore in setup.cfg
2bff1bc Remove six
28cca84 Sync requirements and lower-constraints with nova
ae65a5c Add doc/requirements
6434f21 Fix lower-constraints job
d399fe7 Update hacking for Python3
c41c700 Add Python3 wallaby unit tests
349e75a migrate testing to ubuntu focal
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 2 +-
blazarnova/scheduler/filters/blazar_filter.py | 4 +-
lower-constraints.txt | 212 ++++++++++++++------------
requirements.txt | 7 +-
setup.cfg | 6 +-
test-requirements.txt | 13 +-
tox.ini | 12 +-
8 files changed, 133 insertions(+), 125 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 7112ae0..6f902f6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,4 +4,3 @@
-oslo.config>=5.2.0 # Apache-2.0
-oslo.i18n>=3.15.3 # Apache-2.0
-oslo.log>=3.36.0 # Apache-2.0
-six>=1.10.0 # MIT
+oslo.config>=6.8.0 # Apache-2.0
+oslo.i18n>=5.0.1 # Apache-2.0
+oslo.log>=4.4.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index c87d0eb..2731b28 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=4.0.0,<4.1.0 # Apache-2.0
@@ -7,4 +7 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
-nose>=1.3.7 # LGPL
-mock>=2.0.0 # BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
-sphinxcontrib-httpdomain>=1.3.0 # BSD
+mock>=3.0.0 # BSD
@@ -13 +10 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-testrepository>=0.0.18 # Apache-2.0/BSD
+testrepository>=0.0.20 # Apache-2.0/BSD
@@ -16 +13 @@ coverage!=4.4,>=4.0 # Apache-2.0
-wsgi-intercept>=1.4.1 # MIT License
+wsgi-intercept>=1.7.0 # MIT License
@@ -18 +15 @@ wsgi-intercept>=1.4.1 # MIT License
-oslotest>=3.2.0 # Apache-2.0
+oslotest>=3.8.0 # Apache-2.0
More information about the Release-announce
mailing list