diff --git a/django-rq-2.5.1.tar.gz b/django-rq-2.5.1.tar.gz deleted file mode 100644 index ac7f7fc..0000000 --- a/django-rq-2.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5cb9e13f364852f80ce421262d38eef7b20be91d0de932e75f094836ea5bf06e -size 119721 diff --git a/django-rq-2.6.0.tar.gz b/django-rq-2.6.0.tar.gz new file mode 100644 index 0000000..067d2d0 --- /dev/null +++ b/django-rq-2.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c072945a4c61515df23e345c64d69455e577a6ef50193a1d304c079591260c78 +size 120064 diff --git a/python-django-rq.changes b/python-django-rq.changes index 2a35a87..30e8672 100644 --- a/python-django-rq.changes +++ b/python-django-rq.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jan 4 16:21:55 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-django-rq.spec b/python-django-rq.spec index 1e9aa4b..075f967 100644 --- a/python-django-rq.spec +++ b/python-django-rq.spec @@ -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