Hello community, here is the log from the commit of package python-EasyProcess for openSUSE:Factory checked in at 2019-09-23 12:17:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-EasyProcess (Old) and /work/SRC/openSUSE:Factory/.python-EasyProcess.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-EasyProcess" Mon Sep 23 12:17:19 2019 rev:17 rq:731157 version:0.2.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-EasyProcess/python-EasyProcess.changes 2019-06-22 11:23:19.761331737 +0200 +++ /work/SRC/openSUSE:Factory/.python-EasyProcess.new.7948/python-EasyProcess.changes 2019-09-23 12:17:20.549807422 +0200 @@ -1,0 +2,5 @@ +Sun Sep 15 03:11:23 UTC 2019 - John Vandenberg <[email protected]> + +- Fix examples to use sys.executable + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-EasyProcess.spec ++++++ --- /var/tmp/diff_new_pack.vNQexV/_old 2019-09-23 12:17:21.029807343 +0200 +++ /var/tmp/diff_new_pack.vNQexV/_new 2019-09-23 12:17:21.029807343 +0200 @@ -59,10 +59,16 @@ %prep %setup -q -n EasyProcess-%{version} +# https://github.com/ponty/EasyProcess/issues/18 +sed -i "s/from easyprocess import EasyProcess/from easyprocess import EasyProcess;import sys/" easyprocess/examples/*.py +sed -i "s/'python /sys.executable + ' /" easyprocess/examples/*.py +sed -i "s/'python'/sys.executable/" easyprocess/examples/*.py + # requires pyvirtualdisplay which is mostly dead package rm -f tests/coverage/fast/test_deadlock.py 2to3 -w easyprocess/examples/log.py + %build %python_build
