Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pyface for openSUSE:Factory 
checked in at 2023-12-08 22:32:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyface (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyface.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyface"

Fri Dec  8 22:32:29 2023 rev:12 rq:1132004 version:8.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyface/python-pyface.changes      
2023-11-07 21:28:47.336883561 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyface.new.25432/python-pyface.changes   
2023-12-08 22:33:01.094129856 +0100
@@ -1,0 +2,7 @@
+Thu Dec  7 17:44:37 UTC 2023 - Bernhard Wiedemann <bwiedem...@suse.com>
+
+- Avoid non-deterministic modification of files by tests
+- Fix rpmlint warnings: non-executable code should not be marked
+  as executable.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pyface.spec ++++++
--- /var/tmp/diff_new_pack.vocIR8/_old  2023-12-08 22:33:02.038164592 +0100
+++ /var/tmp/diff_new_pack.vocIR8/_new  2023-12-08 22:33:02.042164739 +0100
@@ -72,6 +72,9 @@
 %prep
 %autosetup -p1 -n pyface-%{version}
 
+# Fix executable bits
+find . -name \*.py -exec chmod -x '{}' \;
+
 %build
 %pyproject_wheel
 
@@ -87,8 +90,10 @@
 export ETS_TOOLKIT=qt4
 %{python_expand mkdir tester_%{$python_bin_suffix}
 pushd tester_%{$python_bin_suffix}
-export PYTHONPATH=%{buildroot}%{$python_sitelib}
+cp -a %{buildroot}%{$python_sitelib} python_sitelib # copy to avoid 
modification of original https://github.com/enthought/pyface/issues/1254
+export PYTHONPATH=`pwd`/python_sitelib
 xvfb-run --server-args "-screen 0 1920x1080x24" $python -m unittest discover 
-v pyface
+rm -rf python_sitelib
 popd
 # wait 2 seconds before the next xvfb-run
 sleep 2

Reply via email to