Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-concurrentloghandler for
openSUSE:Factory checked in at 2021-07-27 14:32:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-concurrentloghandler (Old)
and /work/SRC/openSUSE:Factory/.python-concurrentloghandler.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-concurrentloghandler"
Tue Jul 27 14:32:10 2021 rev:15 rq:908506 version:0.9.19
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-concurrentloghandler/python-concurrentloghandler.changes
2021-03-18 22:54:54.283528513 +0100
+++
/work/SRC/openSUSE:Factory/.python-concurrentloghandler.new.1899/python-concurrentloghandler.changes
2021-07-27 14:32:29.579458491 +0200
@@ -1,0 +2,6 @@
+Tue Jul 27 05:42:46 UTC 2021 - Matej Cepl <[email protected]>
+
+- Stupid me: it should be rm -rf test_output, not just rm -rf
+ test (gh#Preston-Landers/concurrent-log-handler#38).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-concurrentloghandler.spec ++++++
--- /var/tmp/diff_new_pack.8eNeYx/_old 2021-07-27 14:32:30.079457997 +0200
+++ /var/tmp/diff_new_pack.8eNeYx/_new 2021-07-27 14:32:30.083457992 +0200
@@ -58,10 +58,9 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-# Tests fail with Python 3.8, gh#Preston-Landers/concurrent-log-handler#38
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
-rm -rf test
-$python stresstest.py || /bin/true
+rm -rf test_output
+$python stresstest.py
}
%files %{python_files}