1
0

Accepting request 1092282 from devel:languages:python:django

- 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/request/show/1092282
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-rq?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2023-06-11 17:56:16 +00:00 committed by Git OBS Bridge
commit 8f6a118331
4 changed files with 14 additions and 6 deletions

View File

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

3
django-rq-2.8.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat May 27 21:30:50 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

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