forked from pool/python-django-rq
- 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/package/show/devel:languages:python:django/python-django-rq?expand=0&rev=3
This commit is contained in:
parent
b0d5389bad
commit
c962eb1756
@ -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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-django-rq
|
||||
Version: 2.5.1
|
||||
Version: 2.6.0
|
||||
Release: 0
|
||||
Summary: Simple app that provides django integration for RQ (Redis Queue)
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user