python-monascaclient 2.2.0 (victoria)
We are gleeful to announce the release of: python-monascaclient 2.2.0: Monasca API Client Library This release is part of the victoria 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. Changes in python-monascaclient 2.1.0..2.2.0 -------------------------------------------- 152a1a2 Stop to use the __future__ module. 30fdf5f Switch to newer openstackdocstheme and reno versions a03959f Add releasenotes link to README 5a73c6a Update CONTRIBUTING.rst 4866bf8 Fix hacking min version to 3.0.1 c3aaeb9 Add py38 package metadata ae6b76b Use unittest.mock instead of third party mock 30fe750 Add Python3 victoria unit tests 33ccf34 Update master for stable/ussuri 78569fe Fix mock import statements Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- CONTRIBUTING.rst | 24 ++++++++++++---------- README.rst | 2 ++ lower-constraints.txt | 7 +++---- monascaclient/common/utils.py | 2 -- releasenotes/source/conf.py | 12 ++++------- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++++++ setup.cfg | 1 + test-requirements.txt | 8 ++++---- 17 files changed, 46 insertions(+), 52 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 44ad653..e4cd8aa 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -16,3 +16,3 @@ doc8>=0.6.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.5 # BSD -reno>=2.5.0 # Apache-2.0 -openstackdocstheme>=1.18.1 # Apache-2.0 +sphinx>=2.0.0,!=2.1.0 # BSD +reno>=3.1.0 # Apache-2.0 +openstackdocstheme>=2.2.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org