- 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:
Dirk Mueller 2023-01-04 16:22:10 +00:00 committed by Git OBS Bridge
parent b0d5389bad
commit c962eb1756
4 changed files with 13 additions and 5 deletions

View File

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

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

View File

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

View File

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