We are psyched to announce the release of: python-blazarclient 3.0.0: Client for OpenStack Reservation Service This release is part of the ussuri 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.0.0 ^^^^^ Upgrade Notes * Python 2 is no longer supported. Python 3 is required. Changes in python-blazarclient 2.2.1..3.0.0 ------------------------------------------- 3f30c49 Don't fetch entire list when looking up by ID 912c96d tox: Keeping going with docs and cleanup setup.cfg aa7690b Stop testing with py2 69e7d6a Switch to Ussuri jobs 0965a4e Update master for stable/train Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +- blazarclient/utils.py | 12 +--- lower-constraints.txt | 2 +- .../notes/drop-python2-c3c1601e92a9b87a.yaml | 4 ++ releasenotes/source/index.rst | 1 + releasenotes/source/train.rst | 6 ++ setup.cfg | 5 -- test-requirements.txt | 2 +- tox.ini | 13 ++-- 11 files changed, 106 insertions(+), 28 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index a9a431e..a893086 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ hacking>=1.1.0,<1.2.0 # Apache-2.0 -mock>=2.0.0 # BSD +mock>=3.0.0 # BSD