Hello community,

here is the log from the commit of package python-userpath for openSUSE:Factory 
checked in at 2020-05-19 14:48:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-userpath (Old)
 and      /work/SRC/openSUSE:Factory/.python-userpath.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-userpath"

Tue May 19 14:48:13 2020 rev:2 rq:806958 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-userpath/python-userpath.changes  
2019-11-27 13:50:32.096509886 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-userpath.new.2738/python-userpath.changes    
    2020-05-19 14:48:14.988040272 +0200
@@ -1,0 +2,5 @@
+Mon May 18 09:10:45 UTC 2020 - Petr Gajdos <pgaj...@suse.com>
+
+- %python3_only -> %python_alternative
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-userpath.spec ++++++
--- /var/tmp/diff_new_pack.JisBsq/_old  2020-05-19 14:48:15.632041648 +0200
+++ /var/tmp/diff_new_pack.JisBsq/_new  2020-05-19 14:48:15.636041656 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-userpath
 #
-# 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
@@ -29,6 +29,8 @@
 BuildRequires:  python-rpm-macros
 Requires:       python-click
 Requires:       python-distro
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module click}
@@ -49,16 +51,23 @@
 
 %install
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/userpath
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 export LC_ALL=C.UTF-8
 %pytest
 
+%post
+%python_install_alternative userpath
+
+%postun
+%python_uninstall_alternative userpath
+
 %files %{python_files}
 %doc README.rst
 %license LICENSE-APACHE LICENSE-MIT
-%python3_only %{_bindir}/userpath
+%python_alternative %{_bindir}/userpath
 %{python_sitelib}/*
 
 %changelog


Reply via email to