[solum] python-solumclient 2.4.0 (pike)
We are excited to announce the release of: python-solumclient 2.4.0: Client library for Solum API This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/python-solumclient/ For more details, please see below. Changes in python-solumclient 2.3.0..2.4.0 ------------------------------------------ 7880fff Fix dashboard Authentication failed error 7b3ce15 Updated from global requirements 5fa44ca Updated from global requirements 5ca78ea Updated from global requirements 3ac394a Updated from global requirements 001854b Optimize the link address Diffstat (except docs and test files) ------------------------------------- README.rst | 4 ++-- requirements.txt | 6 +++--- solumclient/client.py | 3 ++- test-requirements.txt | 4 ++-- 4 files changed, 9 insertions(+), 8 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5220880..8547d5d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr>=2.0.0 # Apache-2.0 +pbr!=2.1.0,>=2.0.0 # Apache-2.0 @@ -6,2 +6,2 @@ Babel!=2.4.0,>=2.3.4 # BSD -oslo.i18n>=2.1.0 # Apache-2.0 -oslo.config>=3.22.0 # Apache-2.0 +oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 +oslo.config>=4.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 83e7292..167ee69 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -coverage>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 @@ -9 +9 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.5.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD
participants (1)
-
no-reply@openstack.org