python-monascaclient 2.0.0 (ussuri)
We are pumped to announce the release of: python-monascaclient 2.0.0: Monasca API Client Library This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/python-monascaclient Download the package from: https://pypi.org/project/python-monascaclient Please report issues through: https://bugs.launchpad.net/monasca/+bugs For more details, please see below. 2.0.0 ^^^^^ Upgrade Notes * Python 2.7 support has been dropped. Last release of python- monascaclient to support python 2.7 is OpenStack Train. The minimum version of Python now supported is Python 3.6. Changes in python-monascaclient 1.16.0..2.0.0 --------------------------------------------- 2504eed [ussuri][goal] Drop python 2.7 support and testing 1186117 Switch to Ussuri jobs 50e38ad Sync Sphinx requirement 2fd24a2 Update the constraints url 363fa0e Update master for stable/train Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +-- releasenotes/notes/drop-py-2-7-1c41855c5edc5ba3.yaml | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/train.rst | 6 ++++++ test-requirements.txt | 2 +- tox.ini | 19 +++++-------------- 6 files changed, 20 insertions(+), 17 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 2cac5d9..0b214cc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16 +16 @@ doc8>=0.6.0 # 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;python_version>='3.4' # BSD
participants (1)
-
no-reply@openstack.org