Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pymisp for openSUSE:Factory checked in at 2021-09-03 21:26:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pymisp (Old) and /work/SRC/openSUSE:Factory/.python-pymisp.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pymisp" Fri Sep 3 21:26:22 2021 rev:37 rq:916766 version:2.4.148 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pymisp/python-pymisp.changes 2021-08-18 08:56:23.130941493 +0200 +++ /work/SRC/openSUSE:Factory/.python-pymisp.new.1899/python-pymisp.changes 2021-09-03 21:27:13.394265020 +0200 @@ -1,0 +2,5 @@ +Wed Sep 1 21:09:28 UTC 2021 - Sebastian Wagner <sebix+novell....@sebix.at> + +- remove executable permissions on example files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pymisp.spec ++++++ --- /var/tmp/diff_new_pack.crxS0J/_old 2021-09-03 21:27:13.886265993 +0200 +++ /var/tmp/diff_new_pack.crxS0J/_new 2021-09-03 21:27:13.890266001 +0200 @@ -84,6 +84,7 @@ %setup -T -D -b 1 -n PyMISP-%{version} mv ../misp-objects-*/* pymisp/data/misp-objects/ find pymisp examples -name "*.py" -type f -exec sed -i '1s/^#!.*//' '{}' \+ +find examples -name "*.py" -type f -exec chmod -x '{}' \+ %build %python_build