Hello community,
here is the log from the commit of package python-suds-jurko for
openSUSE:Factory checked in at 2020-06-03 20:33:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-suds-jurko (Old)
and /work/SRC/openSUSE:Factory/.python-suds-jurko.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-suds-jurko"
Wed Jun 3 20:33:19 2020 rev:6 rq:810973 version:0.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-suds-jurko/python-suds-jurko.changes
2017-08-24 18:31:40.384574768 +0200
+++
/work/SRC/openSUSE:Factory/.python-suds-jurko.new.3606/python-suds-jurko.changes
2020-06-03 20:33:50.069419357 +0200
@@ -1,0 +2,6 @@
+Wed May 27 22:43:47 UTC 2020 - Jason Craig <[email protected]>
+
+- Change %{py_ver} to %{python_version} to fix build.
+- Mark license with %license instead of %doc.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-suds-jurko.spec ++++++
--- /var/tmp/diff_new_pack.mxceqq/_old 2020-06-03 20:33:51.421423595 +0200
+++ /var/tmp/diff_new_pack.mxceqq/_new 2020-06-03 20:33:51.421423595 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-suds-jurko
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -21,9 +21,9 @@
Version: 0.6
Release: 0
Summary: Lightweight SOAP client (Jurko's fork)
-License: LGPL-3.0+
+License: LGPL-3.0-or-later
Group: Development/Languages/Python
-Url: http://bitbucket.org/jurko/suds
+URL: http://bitbucket.org/jurko/suds
Source:
https://pypi.io/packages/source/s/suds-jurko/suds-jurko-%{version}.tar.bz2
# CVE-2013-2217.
# Fixed upstream in https://bitbucket.org/jurko/suds/issues/15/
@@ -67,8 +67,9 @@
%files %{python_files}
%defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc README.rst
+%license LICENSE.txt
%{python_sitelib}/suds
-%{python_sitelib}/suds_jurko-%{version}-py%{py_ver}.egg-info
+%{python_sitelib}/suds_jurko-%{version}-py%{python_version}.egg-info
%changelog