diff --git a/django-rq-2.8.1.tar.gz b/django-rq-2.8.1.tar.gz deleted file mode 100644 index 086aa9c..0000000 --- a/django-rq-2.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d65eddef721d7e6abf73574a2fe05006f37f3bb7db51dab13f7e24eee03067a -size 122672 diff --git a/django-rq-2.9.0.tar.gz b/django-rq-2.9.0.tar.gz new file mode 100644 index 0000000..da35cd7 --- /dev/null +++ b/django-rq-2.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35992a43c35cc91d568cf5943b23c2b05c5f76aad42bdc1a505e54f6143800f8 +size 124739 diff --git a/python-django-rq.changes b/python-django-rq.changes index 78e9a88..a95e9f0 100644 --- a/python-django-rq.changes +++ b/python-django-rq.changes @@ -1,8 +1,19 @@ +------------------------------------------------------------------- +Wed Dec 6 22:49:46 UTC 2023 - Dirk Müller + +- 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 - 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. * Explicitly requires RQ >= 1.14 in `setup.py`. @@ -20,7 +31,7 @@ Fri Feb 10 10:30:19 UTC 2023 - Dirk Müller - update to 2.7.0: * Able to show multiple execution results for each job - (requires RQ v1.12). + (requires RQ v1.12). * Various admin interface improvements. ------------------------------------------------------------------- @@ -47,13 +58,13 @@ Tue Apr 12 23:51:34 UTC 2022 - Misha Komarovskiy ------------------------------------------------------------------- Mon Aug 30 22:59:02 UTC 2021 - Misha Komarovskiy -- update to 2.4.1 +- update to 2.4.1 ------------------------------------------------------------------- Thu May 14 21:44:43 UTC 2020 - Misha Komarovskiy - 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 diff --git a/python-django-rq.spec b/python-django-rq.spec index 06c8380..5baf3f3 100644 --- a/python-django-rq.spec +++ b/python-django-rq.spec @@ -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