[release-announce] [sahara] python-saharaclient 1.5.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Tue Jan 30 00:07:26 UTC 2018


We are ecstatic to announce the release of:

python-saharaclient 1.5.0: Client library for Sahara API

This release is part of the queens 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.4.0..1.5.0
-------------------------------------------

ee5f173 Auto-document members properly
45088c6 APIv2 support in client
dcd18c7 Updated from global requirements
45e527c Modify home page in setup.cfg
adb4634 Updated from global requirements
12c09b7 Updated from global requirements
2639d8c Support of S3 binaries in OSC
44ecbf5 Fix misleading docstring
b94d703 Properly document job binary "extra"
ce4eb35 Updated from global requirements
c157bee Updated from global requirements
ee1ff5c Updated from global requirements
47031b6 Remove -U from pip install
79d872a Avoid tox_install.sh for constraints support
d9839c1 Remove setting of version/release from releasenotes


Diffstat (except docs and test files)
-------------------------------------

.../experimental-v2-support-67ccf699e056ed78.yaml  |   3 +
releasenotes/source/conf.py                        |  11 +--
requirements.txt                                   |   8 +-
saharaclient/api/base.py                           |  10 ++-
saharaclient/api/client.py                         |  84 ++++++++---------
saharaclient/api/cluster_templates.py              |  66 +++++++++++++-
saharaclient/api/clusters.py                       |  79 +++++++++++++++-
saharaclient/api/data_sources.py                   |  20 ++++-
saharaclient/api/images.py                         |  19 +++-
saharaclient/api/job_binaries.py                   |  32 ++++++-
saharaclient/api/jobs.py                           |   6 +-
saharaclient/api/node_group_templates.py           |  90 ++++++++++++++++++-
saharaclient/api/plugins.py                        |  18 +++-
saharaclient/api/v2/__init__.py                    |   0
saharaclient/api/v2/job_templates.py               |  70 +++++++++++++++
saharaclient/api/v2/jobs.py                        |  72 +++++++++++++++
saharaclient/client.py                             |   1 +
saharaclient/osc/v1/job_binaries.py                | 100 +++++++++++++++++++--
setup.cfg                                          |   2 +-
test-requirements.txt                              |   6 +-
tools/tox_install.sh                               |  30 -------
tox.ini                                            |   6 +-
26 files changed, 733 insertions(+), 127 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 3c65053..630aae1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,3 +8,3 @@ Babel!=2.4.0,>=2.3.4 # BSD
-keystoneauth1>=3.2.0 # Apache-2.0
-osc-lib>=1.7.0 # Apache-2.0
-oslo.log>=3.30.0 # Apache-2.0
+keystoneauth1>=3.3.0 # Apache-2.0
+osc-lib>=1.8.0 # Apache-2.0
+oslo.log>=3.36.0 # Apache-2.0
@@ -13 +13 @@ oslo.i18n>=3.15.3 # Apache-2.0
-oslo.utils>=3.31.0 # Apache-2.0
+oslo.utils>=3.33.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 35b3e68..cff3b78 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,2 +9,2 @@ mock>=2.0.0 # BSD
-openstackdocstheme>=1.17.0 # Apache-2.0
-oslotest>=1.10.0 # Apache-2.0
+openstackdocstheme>=1.18.1 # Apache-2.0
+oslotest>=3.2.0 # Apache-2.0
@@ -14 +14 @@ requests-mock>=1.1.0 # Apache-2.0
-sphinx>=1.6.2 # BSD
+sphinx!=1.6.6,>=1.6.2 # BSD






More information about the Release-announce mailing list