Hello community, here is the log from the commit of package python-manilaclient for openSUSE:Factory checked in at 2017-08-28 15:31:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-manilaclient (Old) and /work/SRC/openSUSE:Factory/.python-manilaclient.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-manilaclient" Mon Aug 28 15:31:03 2017 rev:8 rq:514950 version:1.17.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-manilaclient/python-manilaclient.changes 2017-02-21 13:44:41.452185852 +0100 +++ /work/SRC/openSUSE:Factory/.python-manilaclient.new/python-manilaclient.changes 2017-08-28 15:31:05.287313447 +0200 @@ -1,0 +2,41 @@ +Mon Aug 7 11:18:58 UTC 2017 - cloud-devel@suse.de + +- update to version 1.17.1 + - Add like filter + - Enable some off-by-default checks + - Use more specific asserts and fix an assertion in tests + - Explicitly set 'builders' option + - Replace http with https + - Update reno for stable/ocata + - Clean docs/build before building docs + - Missing parenthesis in help text + - Fixed log messages format + - Increases code coverage + - Optimize the link address + - Fix gate breakage + - Handle log message interpolation by the logger + - Change to share access list API + - Update the documentation link for doc migration + - Remove unused sort key export_location from list CLI + - Replace six.iteritems() with .items() + - Incorrect case, parenthesis & periods in CLI Guide + - Switch from oslosphinx to openstackdocstheme + - Enable IPv6 in manila(client) + - Replace assertRaisesRegexp with assertRaisesRegex + - doc: Remove cruft from conf.py + - Add share group quotas + - Add commands for user messages + - Add release note for fixing bug 1664877 + - Remove log translations + - Use Identity v3 API always for functional tests + - Raise TypeError in manilaclient/common/httpclient.py + - Add quotas per share type + - Remove support for py34 + - Replaces uuid.uuid4 with uuidutils.generate_uuid() + - Fix manilclient.v2 import error + - change user access name limit from 32 to 255 characters + - Updated from global requirements + - Use Sphinx 1.5 warning-is-error + - Add export-location filter in share and share instance list + +------------------------------------------------------------------- Old: ---- python-manilaclient-1.14.0.tar.gz New: ---- python-manilaclient-1.17.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-manilaclient.spec ++++++ --- /var/tmp/diff_new_pack.PmBZ1v/_old 2017-08-28 15:31:06.471147020 +0200 +++ /var/tmp/diff_new_pack.PmBZ1v/_new 2017-08-28 15:31:06.499143084 +0200 @@ -18,7 +18,7 @@ %global sname python-manilaclient Name: python-manilaclient -Version: 1.14.0 +Version: 1.17.1 Release: 0 Summary: Client Library for OpenStack Share API License: Apache-2.0 @@ -38,11 +38,11 @@ Requires: python-Babel >= 2.3.4 Requires: python-PrettyTable >= 0.7.1 Requires: python-keystoneclient >= 3.8.0 -Requires: python-oslo.config >= 3.14.0 -Requires: python-oslo.log >= 3.11.0 +Requires: python-oslo.config >= 4.0.0 +Requires: python-oslo.log >= 3.22.0 Requires: python-oslo.serialization >= 1.10.0 -Requires: python-oslo.utils >= 3.18.0 -Requires: python-requests >= 2.10.0 +Requires: python-oslo.utils >= 3.20.0 +Requires: python-requests >= 2.14.2 Requires: python-simplejson >= 2.2.0 Requires: python-six >= 1.9.0 BuildArch: noarch @@ -55,7 +55,7 @@ Summary: Documentation for OpenStack Share API Client Group: Documentation BuildRequires: python-Sphinx -BuildRequires: python-oslosphinx >= 4.7.0 +BuildRequires: python-openstackdocstheme >= 1.11.0 %description doc Client library and command line utility for interacting with Openstack @@ -83,11 +83,12 @@ %prep %autosetup -n %{sname}-%{version} %py_req_cleanup +sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %build %{py2_build} -%{__python2} setup.py build_sphinx +%{__python2} setup.py build_sphinx --builder=html,man # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.PmBZ1v/_old 2017-08-28 15:31:06.671118907 +0200 +++ /var/tmp/diff_new_pack.PmBZ1v/_new 2017-08-28 15:31:06.675118345 +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-manilaclient/python-manilaclient.spec.j2</param> + <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/python-manilaclient/python-manilaclient.spec.j2</param> <param name="output-name">python-manilaclient.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-manilaclient</param> </service> ++++++ python-manilaclient-1.14.0.tar.gz -> python-manilaclient-1.17.1.tar.gz ++++++ ++++ 4916 lines of diff (skipped)