[sahara] python-saharaclient 1.3.0 (pike)
We are glad to announce the release of: python-saharaclient 1.3.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.2.0..1.3.0 ------------------------------------------- 4275d17 Updated from global requirements 03fa880 Updated from global requirements fb6f9a6 Updated from global requirements 6b2fa6a Clone sahara hacking checks to saharaclient d7ad9cd Updated from global requirements 586a306 doc: migrate to openstackdocstheme 76f0568 doc: enable warning-is-error and fix warnings df536ba Remove log translations 2297d62 Use 'project' instead of 'tenant' 48e68c1 Updated from global requirements 0428f48 Updated from global requirements 93b8dc1 Updated from global requirements 48da28b Fix html_last_updated_fmt for Python3 db7c539 Updated from global requirements e17517c Updated from global requirements 4e77168 Updated from global requirements d60d9ed Updated from global requirements a5e9a95 Updated from global requirements 28427f8 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- HACKING.rst | 37 +- releasenotes/source/conf.py | 10 +- requirements.txt | 14 +- saharaclient/_i18n.py | 19 +- saharaclient/api/base.py | 4 +- saharaclient/api/images.py | 6 +- saharaclient/osc/v1/cluster_templates.py | 6 +- saharaclient/osc/v1/clusters.py | 11 +- saharaclient/osc/v1/data_sources.py | 2 +- saharaclient/osc/v1/job_binaries.py | 5 +- saharaclient/osc/v1/job_templates.py | 2 +- saharaclient/osc/v1/jobs.py | 4 +- saharaclient/osc/v1/node_group_templates.py | 8 +- saharaclient/osc/v1/plugins.py | 3 +- saharaclient/osc/v1/utils.py | 2 +- setup.cfg | 1 + test-requirements.txt | 8 +- tox.ini | 3 + 43 files changed, 925 insertions(+), 92 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9c1da6c..b4a6c6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=2.0.0 # Apache-2.0 +pbr!=2.1.0,>=2.0.0 # Apache-2.0 @@ -8,2 +8,2 @@ Babel!=2.4.0,>=2.3.4 # BSD -keystoneauth1>=2.18.0 # Apache-2.0 -osc-lib>=1.2.0 # Apache-2.0 +keystoneauth1>=3.1.0 # Apache-2.0 +osc-lib>=1.7.0 # Apache-2.0 @@ -11,2 +11,2 @@ oslo.log>=3.22.0 # Apache-2.0 -oslo.serialization>=1.10.0 # Apache-2.0 -oslo.i18n>=2.1.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0 +oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 @@ -14,2 +14,2 @@ oslo.utils>=3.20.0 # Apache-2.0 -python-openstackclient>=3.3.0 # Apache-2.0 -requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 +python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0 +requests>=2.14.2 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 2aabf66..a5569f8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7 @@ 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 @@ mock>=2.0 # BSD -oslosphinx>=4.7.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0 @@ -12 +12 @@ os-testr>=0.8.0 # Apache-2.0 -reno>=1.8.0 # Apache-2.0 +reno!=2.3.1,>=1.8.0 # Apache-2.0 @@ -14 +14 @@ requests-mock>=1.1 # Apache-2.0 -sphinx>=1.5.1 # BSD +sphinx>=1.6.2 # BSD
participants (1)
-
no-reply@openstack.org