[senlin] python-senlinclient 1.3.0 (pike)
We are overjoyed to announce the release of: python-senlinclient 1.3.0: OpenStack Clustering API Client Library This release is part of the pike release series. Download the package from: https://pypi.python.org/pypi/python-senlinclient For more details, please see below. Changes in python-senlinclient 1.2.0..1.3.0 ------------------------------------------- 40efa0f Updated from global requirements 256ed2d Updated from global requirements 62a84cf Revise command reminder when we run `openstack cluster resize` 68b54e2 Revise command reminder when we run `senlin cluster-resize` 6d23849 Remove log translations 0709310 Updated from global requirements 5832b80 Param "response" is not used any more in python-senlinclient/senlinclient/tests/unit/v1/test_build_info.py 5aada51 delete bash_completion in subcommand 8ca1700 Support check before do node-recover action 06b91c7 Support profile-only to cluster update a111d14 Fix hacking requirement for testing 505cc6b Updated from global requirements 4cbe024 Using fixtures.MockPatch instead of mockpatch.Patch 08d7363 The python 3.4 support is removed 8a5bd6c Initial test hooks for functional test ec26f24 Fixed warnings when building docs 46ebf3e Fix cluster update failed problem 6576250 Avoid import internal classes from SDK (3) 8828ef8 Avoid import internal classes from SDK (2) f3cead5 Avoid import internal classes from SDK 4273feb Update imoprt order a52dbab Replace six.itervalues with dict.values() b660163 Enable coverage report in console output 7fb0795 Updated from global requirements fc00ae7 Print support status while listing policy types f9fa670 Support status output for profile type list c14c8c3 Add oslo_debug_helper to tox.ini 87000d7 Remove a py34 environment from tox 8c81812 Replaces yaml.load() with yaml.safe_load() 8953c28 Revert "Revert "Revert "Revert "Fix `openstack cluster profile validate` bug"""" 0eece0e Fix SDK version problem 8f4d42d Updated from global requirements aab6cb0 Update reno for stable/ocata aed76e6 Client support for "destroy_after_deletion" in cluster del nodes 1c4ddad Add filter "user_id" for receiver list 0798492 Add parameter in CLUSTER_DEL_NODES action a834bf9 Add user_id in receiver list Diffstat (except docs and test files) ------------------------------------- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 + requirements.txt | 10 +- senlinclient/common/exc.py | 1 - senlinclient/common/i18n.py | 9 - senlinclient/common/sdk.py | 2 +- senlinclient/common/utils.py | 15 +- senlinclient/plugin.py | 2 +- senlinclient/shell.py | 11 +- senlinclient/v1/cluster.py | 42 ++- senlinclient/v1/node.py | 20 +- senlinclient/v1/policy.py | 6 +- senlinclient/v1/policy_type.py | 15 +- senlinclient/v1/profile.py | 10 +- senlinclient/v1/profile_type.py | 17 +- senlinclient/v1/receiver.py | 11 +- senlinclient/v1/shell.py | 80 +++++- setup.cfg | 1 - setup.py | 2 +- test-requirements.txt | 5 +- tox.ini | 9 +- 41 files changed, 1107 insertions(+), 980 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 64441ee..116edf7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,2 +5,2 @@ -Babel>=2.3.4 # BSD -pbr>=1.8 # Apache-2.0 +Babel!=2.4.0,>=2.3.4 # BSD +pbr!=2.1.0,>=2.0.0 # Apache-2.0 @@ -9 +9 @@ keystoneauth1>=2.18.0 # Apache-2.0 -openstacksdk!=0.9.11,!=0.9.12,>=0.9.10 # Apache-2.0 +openstacksdk>=0.9.14 # Apache-2.0 @@ -13 +13 @@ oslo.serialization>=1.10.0 # Apache-2.0 -oslo.utils>=3.18.0 # Apache-2.0 +oslo.utils>=3.20.0 # Apache-2.0 @@ -16 +16 @@ PyYAML>=3.10.0 # MIT -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 797b300..ca6f72d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ -hacking<0.11,>=0.10.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 @@ -13 +13,2 @@ oslotest>=1.10.0 # Apache-2.0 -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,>=16.0 # PSF/ZPL +sphinx>=1.5.1 # BSD
participants (1)
-
no-reply@openstack.org