Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pyscreenshot for
openSUSE:Factory checked in at 2022-12-24 18:01:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyscreenshot (Old)
and /work/SRC/openSUSE:Factory/.python-pyscreenshot.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyscreenshot"
Sat Dec 24 18:01:49 2022 rev:3 rq:1044204 version:3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyscreenshot/python-pyscreenshot.changes
2022-12-02 13:13:57.390122175 +0100
+++
/work/SRC/openSUSE:Factory/.python-pyscreenshot.new.1563/python-pyscreenshot.changes
2022-12-24 18:01:50.098378848 +0100
@@ -1,0 +2,5 @@
+Thu Dec 22 09:54:12 UTC 2022 - Daniel Garcia <[email protected]>
+
+- Increase timeout for running tests
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyscreenshot.spec ++++++
--- /var/tmp/diff_new_pack.OX0WmZ/_old 2022-12-24 18:01:50.770382820 +0100
+++ /var/tmp/diff_new_pack.OX0WmZ/_new 2022-12-24 18:01:50.774382844 +0100
@@ -94,7 +94,7 @@
# test_maim fails on Leap 15.x
%{python_expand # Necessary to run configure with all python flavors
export PYTHONPATH=%{buildroot}%{$python_sitelib}
-xvfb-run --server-args "-br -screen 0 900x800x24" $python -m pytest -v -k 'not
test_maim'
+xvfb-run --server-args "-br -screen 0 900x800x24" -w 5 $python -m pytest -v -k
'not test_maim'
rm -rf /tmp/fillscreen*
}
%endif