commit python-senlinclient for openSUSE:Factory
Hello community, here is the log from the commit of package python-senlinclient for openSUSE:Factory checked in at 2017-08-28 15:31:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-senlinclient (Old) and /work/SRC/openSUSE:Factory/.python-senlinclient.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-senlinclient" Mon Aug 28 15:31:52 2017 rev:3 rq:515018 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-senlinclient/python-senlinclient.changes 2017-02-21 13:44:57.321947015 +0100 +++ /work/SRC/openSUSE:Factory/.python-senlinclient.new/python-senlinclient.changes 2017-08-28 15:31:55.592241321 +0200 @@ -1,0 +2,64 @@ +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 + +------------------------------------------------------------------- Old: ---- python-senlinclient-1.2.0.tar.gz New: ---- python-senlinclient-1.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-senlinclient.spec ++++++ --- /var/tmp/diff_new_pack.Q3JA9M/_old 2017-08-28 15:31:56.956049588 +0200 +++ /var/tmp/diff_new_pack.Q3JA9M/_new 2017-08-28 15:31:56.960049025 +0200 @@ -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-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-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 @@ 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 @@ %prep %autosetup -n %{sname}-%{version} %py_req_cleanup +sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %build %{py2_build} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Q3JA9M/_old 2017-08-28 15:31:57.004042840 +0200 +++ /var/tmp/diff_new_pack.Q3JA9M/_new 2017-08-28 15:31:57.004042840 +0200 @@ -1,8 +1,8 @@ <services> <service mode="disabled" name="renderspec"> - <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/python-senlinclient/python-senlinclient.spec.j2</param> + <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/python-senlinclient/python-senlinclient.spec.j2</param> <param name="output-name">python-senlinclient.spec</param> - <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param> + <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt</param> <param name="changelog-email">cloud-devel@suse.de</param> <param name="changelog-provider">gh,openstack,python-senlinclient</param> </service> ++++++ python-senlinclient-1.2.0.tar.gz -> python-senlinclient-1.4.0.tar.gz ++++++ ++++ 7827 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de