python-vitrageclient 4.0.0 (ussuri)
We are thrilled to announce the release of: python-vitrageclient 4.0.0: Vitrage Client API Library This release is part of the ussuri 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. 4.0.0 ^^^^^ Upgrade Notes * Python 2.7 support has been dropped. Last release of python- vitrageclient to support py2.7 is OpenStack Train. The minimum version of Python now supported by python-vitrageclient is Python 3.6. Changes in python-vitrageclient 3.0.0..4.0.0 -------------------------------------------- 102acaf Fix requirements 715b7c2 Update hacking and fix warning b6d3d31 Drop python 2.7 support and testing c0d22e5 Switch to Ussuri jobs 6811e1f Update the constraints url dc7a502 Update master for stable/train Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +-- lower-constraints.txt | 14 +++++++------- .../notes/drop-py-2-7-4a355df72edbe12c.yaml | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/train.rst | 6 ++++++ requirements.txt | 7 +++---- setup.cfg | 2 -- test-requirements.txt | 13 ++++++------- tox.ini | 21 ++++++++------------- 10 files changed, 38 insertions(+), 36 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 514f212..07f4d7d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,2 +5,2 @@ -pbr!=2.1.0,>=2.0.0 # Apache-2.0 -Babel!=2.4.0,>=2.3.4 # BSD +pbr>=3.1.1 # Apache-2.0 +Babel>=2.5.3 # BSD @@ -12 +11,0 @@ iso8601>=0.1.11 # MIT -networkx<2.3,>=2.0;python_version<'3.0' # BSD @@ -14 +13 @@ networkx>=2.3;python_version>='3.4' # BSD -pydot>=1.4.1 # BSD +pydot>=1.4.1 # BSD \ No newline at end of file diff --git a/test-requirements.txt b/test-requirements.txt index 5377699..b02bc41 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,5 +5,4 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 - -coverage!=4.4,>=4.0 # Apache-2.0 -python-subunit>=1.0.0 # Apache-2.0/BSD -oslotest>=3.2.0 # Apache-2.0 +hacking>=1.1.0 # Apache-2.0 +coverage>=4.5.1 # Apache-2.0 +python-subunit>=1.2.0 # Apache-2.0/BSD +oslotest>=3.3.0 # Apache-2.0 @@ -11,2 +10,2 @@ testrepository>=0.0.18 # Apache-2.0/BSD -testscenarios>=0.4 # Apache-2.0/BSD -testtools>=2.2.0 # MIT +testscenarios>=0.5.0 # Apache-2.0/BSD +testtools>=2.3.0 # MIT
participants (1)
-
no-reply@openstack.org