python-solumclient 3.4.0 (xena)
We are psyched to announce the release of: python-solumclient 3.4.0: Client library for Solum API This release is part of the xena release series. The source is available from: https://opendev.org/openstack/python-solumclient Download the package from: https://tarballs.openstack.org/python-solumclient/ Please report issues through: https://bugs.launchpad.net/python-solumclient/+bugs For more details, please see below. Changes in python-solumclient 3.3.0..3.4.0 ------------------------------------------ 7156485 Fix lower-constraints job 2be3c97 Add Python3 xena unit tests Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- lower-constraints.txt | 76 +++++++++++++++++++++++++++++++++++------- requirements.txt | 8 ++--- solumclient/common/cliutils.py | 4 +-- test-requirements.txt | 5 ++- 5 files changed, 73 insertions(+), 22 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3b9a7a0..4655d24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +10 @@ oslo.log>=3.36.0 # Apache-2.0 -httplib2>=0.9.1 # MIT +httplib2>=0.18.1 # MIT @@ -15,3 +15,3 @@ python-keystoneclient>=3.8.0 # Apache-2.0 -PyYAML>=3.12 # MIT -stevedore>=1.20.0 # Apache-2.0 -PrettyTable<0.8,>=0.7.2 # BSD +PyYAML>=3.13 # MIT +stevedore>=2.0.1 # Apache-2.0 +PrettyTable>=0.7.2 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index ab1a0eb..0b9652a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,2 +4 @@ -hacking>=3.0.1,<3.1.0 # Apache-2.0 - +hacking>=3.1.0,<3.2.0 # Apache-2.0 @@ -8 +7 @@ fixtures>=3.0.0 # Apache-2.0/BSD -oslotest>=3.2.0 # Apache-2.0 +oslotest>=4.4.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org