Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pexpect for openSUSE:Factory checked in at 2023-02-25 19:54:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pexpect (Old) and /work/SRC/openSUSE:Factory/.python-pexpect.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pexpect" Sat Feb 25 19:54:23 2023 rev:37 rq:1067328 version:4.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pexpect/python-pexpect.changes 2023-01-07 17:19:27.270062933 +0100 +++ /work/SRC/openSUSE:Factory/.python-pexpect.new.31432/python-pexpect.changes 2023-02-25 19:54:25.387011964 +0100 @@ -1,0 +2,5 @@ +Thu Feb 23 08:37:45 UTC 2023 - Matej Cepl <[email protected]> + +- Clean up SPEC file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pexpect.spec ++++++ --- /var/tmp/diff_new_pack.ONTqUP/_old 2023-02-25 19:54:25.927015292 +0100 +++ /var/tmp/diff_new_pack.ONTqUP/_new 2023-02-25 19:54:25.931015316 +0100 @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pexpect Version: 4.8.0 Release: 0 @@ -56,6 +55,9 @@ # Mark example *.py as non-executable (we already patch the shebang out, so they can't be started anyway) find examples -type f -name "*.py" -exec chmod 644 {} \; +# Remove shebang +sed -i '1 {/^#!/d}' pexpect/FSM.py + %build %python_build
