commit python-mygpoclient for openSUSE:Factory

2020-05-26 Thread root
Hello community,

here is the log from the commit of package python-mygpoclient for 
openSUSE:Factory checked in at 2020-05-26 17:22:34

Comparing /work/SRC/openSUSE:Factory/python-mygpoclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-mygpoclient.new.2738 (New)


Package is "python-mygpoclient"

Tue May 26 17:22:34 2020 rev:4 rq:808667 version:1.8

Changes:

--- /work/SRC/openSUSE:Factory/python-mygpoclient/python-mygpoclient.changes
2019-10-16 09:15:03.415502886 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-mygpoclient.new.2738/python-mygpoclient.changes
  2020-05-26 17:22:56.00941 +0200
@@ -1,0 +2,5 @@
+Mon May 25 06:50:57 UTC 2020 - Petr Gajdos 
+
+- %python3_only -> %python_alternative
+
+---



Other differences:
--
++ python-mygpoclient.spec ++
--- /var/tmp/diff_new_pack.EkLW5g/_old  2020-05-26 17:22:56.952442894 +0200
+++ /var/tmp/diff_new_pack.EkLW5g/_new  2020-05-26 17:22:56.956442902 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mygpoclient
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2010 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -29,6 +29,8 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-simplejson
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:  noarch
 %python_subpackages
 
@@ -44,15 +46,29 @@
 
 %install
 %python_install
+%python_clone -a %{buildroot}%{_mandir}/man1/mygpo-bpsync.1
+%python_clone -a %{buildroot}%{_bindir}/mygpo-simple-client
+%python_clone -a %{buildroot}%{_bindir}/mygpo-list-devices
+%python_clone -a %{buildroot}%{_bindir}/mygpo-bpsync
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%post
+%python_install_alternative mygpo-simple-client
+%python_install_alternative mygpo-list-devices
+%python_install_alternative mygpo-bpsync mygpo-bpsync.1
+
+%postun
+%python_uninstall_alternative mygpo-simple-client
+%python_uninstall_alternative mygpo-list-devices
+%python_uninstall_alternative mygpo-bpsync
+
 %files %{python_files}
 %doc AUTHORS
 %license COPYING
-%python3_only %{_bindir}/mygpo-bpsync
-%python3_only %{_bindir}/mygpo-list-devices
-%python3_only %{_bindir}/mygpo-simple-client
-%python3_only %{_mandir}/man1/mygpo-bpsync.1%{ext_man}
+%python_alternative %{_bindir}/mygpo-bpsync
+%python_alternative %{_bindir}/mygpo-list-devices
+%python_alternative %{_bindir}/mygpo-simple-client
+%python_alternative %{_mandir}/man1/mygpo-bpsync.1%{ext_man}
 %{python_sitelib}/*
 
 %changelog




commit python-mygpoclient for openSUSE:Factory

2019-10-16 Thread root
Hello community,

here is the log from the commit of package python-mygpoclient for 
openSUSE:Factory checked in at 2019-10-16 09:15:00

Comparing /work/SRC/openSUSE:Factory/python-mygpoclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-mygpoclient.new.2352 (New)


Package is "python-mygpoclient"

Wed Oct 16 09:15:00 2019 rev:3 rq:738363 version:1.8

Changes:

--- /work/SRC/openSUSE:Factory/python-mygpoclient/python-mygpoclient.changes
2018-12-07 14:38:21.826850822 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-mygpoclient.new.2352/python-mygpoclient.changes
  2019-10-16 09:15:03.415502886 +0200
@@ -1,0 +2,5 @@
+Mon Oct 14 14:00:24 UTC 2019 - Matej Cepl 
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+---



Other differences:
--
++ python-mygpoclient.spec ++
--- /var/tmp/diff_new_pack.BKLgPg/_old  2019-10-16 09:15:04.119501072 +0200
+++ /var/tmp/diff_new_pack.BKLgPg/_new  2019-10-16 09:15:04.131501041 +0200
@@ -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 
 #
 # All modifications and additions to the file contributed by third parties
@@ -23,8 +23,7 @@
 Release:0
 Summary:Python gpodder.net API Client Library
 License:GPL-3.0-or-later
-Group:  Development/Libraries/Python
-URL:http://gpodder.org/mygpoclient
+URL:https://gpodder.org/mygpoclient
 Source: 
https://files.pythonhosted.org/packages/source/m/mygpoclient/mygpoclient-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -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




commit python-mygpoclient for openSUSE:Factory

2018-12-07 Thread root
Hello community,

here is the log from the commit of package python-mygpoclient for 
openSUSE:Factory checked in at 2018-12-07 14:38:13

Comparing /work/SRC/openSUSE:Factory/python-mygpoclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-mygpoclient.new.19453 (New)


Package is "python-mygpoclient"

Fri Dec  7 14:38:13 2018 rev:2 rq:655859 version:1.8

Changes:

--- /work/SRC/openSUSE:Factory/python-mygpoclient/python-mygpoclient.changes
2018-02-24 16:38:48.958666381 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-mygpoclient.new.19453/python-mygpoclient.changes
 2018-12-07 14:38:21.826850822 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:50:40 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-mygpoclient.spec ++
--- /var/tmp/diff_new_pack.i9Ut63/_old  2018-12-07 14:38:22.914849475 +0100
+++ /var/tmp/diff_new_pack.i9Ut63/_new  2018-12-07 14:38:22.918849469 +0100
@@ -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,11 @@
 Version:1.8
 Release:0
 Summary:Python gpodder.net API Client Library
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Development/Libraries/Python
 URL:http://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