From 557eeadfc25fc05e4ad99f3a8f2e4a182840768340b9feb818c5abdf7d9103bb Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 7 Aug 2017 14:24:25 +0000 Subject: [PATCH] - update to version 1.4.0 - OSC command for node op and cluster op - Enable coverage report in console output - Param "response" is not used any more in - Profile id or name is a default profile - Enable some off-by-default checks - Update reno for stable/ocata - import cli-reference from openstack-manuals - Fix hacking requirement for testing - Cleanup sphinx building - Add filter "user_id" for receiver list - Fix SDK version problem - Revise service list help info - Add --config option parameter for cluster-create command - Delete TODO about event-delete, The event-delete - Revert "Revert "Revert "Revert "Fix `openstack cluster profile validate` bug"""" - Initial test hooks for functional test - Avoid import internal classes from SDK (3) - Using fixtures.MockPatch instead of mockpatch.Patch - remove redundant value when cluster-show - Add services list - Update imoprt order - Replaces yaml.load() with yaml.safe_load() - Update and optimize documentation links - Fix openstackdocstheme settings - Fix senlin cluster policy list error - Check node status before do cluster-recover action - Fix `openstack cluster service` - Add user_id in receiver list - Revise `senlin service-list` OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-senlinclient?expand=0&rev=8 --- _service | 4 +- python-senlinclient-1.2.0.tar.gz | 3 -- python-senlinclient-1.4.0.tar.gz | 3 ++ python-senlinclient.changes | 64 ++++++++++++++++++++++++++++++++ python-senlinclient.spec | 27 +++++++------- 5 files changed, 83 insertions(+), 18 deletions(-) delete mode 100644 python-senlinclient-1.2.0.tar.gz create mode 100644 python-senlinclient-1.4.0.tar.gz diff --git a/_service b/_service index df8dac0..1524364 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/python-senlinclient/python-senlinclient.spec.j2 + https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/python-senlinclient/python-senlinclient.spec.j2 python-senlinclient.spec - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt + https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt cloud-devel@suse.de gh,openstack,python-senlinclient diff --git a/python-senlinclient-1.2.0.tar.gz b/python-senlinclient-1.2.0.tar.gz deleted file mode 100644 index 1efa7a8..0000000 --- a/python-senlinclient-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5332f94f1dc533ce63e4b6c3649e6ec6304564f3b213eeb24ce602b73e979870 -size 107117 diff --git a/python-senlinclient-1.4.0.tar.gz b/python-senlinclient-1.4.0.tar.gz new file mode 100644 index 0000000..53025d7 --- /dev/null +++ b/python-senlinclient-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a7c988f7d97bcdd7f1ef2d64a20b39e1871ed3df2dc416587f1b0ab10d05e2 +size 118530 diff --git a/python-senlinclient.changes b/python-senlinclient.changes index a9d3b20..78e8300 100644 --- a/python-senlinclient.changes +++ b/python-senlinclient.changes @@ -1,3 +1,67 @@ +------------------------------------------------------------------- +Mon Aug 7 14:21:17 UTC 2017 - cloud-devel@suse.de + +- update to version 1.4.0 + - OSC command for node op and cluster op + - Enable coverage report in console output + - Param "response" is not used any more in + - Profile id or name is a default profile + - Enable some off-by-default checks + - Update reno for stable/ocata + - import cli-reference from openstack-manuals + - Fix hacking requirement for testing + - Cleanup sphinx building + - Add filter "user_id" for receiver list + - Fix SDK version problem + - Revise service list help info + - Add --config option parameter for cluster-create command + - Delete TODO about event-delete, The event-delete + - Revert "Revert "Revert "Revert "Fix `openstack cluster profile validate` bug"""" + - Initial test hooks for functional test + - Avoid import internal classes from SDK (3) + - Using fixtures.MockPatch instead of mockpatch.Patch + - remove redundant value when cluster-show + - Add services list + - Update imoprt order + - Replaces yaml.load() with yaml.safe_load() + - Update and optimize documentation links + - Fix openstackdocstheme settings + - Fix senlin cluster policy list error + - Check node status before do cluster-recover action + - Fix `openstack cluster service` + - Add user_id in receiver list + - Revise `senlin service-list` + - Fix cluster update failed problem + - Make --os-profile load from environment variables + - Revise command reminder when we run `senlin cluster-resize` + - Client support for "destroy_after_deletion" in cluster del nodes + - Add oslo_debug_helper to tox.ini + - Replace six.itervalues with dict.values() + - Fix receiver-update mistake + - delete bash_completion in subcommand + - Unify style of 'domain' field + - The python 3.4 support is removed + - Print support status while listing policy types + - Fix `openstack cluster service` Exception raised + - Support check before do node-recover action + - Fixed warnings when building docs + - Remove a py34 environment from tox + - Revise command reminder when we run `openstack cluster resize` + - fix setup.cfg cluster service path error + - Add an installation doc + - Remove log translations + - Support receiver update operation + - List services doc link cannot be found + - Fix development document api-ref link error + - Support to cluster-op and node-op operations + - Support status output for profile type list + - Avoid import internal classes from SDK (2) + - Fix html_last_updated_fmt for Python3. + - Add parameter in CLUSTER_DEL_NODES action + - Support profile-only to cluster update + - Updated from global requirements + - Avoid import internal classes from SDK + ------------------------------------------------------------------- Mon Feb 13 13:00:49 UTC 2017 - cloud-devel@suse.de diff --git a/python-senlinclient.spec b/python-senlinclient.spec index e818565..9439724 100644 --- a/python-senlinclient.spec +++ b/python-senlinclient.spec @@ -18,7 +18,7 @@ %global sname python-senlinclient Name: python-senlinclient -Version: 1.2.0 +Version: 1.4.0 Release: 0 Summary: Python API and CLI for OpenStack Senlin License: Apache-2.0 @@ -36,16 +36,16 @@ BuildRequires: python-heatclient >= 1.6.1 BuildRequires: python-jsonschema >= 2.0.0 BuildRequires: python-mock >= 2.0 BuildRequires: python-openstackclient >= 3.3.0 -BuildRequires: python-openstacksdk >= 0.9.10 +BuildRequires: python-openstacksdk >= 0.9.17 BuildRequires: python-os-testr >= 0.8.0 -BuildRequires: python-osc-lib >= 1.2.0 +BuildRequires: python-osc-lib >= 1.5.1 BuildRequires: python-oslo.i18n >= 2.1.0 BuildRequires: python-oslo.serialization >= 1.10.0 -BuildRequires: python-oslo.utils >= 3.18.0 +BuildRequires: python-oslo.utils >= 3.20.0 BuildRequires: python-oslotest >= 1.10.0 -BuildRequires: python-pbr >= 1.8 +BuildRequires: python-pbr >= 2.0.0 BuildRequires: python-python-subunit >= 0.0.18 -BuildRequires: python-requests >= 2.10.0 +BuildRequires: python-requests >= 2.14.2 BuildRequires: python-requests-mock >= 1.1 BuildRequires: python-testtools >= 1.4.0 Requires: python-PrettyTable >= 0.7.1 @@ -53,15 +53,15 @@ Requires: python-PyYAML >= 3.10.0 Requires: python-appdirs >= 1.3.0 Requires: python-heatclient >= 1.6.1 Requires: python-jsonschema >= 2.0.0 -Requires: python-keystoneauth1 >= 2.17.0 +Requires: python-keystoneauth1 >= 2.21.0 Requires: python-openstackclient >= 3.3.0 -Requires: python-openstacksdk >= 0.9.10 -Requires: python-osc-lib >= 1.2.0 +Requires: python-openstacksdk >= 0.9.17 +Requires: python-osc-lib >= 1.5.1 Requires: python-oslo.i18n >= 2.1.0 Requires: python-oslo.serialization >= 1.10.0 -Requires: python-oslo.utils >= 3.18.0 -Requires: python-pbr >= 1.8 -Requires: python-requests >= 2.10.0 +Requires: python-oslo.utils >= 3.20.0 +Requires: python-pbr >= 2.0.0 +Requires: python-requests >= 2.14.2 Requires: python-six >= 1.9.0 BuildArch: noarch @@ -75,7 +75,7 @@ senlinclient module) and a command-line interface (senlin). Summary: Documentation for OpenStack Senlin API Client Group: Documentation BuildRequires: python-Sphinx -BuildRequires: python-oslosphinx >= 4.7.0 +BuildRequires: python-openstackdocstheme >= 1.11.0 BuildRequires: python-reno >= 1.8.0 %description doc @@ -86,6 +86,7 @@ auto-generated documentation. %prep %autosetup -n %{sname}-%{version} %py_req_cleanup +sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %build %{py2_build}