python-cyborgclient 1.0.0 (ussuri)
We are glad to announce the release of: python-cyborgclient 1.0.0: Python client for cyborg API This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/python-cyborgclient Download the package from: https://pypi.org/project/python-cyborgclient Please report issues through: https://bugs.launchpad.net/python-cyborgclient/+bugs For more details, please see below. 1.0.0 ^^^^^ Upgrade Notes * Python 2.7 support has been dropped. Last release of python- cyborgclient to support python 2.7 is OpenStack Train. The minimum version of Python now supported is Python 3.6. Changes in python-cyborgclient 0.4.0..1.0.0 ------------------------------------------- a38dd64 [ussuri][goal] Drop python 2.7 support and testing 3d37b44 Bump the openstackdocstheme extension to 1.20 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +-- releasenotes/notes/drop-py-2-7-d47826d4387f40fe.yaml | 6 ++++++ releasenotes/source/conf.py | 12 ------------ setup.cfg | 2 -- test-requirements.txt | 5 +++-- tox.ini | 12 ++++-------- 7 files changed, 14 insertions(+), 27 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 3887e0d..a6ef908 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9,2 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD +sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD @@ -13 +14 @@ testtools>=1.4.0 # MIT -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.20.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org