Hello community,

here is the log from the commit of package python-astor for openSUSE:Factory 
checked in at 2020-04-05 20:53:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-astor (Old)
 and      /work/SRC/openSUSE:Factory/.python-astor.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-astor"

Sun Apr  5 20:53:41 2020 rev:7 rq:791387 version:0.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-astor/python-astor.changes        
2020-03-26 23:33:25.634778357 +0100
+++ /work/SRC/openSUSE:Factory/.python-astor.new.3248/python-astor.changes      
2020-04-05 20:53:48.801202472 +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.phlhpm/_old  2020-04-05 20:53:49.557203283 +0200
+++ /var/tmp/diff_new_pack.phlhpm/_new  2020-04-05 20:53:49.557203283 +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


Reply via email to