We are gleeful to announce the release of: python-freezerclient 3.0.0: OpenStack Disaster Recovery API Client Library This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/python-freezerclient Download the package from: https://pypi.org/project/python-freezerclient Please report issues through: https://storyboard.openstack.org/#!/project/openstack/python- freezerclient For more details, please see below. 3.0.0 ^^^^^ Upgrade Notes * Python 2.7 support has been dropped. Last release of python- freezerclient to support python 2.7 is OpenStack Train. The minimum version of Python now supported is Python 3.6. Changes in python-freezerclient 2.2.0..3.0.0 -------------------------------------------- 0e7546b Remove six usage from freezerclient package 70fe4ed [ussuri][goal] Drop python 2.7 support and testing 990f31e Modify "backup-list" show 315e093 Update tox.ini file to add py36 in envlist a9258e1 Upgrade pylint&astroid to a version that works with python3.7 de0f67c result is different from comments 5bbe962 Blacklist sphinx 2.1.0 (autodoc bug) 6ef7fde Add Python 3 Train unit tests Diffstat (except docs and test files) ------------------------------------- .pylintrc | 3 +-- .zuul.yaml | 6 ++---- freezerclient/v1/managers/jobs.py | 6 +++--- freezerclient/v2/backups.py | 12 ++++++++---- freezerclient/v2/managers/jobs.py | 6 +++--- lower-constraints.txt | 3 +-- releasenotes/notes/drop-py-2-7-9a3fc069f66d62bc.yaml | 6 ++++++ setup.cfg | 2 -- test-requirements.txt | 6 +++++- tox.ini | 15 ++++----------- 13 files changed, 39 insertions(+), 42 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index e40a77f..ccec41c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ mock>=2.0.0 # BSD -pylint==1.9.2 # GPLv2 +#pylint==1.9.2 # GPLv2 @@ -10,0 +11,4 @@ testtools>=2.2.0 # MIT +astroid==1.6.5;python_version<"3.0" # LGPLv2.1 +astroid==2.1.0;python_version>="3.0" # LGPLv2.1 +pylint==1.9.2;python_version<"3.0" # GPLv2 +pylint==2.2.0;python_version>="3.0" # GPLv2