Hello community,
here is the log from the commit of package python-mygpoclient for
openSUSE:Leap:15.2 checked in at 2020-03-09 18:09:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-mygpoclient (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-mygpoclient.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mygpoclient"
Mon Mar 9 18:09:15 2020 rev:11 rq:776830 version:1.8
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-mygpoclient/python-mygpoclient.changes
2020-01-15 15:50:42.323503742 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-mygpoclient.new.26092/python-mygpoclient.changes
2020-03-09 18:09:16.149016281 +0100
@@ -1,0 +2,10 @@
+Mon Oct 14 14:00:24 UTC 2019 - Matej Cepl <[email protected]>
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+-------------------------------------------------------------------
+Tue Dec 4 12:50:40 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mygpoclient.spec ++++++
--- /var/tmp/diff_new_pack.HtqGne/_old 2020-03-09 18:09:16.393016631 +0100
+++ /var/tmp/diff_new_pack.HtqGne/_new 2020-03-09 18:09:16.397016637 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-mygpoclient
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Pascal Bleser <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -13,7 +13,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/
#
@@ -22,11 +22,10 @@
Version: 1.8
Release: 0
Summary: Python gpodder.net API Client Library
-License: GPL-3.0+
-Group: Development/Libraries/Python
-URL: http://gpodder.org/mygpoclient
+License: GPL-3.0-or-later
+URL: https://gpodder.org/mygpoclient
Source:
https://files.pythonhosted.org/packages/source/m/mygpoclient/mygpoclient-%{version}.tar.gz
-BuildRequires: %{python_module devel}
+BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-simplejson
@@ -45,7 +44,7 @@
%install
%python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%doc AUTHORS