1
0

- update to 2.7.0:

* Able to show multiple execution results for each job
    (requires RQ v1.12). 
  * Various admin interface improvements.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-rq?expand=0&rev=5
This commit is contained in:
Dirk Mueller 2023-02-10 10:30:59 +00:00 committed by Git OBS Bridge
parent c962eb1756
commit 13468c170f
4 changed files with 12 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Feb 10 10:30:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.7.0:
* Able to show multiple execution results for each job
(requires RQ v1.12).
* Various admin interface improvements.
-------------------------------------------------------------------
Wed Jan 4 16:21:55 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.6.0
Version: 2.7.0
Release: 0
Summary: Simple app that provides django integration for RQ (Redis Queue)
License: MIT