[release-announce] python-blazarclient 3.2.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Mon Mar 8 13:55:36 UTC 2021


We are pleased to announce the release of:

python-blazarclient 3.2.0: Client for OpenStack Reservation Service

This release is part of the wallaby release series.

The source is available from:

    https://opendev.org/openstack/python-blazarclient

Download the package from:

    https://pypi.org/project/python-blazarclient

Please report issues through:

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

For more details, please see below.

3.2.0
^^^^^

Bug Fixes

* Fixes creation of instance reservations when no affinity value is
  provided, in which case affinity is set to "None".

Changes in python-blazarclient 3.1.1..3.2.0
-------------------------------------------

22cafd2 Provide a default affinity value
65e5f9b Uncap PrettyTable
d2503ab Use unittest.mock instead of third party mock
1db6cb3 Remove use of mock.seal()
e875b75 Bump hacking max version to 3.0.1 and fix pep8
56c539a Replace deprecated UPPER_CONSTRAINTS_FILE variable
cff1b05 Remove six
aa0e1dc Remove the unused coding style modules
e4ccb1d bump py37 to py38 in tox.ini
db0aeec Remove install unnecessary packages
802605a Add Python3 wallaby unit tests
c393b6d Update master for stable/victoria


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

.zuul.yaml                                          |  2 +-
blazarclient/command.py                             |  3 +--
blazarclient/shell.py                               | 21 ++++++++++-----------
blazarclient/utils.py                               |  2 +-
blazarclient/v1/shell_commands/leases.py            |  2 +-
lower-constraints.txt                               |  6 ------
.../default-affinity-value-150947560fd7da3c.yaml    |  5 +++++
releasenotes/source/index.rst                       |  1 +
releasenotes/source/victoria.rst                    |  6 ++++++
requirements.txt                                    |  3 +--
test-requirements.txt                               |  3 +--
tox.ini                                             | 12 ++++++------
18 files changed, 43 insertions(+), 44 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 34a6250..9205671 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,2 +6 @@ cliff!=2.9.0,>=2.8.0 # Apache-2.0
-PrettyTable<0.8,>=0.7.1 # BSD
-six>=1.10.0 # MIT
+PrettyTable>=0.7.1 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index daa4b53..636c742 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking>=1.1.0,<1.2.0 # Apache-2.0
+hacking>=1.1.0,<3.0.1 # Apache-2.0
@@ -10 +9,0 @@ pyflakes>=2.1.1
-mock>=3.0.0 # BSD






More information about the Release-announce mailing list