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,8 +1,19 @@
-------------------------------------------------------------------
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> Sat May 27 21:30:50 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.8.1: - update to 2.8.1:
* Added a button to stop currently running jobs. * Added a button to stop currently running jobs.
* Added a failed jobs column to rqstats command. * Added a failed jobs column to rqstats command.
* Explicitly requires RQ >= 1.14 in `setup.py`. * Explicitly requires RQ >= 1.14 in `setup.py`.
@ -20,7 +31,7 @@ Fri Feb 10 10:30:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.7.0: - update to 2.7.0:
* Able to show multiple execution results for each job * Able to show multiple execution results for each job
(requires RQ v1.12). (requires RQ v1.12).
* Various admin interface improvements. * Various admin interface improvements.
------------------------------------------------------------------- -------------------------------------------------------------------
@ -47,13 +58,13 @@ Tue Apr 12 23:51:34 UTC 2022 - Misha Komarovskiy <zombah@gmail.com>
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 30 22:59:02 UTC 2021 - Misha Komarovskiy <zombah@gmail.com> Mon Aug 30 22:59:02 UTC 2021 - Misha Komarovskiy <zombah@gmail.com>
- update to 2.4.1 - update to 2.4.1
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 14 21:44:43 UTC 2020 - Misha Komarovskiy <zombah@gmail.com> Thu May 14 21:44:43 UTC 2020 - Misha Komarovskiy <zombah@gmail.com>
- update to 2.3.2 - update to 2.3.2
- Support for RQ >= 1.4.0 - Support for RQ >= 1.4.0
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 23 16:31:23 UTC 2020 - Marcus Rueckert <mrueckert@suse.de> Thu Apr 23 16:31:23 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>

View File

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