We are amped to announce the release of: python-qinlingclient 5.0.0: python-qinlingclient This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/python-qinlingclient Download the package from: https://pypi.org/project/python-qinlingclient Please report issues through: https://storyboard.openstack.org/#!/project/926 For more details, please see below. 5.0.0 ^^^^^ Upgrade Notes * Python 2.7 support has been dropped. Last release of python- qinlingclient to support python 2.7 is OpenStack Train. The minimum version of Python now supported is Python 3.6. Changes in python-qinlingclient 4.0.0..5.0.0 -------------------------------------------- 5ab8133 [ussuri][goal] Drop python 2.7 support and testing 4f4dc57 Stop testing python2.7 c510488 Switch to Ussuri jobs 425c31a Update master for stable/train 7d970e4 Sync Sphinx requirement 7e8b0f1 Add Python 3 Train unit tests Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 4 +--- releasenotes/notes/drop-py-2-7-1fefd2071a107cc7.yaml | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/train.rst | 6 ++++++ setup.cfg | 3 +-- test-requirements.txt | 2 +- tox.ini | 16 ++++------------ 9 files changed, 22 insertions(+), 20 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 69e468b..5cb12bb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -19 +19 @@ openstackdocstheme>=1.18.1 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD +sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.5 # BSD