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-29 20:00:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-rq (Old)
and /work/SRC/openSUSE:Factory/.python-django-rq.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-rq"
Sun Mar 29 20:00:56 2026 rev:12 rq:1343404 version:4.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-django-rq/python-django-rq.changes
2026-01-22 17:59:04.930823279 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-rq.new.8177/python-django-rq.changes
2026-03-29 20:01:18.138939995 +0200
@@ -1,0 +2,14 @@
+Sun Mar 29 09:40:09 UTC 2026 - Dirk Müller <[email protected]>
+
+- Update to 4.0.1
+ * django-rq now automatically integrates with Django's admin
+ backend without manual URL configuration.
+ * Added new COMMIT_MODE setting to replace AUTOCOMMIT.
+ * Cron scheduler detail page now shows jobs configured in that
+ particular scheduler.
+ * Removed legacy Sentry integration.
+ * Job detail page now shows a job's dependent jobs.
+ * Added missing migration that causes Django's makemigrations
+ to complain.
+
+-------------------------------------------------------------------
Old:
----
django_rq-3.2.2.tar.gz
New:
----
django_rq-4.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-rq.spec ++++++
--- /var/tmp/diff_new_pack.Ida5cu/_old 2026-03-29 20:01:18.754965376 +0200
+++ /var/tmp/diff_new_pack.Ida5cu/_new 2026-03-29 20:01:18.758965540 +0200
@@ -18,18 +18,18 @@
%{?sle15_python_module_pythons}
Name: python-django-rq
-Version: 3.2.2
+Version: 4.0.1
Release: 0
Summary: Simple app that provides django integration for RQ (Redis
Queue)
License: MIT
Group: Development/Languages/Python
URL: https://github.com/rq/django-rq
Source:
https://github.com/rq/django-rq/archive/v%{version}/django_rq-%{version}.tar.gz
-BuildRequires: %{python_module hatch_vcs}
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
+BuildRequires: procps
BuildRequires: python-rpm-macros
Requires: python-Django >= 4.2
Requires: python-redis >= 3.5
@@ -61,10 +61,12 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%{_sbindir}/redis-server &
+timeout 3m %{_sbindir}/redis-server &
export PYTHONPATH=${PWD}
export DJANGO_SETTINGS_MODULE=tests.settings
-%pytest -k 'not (test_job_details or test_jobs)'
+%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
++++++ django_rq-3.2.2.tar.gz -> django_rq-4.0.1.tar.gz ++++++
++++ 4281 lines of diff (skipped)