From 0e9c44c83647808da63c3aaf1a80facd192a33caa86eaa4643191f415fe852ed Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 3 May 2023 15:38:59 +0000 Subject: [PATCH] - update to 2.8.0: * Support for RQ 1.14. * Show scheduler PID information in admin interface. * Added `serializer` argument to `rqworker` command. * Added `USERNAME` and `SENTINEL_KWARGS` support. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-rq?expand=0&rev=7 --- django-rq-2.7.0.tar.gz | 3 --- django-rq-2.8.0.tar.gz | 3 +++ python-django-rq.changes | 9 +++++++++ python-django-rq.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 django-rq-2.7.0.tar.gz create mode 100644 django-rq-2.8.0.tar.gz diff --git a/django-rq-2.7.0.tar.gz b/django-rq-2.7.0.tar.gz deleted file mode 100644 index c1300e1..0000000 --- a/django-rq-2.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79fb96e1bc444694570ca339c8840ae7317034db87ac6b31e4dca28d5f71e605 -size 120500 diff --git a/django-rq-2.8.0.tar.gz b/django-rq-2.8.0.tar.gz new file mode 100644 index 0000000..4d7b1c4 --- /dev/null +++ b/django-rq-2.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc55a00710188180a6c3d4817f8665e79a550778eacd8252c12aa2a13ad99aeb +size 122071 diff --git a/python-django-rq.changes b/python-django-rq.changes index a86d17d..f69a8c7 100644 --- a/python-django-rq.changes +++ b/python-django-rq.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed May 3 15:38:40 UTC 2023 - Dirk Müller + +- update to 2.8.0: + * Support for RQ 1.14. + * Show scheduler PID information in admin interface. + * Added `serializer` argument to `rqworker` command. + * Added `USERNAME` and `SENTINEL_KWARGS` support. + ------------------------------------------------------------------- Fri Feb 10 10:30:19 UTC 2023 - Dirk Müller diff --git a/python-django-rq.spec b/python-django-rq.spec index a3d14dc..5fc71e8 100644 --- a/python-django-rq.spec +++ b/python-django-rq.spec @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-django-rq -Version: 2.7.0 +Version: 2.8.0 Release: 0 Summary: Simple app that provides django integration for RQ (Redis Queue) License: MIT