We enthusiastically announce the release of: python-saharaclient 1.1.0: Client library for Sahara API This release is part of the ocata release series. The source is available from: https://git.openstack.org/cgit/openstack/python-saharaclient Download the package from: https://pypi.python.org/pypi/python-saharaclient Please report issues through launchpad: https://bugs.launchpad.net/python-saharaclient For more details, please see below. Changes in python-saharaclient 1.0.0..1.1.0 ------------------------------------------- 14dd099 Updated from global requirements daf4839 [trivial] Fix spelling 4f08d4d Updated from global requirements 66be00b Enable coverage report in console output fb80322 Add Constraints support 4109161 Replace logging with oslo_log. 6cfcad8 Updated from global requirements 293bc53 Updated from global requirements f624de6 Show team and repo badges on README 45d126e Updated from global requirements Diffstat (except docs and test files) ------------------------------------- README.rst | 9 +++++++++ requirements.txt | 6 +++--- saharaclient/api/base.py | 3 --- saharaclient/osc/v1/data_sources.py | 12 ++++++------ tools/tox_install.sh | 30 ++++++++++++++++++++++++++++++ tox.ini | 10 +++++++--- 6 files changed, 55 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 99eb5be..efb8ecb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=1.6 # Apache-2.0 +pbr>=1.8 # Apache-2.0 @@ -8 +8 @@ Babel>=2.3.4 # BSD -keystoneauth1>=2.14.0 # Apache-2.0 +keystoneauth1>=2.18.0 # Apache-2.0 @@ -15 +15 @@ python-openstackclient>=3.3.0 # Apache-2.0 -requests>=2.10.0 # Apache-2.0 +requests!=2.12.2,>=2.10.0 # Apache-2.0