[freezer] python-freezerclient 1.7.0 (rocky)
We are tickled pink to announce the release of: python-freezerclient 1.7.0: OpenStack Disaster Recovery API Client Library This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/python-freezerclient Download the package from: https://tarballs.openstack.org/python-freezerclient/ Please report issues through launchpad: https://bugs.launchpad.net/python-freezerclient For more details, please see below. Changes in python-freezerclient 1.6.0..1.7.0 -------------------------------------------- 7086dc5 Follow the new PTI for document build fc60bbe add lower-constraints job 2caa6a9 Updated from global requirements f57659b Updated from global requirements 9c9a7b4 Update links in README 333a7c1 Updated from global requirements f555762 Updated from global requirements 4528ae2 Updated from global requirements 6a83ec9 Abstract Freezerclient Object creation 8ca9809 Get project_id from session if not set using cli d5e7d24 Update reno for stable/queens Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 7 ++++++ README.rst | 4 ++-- freezerclient/shell.py | 26 +++------------------ freezerclient/utils.py | 40 ++++++++++++++++++++++++++++++++ freezerclient/v2/client.py | 5 ++++ lower-constraints.txt | 52 ++++++++++++++++++++++++++++++++++++++++++ releasenotes/source/index.rst | 1 + releasenotes/source/queens.rst | 6 +++++ requirements.txt | 5 ++-- setup.cfg | 13 ----------- test-requirements.txt | 3 --- tox.ini | 15 ++++++++++-- 14 files changed, 139 insertions(+), 48 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5999291..ff21bc5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=16.0 # PSF/ZPL +setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 # PSF/ZPL @@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -keystoneauth1>=3.3.0 # Apache-2.0 +keystoneauth1>=3.4.0 # Apache-2.0 @@ -7,0 +8 @@ cliff!=2.9.0,>=2.8.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index ff2c458..610ecbc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,2 +8,0 @@ pylint==1.4.5 # GPLv2 -sphinx!=1.6.6,>=1.6.2 # BSD -openstackdocstheme>=1.18.1 # Apache-2.0 @@ -13 +10,0 @@ testtools>=2.2.0 # MIT -reno>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org