We are pleased to announce the release of: python-blazarclient 3.5.0: Client for OpenStack Reservation Service This release is part of the zed 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. Changes in python-blazarclient 3.4.0..3.5.0 ------------------------------------------- 2dabe78 remove unicode prefix from code 4c99485 Remove Babel from requirements 4c95a4e [CI] Run Zed jobs instead of Yoga dc24087 Update configuration for compatibility with Sphinx 5 d2f6c39 Drop lower-constraints.txt and its testing 1739dd7 Update master for stable/yoga Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 5 ++--- lower-constraints.txt | 45 ------------------------------------------- releasenotes/source/conf.py | 18 ++++++++--------- releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 6 ++++++ requirements.txt | 5 ++++- tox.ini | 6 ------ 7 files changed, 22 insertions(+), 64 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a091625..a983a02 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + @@ -7 +10,0 @@ PrettyTable>=0.7.1 # BSD -Babel!=2.4.0,>=2.3.4 # BSD