python-vitrageclient 2.2.0 (rocky)
We jubilantly announce the release of: python-vitrageclient 2.2.0: Vitrage Client API Library This release is part of the rocky release series. Download the package from: https://pypi.org/project/python-vitrageclient For more details, please see below. Changes in python-vitrageclient 2.0.0..2.2.0 -------------------------------------------- 119addb add logger instance to be used f7eb8c5 add lower-constraints job 84ac448 Update the old doc links 367b46c Follow the new PTI for document build 1302947 Updated from global requirements ed3cf2d Updated from global requirements c0b25e4 Updated from global requirements 698acf0 Update links in README 280e992 Updated from global requirements 00c6cbe modify the error url f90ba1a Update reno for stable/queens b45fbcf Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 7 +++++ CONTRIBUTING.rst | 4 +-- HACKING.rst | 2 +- README.rst | 6 ++--- lower-constraints.txt | 54 +++++++++++++++++++++++++++++++++++++++ releasenotes/source/index.rst | 1 + releasenotes/source/queens.rst | 6 +++++ requirements.txt | 2 +- test-requirements.txt | 3 --- tox.ini | 17 +++++++++++- vitrageclient/v1/client.py | 4 ++- 14 files changed, 103 insertions(+), 13 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 18c0f1d..d68dbf0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +10 @@ oslo.utils>=3.33.0 # Apache-2.0 -keystoneauth1>=3.3.0 # Apache-2.0 +keystoneauth1>=3.4.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index b21ca83..b16b171 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,2 +8,0 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx!=1.6.6,>=1.6.2 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 @@ -15 +12,0 @@ testtools>=2.2.0 # MIT -reno>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org