1
0

- update to 2.9.0:

* Added an option to delete all failed jobs.
  * You can now specify `SERIALIZER` option while declaring
    queues in `settings.py`
  * Updated templates to match newer versions of Django admin's
    styling.
  * Don't show `Empty Queue` button on registry pages.
  * Added a button to stop currently running jobs.
    (requires RQ v1.12).
- update to 2.4.1
  - Support for RQ >= 1.4.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-rq?expand=0&rev=11
This commit is contained in:
Dirk Mueller 2023-12-06 22:50:33 +00:00 committed by Git OBS Bridge
parent 94e9fadabb
commit 3b7c8528de
4 changed files with 21 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d65eddef721d7e6abf73574a2fe05006f37f3bb7db51dab13f7e24eee03067a
size 122672

3
django-rq-2.9.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35992a43c35cc91d568cf5943b23c2b05c5f76aad42bdc1a505e54f6143800f8
size 124739

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Dec 6 22:49:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.9.0:
* Added an option to delete all failed jobs.
* You can now specify `SERIALIZER` option while declaring
queues in `settings.py`
* Updated templates to match newer versions of Django admin's
styling.
* Don't show `Empty Queue` button on registry pages.
-------------------------------------------------------------------
Sat May 27 21:30:50 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -16,10 +16,9 @@
#
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-django-rq
Version: 2.8.1
Version: 2.9.0
Release: 0
Summary: Simple app that provides django integration for RQ (Redis Queue)
License: MIT
@ -38,6 +37,7 @@ BuildRequires: %{python_module Django >= 2.0}
BuildRequires: %{python_module django-redis >= 3.0}
BuildRequires: %{python_module pytest-django}
BuildRequires: %{python_module rq >= 1.14}
BuildRequires: %{python_module rq-scheduler}
BuildRequires: redis
# /SECTION
%python_subpackages