forked from pool/python-django-rq
Accepting request 1055950 from devel:languages:python:django
- update to v2.6.0: * Added --max-jobs argument to rqworker management command. * Remove job from ScheduledJobRegistry if a scheduled job is enqueued from admin. Thanks @robertaistleitner! OBS-URL: https://build.opensuse.org/request/show/1055950 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-rq?expand=0&rev=2
This commit is contained in:
commit
6c140433aa
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5cb9e13f364852f80ce421262d38eef7b20be91d0de932e75f094836ea5bf06e
|
|
||||||
size 119721
|
|
3
django-rq-2.6.0.tar.gz
Normal file
3
django-rq-2.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c072945a4c61515df23e345c64d69455e577a6ef50193a1d304c079591260c78
|
||||||
|
size 120064
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 4 16:21:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to v2.6.0:
|
||||||
|
* Added --max-jobs argument to rqworker management command.
|
||||||
|
* Remove job from ScheduledJobRegistry if a scheduled job is enqueued from
|
||||||
|
admin. Thanks @robertaistleitner!
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 11 01:46:54 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
|
Tue Oct 11 01:46:54 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-django-rq
|
# spec file for package python-django-rq
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-django-rq
|
Name: python-django-rq
|
||||||
Version: 2.5.1
|
Version: 2.6.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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user