1
0

Accepting request 1084450 from devel:languages:python:django

- 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/request/show/1084450
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-rq?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2023-05-04 15:10:42 +00:00 committed by Git OBS Bridge
commit b34a4bbee6
4 changed files with 13 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79fb96e1bc444694570ca339c8840ae7317034db87ac6b31e4dca28d5f71e605
size 120500

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed May 3 15:38:40 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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