Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-i3ipc for openSUSE:Factory checked in at 2021-09-23 23:04:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-i3ipc (Old) and /work/SRC/openSUSE:Factory/.python-i3ipc.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-i3ipc" Thu Sep 23 23:04:05 2021 rev:5 rq:921119 version:2.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-i3ipc/python-i3ipc.changes 2021-03-08 15:20:51.758097095 +0100 +++ /work/SRC/openSUSE:Factory/.python-i3ipc.new.1899/python-i3ipc.changes 2021-09-23 23:04:13.468330665 +0200 @@ -1,0 +2,5 @@ +Thu Sep 23 09:48:08 UTC 2021 - Matej Cepl <[email protected]> + +- Mark example scripts as non-executable + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-i3ipc.spec ++++++ --- /var/tmp/diff_new_pack.KjY7JQ/_old 2021-09-23 23:04:14.540331464 +0200 +++ /var/tmp/diff_new_pack.KjY7JQ/_new 2021-09-23 23:04:14.540331464 +0200 @@ -32,6 +32,7 @@ BuildRequires: fdupes # for tests we need i3 at build time BuildRequires: %{python_module python-xlib} +BuildRequires: %{python_module asyncio} BuildRequires: i3 BuildRequires: python-rpm-macros BuildRequires: xvfb-run @@ -57,6 +58,9 @@ # standalone). sed -i '/^#!\/usr\/bin\/env.*/d' examples/*.py examples/i3-focus/*.py +# Examples shouldn't be executable +find examples/ -name \*.py -exec chmod -x '{}' \; + %build %python_build
