[freezer] python-freezerclient 1.3.0 (ocata)
We exuberantly announce the release of: python-freezerclient 1.3.0: OpenStack Disaster Recovery API Client Library This release is part of the ocata stable 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.2.0..1.3.0 -------------------------------------------- 7858f15 Enable project_id for multi-domain support 82ddf60 Displaying job status 82a30f6 Deletion of backup metadata fefafaf client-id is now required when creating jobs e61ef54 Enable client deletion 432df56 Update message for job start/stop/abort d1fcd2b Updated from global requirements 97f961e Added session-start option to allow starting sessions 3712a6f Fix SSL connections initiated from freezer-scheduler 6a5e56e Fix ssl connections 703e136 Update UPPER_CONSTRAINTS_FILE for stable/ocata f350984 Update .gitreview for stable/ocata Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .vscode/settings.json | 3 +++ freezerclient/shell.py | 3 ++- freezerclient/v1/backups.py | 24 ++++++++++-------------- freezerclient/v1/client.py | 23 ++++++++++++++++------- freezerclient/v1/clients.py | 10 ++-------- freezerclient/v1/jobs.py | 33 ++++++++++++++++++++++++--------- freezerclient/v1/sessions.py | 34 ++++++++++++++++++++++++++++++++++ requirements.txt | 2 +- tox.ini | 2 +- 10 files changed, 94 insertions(+), 41 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 399ad23..e4c9986 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ astroid<1.4.0 # LGPLv2.1 # breaks pylint 1.4.4 -setuptools!=24.0.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,>=16.0 # PSF/ZPL
participants (1)
-
no-reply@openstack.org