Hello community, here is the log from the commit of package python-astor for openSUSE:Leap:15.2 checked in at 2020-04-14 14:21:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-astor (Old) and /work/SRC/openSUSE:Leap:15.2/.python-astor.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-astor" Tue Apr 14 14:21:21 2020 rev:5 rq:793557 version:0.8.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-astor/python-astor.changes 2020-03-27 16:47:22.747907062 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-astor.new.3248/python-astor.changes 2020-04-14 14:21:36.937302903 +0200 @@ -1,0 +2,6 @@ +Fri Apr 3 21:34:35 UTC 2020 - Marcus Rueckert <[email protected]> + +- remove the shebang line from the rtrip.py otherwise the python3 + package will require /usr/bin/python. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-astor.spec ++++++ --- /var/tmp/diff_new_pack.enXWrw/_old 2020-04-14 14:21:37.285303163 +0200 +++ /var/tmp/diff_new_pack.enXWrw/_new 2020-04-14 14:21:37.285303163 +0200 @@ -63,10 +63,11 @@ %prep %setup -q -n astor-%{version} %patch0 -p1 -# ugly fix for the use of /usr/bin/env -sed -i 's@env @@' astor/rtrip.py %build +# ugly fix for the use of /usr/bin/env +sed -i 's@#!.*@@' astor/rtrip.py +chmod a-x astor/rtrip.py %python_build %install
