Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-rq for
openSUSE:Factory checked in at 2026-03-31 16:26:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-rq (Old)
and /work/SRC/openSUSE:Factory/.python-django-rq.new.1999 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-rq"
Tue Mar 31 16:26:44 2026 rev:13 rq:1343876 version:4.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-django-rq/python-django-rq.changes
2026-03-29 20:01:18.138939995 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-rq.new.1999/python-django-rq.changes
2026-03-31 16:26:49.018220007 +0200
@@ -1,0 +2,5 @@
+Mon Mar 30 11:20:40 UTC 2026 - Andreas Schwab <[email protected]>
+
+- Don't kill redis-server prematurely during test run
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-rq.spec ++++++
--- /var/tmp/diff_new_pack.zEvoXU/_old 2026-03-31 16:26:50.826295816 +0200
+++ /var/tmp/diff_new_pack.zEvoXU/_new 2026-03-31 16:26:50.838296319 +0200
@@ -61,13 +61,12 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-timeout 3m %{_sbindir}/redis-server &
+%{_sbindir}/redis-server &
+trap 'pkill -f redis-server || :' EXIT
export PYTHONPATH=${PWD}
export DJANGO_SETTINGS_MODULE=tests.settings
%pytest -k 'not (test_job_details or test_jobs or
test_cron_scheduler_detail_view)'
-pkill -f redis-server || exit 0
-
%files %{python_files}
%license LICENSE.txt
%doc README.md