From 94e9fadabbd1a21c5cb2b059b149cef88818a4ec65a085125ac3e7d1a06d3a65 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 11 Jun 2023 12:40:01 +0000 Subject: [PATCH] - update to 2.8.1: * Added a button to stop currently running jobs. * Added a failed jobs column to rqstats command. * Explicitly requires RQ >= 1.14 in `setup.py`. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-rq?expand=0&rev=9 --- django-rq-2.8.0.tar.gz | 3 --- django-rq-2.8.1.tar.gz | 3 +++ python-django-rq.changes | 8 ++++++++ python-django-rq.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 django-rq-2.8.0.tar.gz create mode 100644 django-rq-2.8.1.tar.gz diff --git a/django-rq-2.8.0.tar.gz b/django-rq-2.8.0.tar.gz deleted file mode 100644 index 4d7b1c4..0000000 --- a/django-rq-2.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc55a00710188180a6c3d4817f8665e79a550778eacd8252c12aa2a13ad99aeb -size 122071 diff --git a/django-rq-2.8.1.tar.gz b/django-rq-2.8.1.tar.gz new file mode 100644 index 0000000..086aa9c --- /dev/null +++ b/django-rq-2.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d65eddef721d7e6abf73574a2fe05006f37f3bb7db51dab13f7e24eee03067a +size 122672 diff --git a/python-django-rq.changes b/python-django-rq.changes index f69a8c7..78e9a88 100644 --- a/python-django-rq.changes +++ b/python-django-rq.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat May 27 21:30:50 UTC 2023 - Dirk Müller + +- update to 2.8.1: + * Added a button to stop currently running jobs. + * Added a failed jobs column to rqstats command. + * Explicitly requires RQ >= 1.14 in `setup.py`. + ------------------------------------------------------------------- Wed May 3 15:38:40 UTC 2023 - Dirk Müller diff --git a/python-django-rq.spec b/python-django-rq.spec index 5fc71e8..06c8380 100644 --- a/python-django-rq.spec +++ b/python-django-rq.spec @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-django-rq -Version: 2.8.0 +Version: 2.8.1 Release: 0 Summary: Simple app that provides django integration for RQ (Redis Queue) License: MIT @@ -30,14 +30,14 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Django >= 2.0 -Requires: python-rq >= 1.2 +Requires: python-rq >= 1.14 Recommends: python-django-redis >= 3.0 BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Django >= 2.0} BuildRequires: %{python_module django-redis >= 3.0} BuildRequires: %{python_module pytest-django} -BuildRequires: %{python_module rq >= 1.2} +BuildRequires: %{python_module rq >= 1.14} BuildRequires: redis # /SECTION %python_subpackages