We are chuffed to announce the release of: python-solumclient 2.3.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.2.0..2.3.0 ------------------------------------------ 527768a Updated from global requirements 2daedae Updated from global requirements b9cd45b Remove support for py34 5a7e8aa Remove log translations f251880 Updated from global requirements b85a0ce Updated from global requirements 47a0915 [Fix gate]Update test requirement ea6986e Updated from global requirements f7967c6 Add keystone V3 support 7bd07b4 Updated from global requirements af1ded2 Updated from global requirements fb39993 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- requirements.txt | 14 +- setup.cfg | 1 - setup.py | 2 +- solumclient/client.py | 221 +++++++++++++++++++++++++---- solumclient/common/auth.py | 223 +++++++++++++++++++++++++----- solumclient/common/base.py | 2 +- solumclient/common/cli_utils.py | 36 ++++- solumclient/i18n.py | 10 -- solumclient/solum.py | 60 ++++---- solumclient/v1/client.py | 26 ++-- solumclient/v1/workflow.py | 19 +-- test-requirements.txt | 4 +- tox.ini | 2 +- 21 files changed, 570 insertions(+), 179 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 070e8f5..5220880 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,2 +4,2 @@ -pbr>=1.8 # Apache-2.0 -Babel>=2.3.4 # BSD +pbr>=2.0.0 # Apache-2.0 +Babel!=2.4.0,>=2.3.4 # BSD @@ -7,3 +7,3 @@ oslo.i18n>=2.1.0 # Apache-2.0 -oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 -oslo.utils>=3.18.0 # Apache-2.0 -oslo.log>=3.11.0 # Apache-2.0 +oslo.config>=3.22.0 # Apache-2.0 +oslo.utils>=3.20.0 # Apache-2.0 +oslo.log>=3.22.0 # Apache-2.0 @@ -13 +13 @@ jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT -requests!=2.12.2,>=2.10.0 # Apache-2.0 +requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 @@ -16 +16 @@ PyYAML>=3.10.0 # MIT -stevedore>=1.17.1 # Apache-2.0 +stevedore>=1.20.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 5288063..83e7292 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking<0.10,>=0.9.2 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 @@ -9 +9 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD