python-vitrageclient 4.1.0 (victoria)
We are stoked to announce the release of: python-vitrageclient 4.1.0: Vitrage Client API Library This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/python-vitrageclient Download the package from: https://pypi.org/project/python-vitrageclient Please report issues through: https://bugs.launchpad.net/python-vitrageclient/+bugs For more details, please see below. Changes in python-vitrageclient 4.0.1..4.1.0 -------------------------------------------- ec052af drop mock from lower-constraints ae40b55 Stop to use the __future__ module. a034ce5 Switch to newer openstackdocstheme and reno versions 5b1465b Fix hacking min version to 3.0.1 30e83fb Bump default tox env from py37 to py38 ff0321c Add py38 package metadata 993563f Use unittest.mock instead of third party mock ab33eab Add Python3 victoria unit tests 00c11da Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- lower-constraints.txt | 1 - releasenotes/source/conf.py | 10 ++++------ releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++++++ setup.cfg | 1 + test-requirements.txt | 3 +-- tox.ini | 2 +- vitrageclient/shell.py | 2 -- 14 files changed, 24 insertions(+), 22 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index b02bc41..d071f6d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=1.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -12 +11,0 @@ testtools>=2.3.0 # MIT -mock>=2.0.0 # BSD
participants (1)
-
no-reply@openstack.org