[new][sahara] python-saharaclient 0.15.0 release (newton)
We are thrilled to announce the release of: python-saharaclient 0.15.0: Client library for Sahara API This release is part of the newton release series. With source available at: https://git.openstack.org/cgit/openstack/python-saharaclient With package available at: https://pypi.python.org/pypi/python-saharaclient Please report issues through launchpad: https://bugs.launchpad.net/python-saharaclient For more details, please see below. 0.15.0 ^^^^^^ Upgrade Notes ************* * Option 'version' is replaced by 'plugin-version' option. Bug Fixes ********* * Option 'version' is a global option, which is used for getting the client version. So there were problems with the OpenStack client, when we specified 'version' of the plugin, but OSC treated that as a request for getting the current client version. Hence, to fix this problem, 'version' is replaced by 'plugin-version'. Related bug 1565775. Changes in python-saharaclient 0.13.0..0.15.0 --------------------------------------------- f02ea89 Change plugin version 'version' parameter to 'plugin-version' 1fd405c Updated from global requirements 7f40491 Updated from global requirements 4944304 Updated from global requirements 19175d5 Updated from global requirements 19b02b7 Updated from global requirements d4389a1 Updated from global requirements 9621abe Updated from global requirements 079e839 Updated from global requirements c279df9 Remove integration tests from saharaclient afd81b7 Update reno for stable/mitaka 6a5f3e1 Updated from global requirements 409c48b Remove unused pngmath Sphinx extension Diffstat (except docs and test files) ------------------------------------- ...version_to_plugin-version-20cfe17530446391.yaml | 10 + releasenotes/source/index.rst | 1 + releasenotes/source/mitaka.rst | 6 + requirements.txt | 10 +- saharaclient/osc/v1/cluster_templates.py | 30 +- saharaclient/osc/v1/clusters.py | 20 +- saharaclient/osc/v1/job_types.py | 12 +- saharaclient/osc/v1/node_group_templates.py | 34 +-- saharaclient/osc/v1/plugins.py | 13 +- .../integration/configs/itest.conf.sample-full | 273 ----------------- test-requirements.txt | 10 +- tox.ini | 6 - 38 files changed, 161 insertions(+), 2023 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1b0f282..519264a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,2 +7,2 @@ pbr>=1.6 # Apache-2.0 -Babel>=1.3 # BSD -cliff!=1.16.0,>=1.15.0 # Apache-2.0 +Babel>=2.3.4 # BSD +cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0 @@ -13,2 +13,2 @@ oslo.i18n>=2.1.0 # Apache-2.0 -oslo.utils>=3.5.0 # Apache-2.0 -python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0 +oslo.utils>=3.11.0 # Apache-2.0 +python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0 @@ -16 +16 @@ python-openstackclient>=2.1.0 # Apache-2.0 -requests!=2.9.0,>=2.8.1 # Apache-2.0 +requests>=2.10.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index a9c5ba3..d91624b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,2 +9 @@ discover # BSD -mock>=1.2 # BSD -oslo.config>=3.7.0 # Apache-2.0 +mock>=2.0 # BSD @@ -13,5 +12,2 @@ oslotest>=1.10.0 # Apache-2.0 -os-testr>=0.4.1 # Apache-2.0 -python-neutronclient>=2.6.0 # Apache-2.0 -python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0 -python-swiftclient>=2.2.0 # Apache-2.0 -reno>=0.1.1 # Apache2 +os-testr>=0.7.0 # Apache-2.0 +reno>=1.6.2 # Apache2
participants (1)
-
no-reply@openstack.org