[sahara] python-saharaclient 1.2.0 (pike)
We are satisfied to announce the release of: python-saharaclient 1.2.0: Client library for Sahara API This release is part of the pike 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.1.0..1.2.0 ------------------------------------------- fb2e367 Updated from global requirements a594388 Replace six.iteritems() with .items() 59e897f Updated from global requirements 378490d Fix a bug in jobs.py 0198bb6 PYthon 3.5 is added c93beac Updated from global requirements 12d4ad0 [Fix gate]Update test requirement d5a6877 Updated from global requirements 46cbaac Spelling replaced from "ot" to "of" c03973b Fixed log messages 0bc1d86 Updated from global requirements d5a2cdc Updated from global requirements ec8ff32 Set client module __version__ c613ba7 Update reno for stable/ocata Diffstat (except docs and test files) ------------------------------------- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 ++++ requirements.txt | 10 +++---- saharaclient/__init__.py | 19 +++++++++++++ saharaclient/api/base.py | 9 +++--- saharaclient/api/job_binary_internals.py | 2 +- saharaclient/osc/v1/cluster_templates.py | 10 +++---- saharaclient/osc/v1/clusters.py | 18 ++++++------ saharaclient/osc/v1/data_sources.py | 10 +++---- saharaclient/osc/v1/images.py | 14 +++++----- saharaclient/osc/v1/job_binaries.py | 12 ++++---- saharaclient/osc/v1/job_templates.py | 10 +++---- saharaclient/osc/v1/job_types.py | 4 +-- saharaclient/osc/v1/jobs.py | 25 ++++++++++------- saharaclient/osc/v1/node_group_templates.py | 10 +++---- saharaclient/osc/v1/plugins.py | 15 +++++----- saharaclient/osc/v1/utils.py | 3 +- setup.cfg | 2 +- setup.py | 2 +- test-requirements.txt | 4 +-- tox.ini | 2 +- 24 files changed, 156 insertions(+), 82 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index efb8ecb..9c1da6c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=1.8 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 @@ -7 +7 @@ pbr>=1.8 # Apache-2.0 -Babel>=2.3.4 # BSD +Babel!=2.4.0,>=2.3.4 # BSD @@ -10 +10 @@ osc-lib>=1.2.0 # Apache-2.0 -oslo.log>=3.11.0 # Apache-2.0 +oslo.log>=3.22.0 # Apache-2.0 @@ -13 +13 @@ oslo.i18n>=2.1.0 # Apache-2.0 -oslo.utils>=3.18.0 # Apache-2.0 +oslo.utils>=3.20.0 # Apache-2.0 @@ -15 +15 @@ python-openstackclient>=3.3.0 # Apache-2.0 -requests!=2.12.2,>=2.10.0 # Apache-2.0 +requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 01f537b..2aabf66 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking<0.11,>=0.10.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 @@ -14 +14 @@ requests-mock>=1.1 # Apache-2.0 -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD
participants (1)
-
no-reply@openstack.org