Hello community,

here is the log from the commit of package python-subgrab for openSUSE:Factory 
checked in at 2020-05-20 18:44:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-subgrab (Old)
 and      /work/SRC/openSUSE:Factory/.python-subgrab.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-subgrab"

Wed May 20 18:44:30 2020 rev:4 rq:807159 version:0.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-subgrab/python-subgrab.changes    
2019-10-16 09:16:00.775355055 +0200
+++ /work/SRC/openSUSE:Factory/.python-subgrab.new.2738/python-subgrab.changes  
2020-05-20 18:45:20.197265387 +0200
@@ -1,0 +2,5 @@
+Tue May 19 08:03:06 UTC 2020 - Petr Gajdos <[email protected]>
+
+- %python3_only -> %python_alternative
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-subgrab.spec ++++++
--- /var/tmp/diff_new_pack.QuJbX5/_old  2020-05-20 18:45:21.065267337 +0200
+++ /var/tmp/diff_new_pack.QuJbX5/_new  2020-05-20 18:45:21.069267346 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-subgrab
 #
-# Copyright (c) 2019 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
@@ -31,6 +31,8 @@
 Requires:       python-beautifulsoup4
 Requires:       python-lxml
 Requires:       python-requests
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:      noarch
 %python_subpackages
 
@@ -48,10 +50,17 @@
 
 %install
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/subgrab
 %python_expand %fdupes %{buildroot}/%{$python_sitelib}
 
+%post
+%python_install_alternative subgrab
+
+%postun
+%python_uninstall_alternative subgrab
+
 %files %{python_files}
-%python3_only %{_bindir}/subgrab
+%python_alternative %{_bindir}/subgrab
 %{python_sitelib}/*
 
 %changelog



Reply via email to