Accepting request 1138692 from devel:languages:python:django

- update to 2.10.1:
  * Fixed packaging issues with 2.10.0.
  * Added `rqworker-pool` management command.
  * Compatibility with Django 5.0.
  * The scheduler now defaults to db 0.

OBS-URL: https://build.opensuse.org/request/show/1138692
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-rq?expand=0&rev=7
This commit is contained in:
Ana Guerrero 2024-01-15 21:17:40 +00:00 committed by Git OBS Bridge
commit ad533ca45f
4 changed files with 14 additions and 5 deletions

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

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Jan 14 17:31:56 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.10.1:
* Fixed packaging issues with 2.10.0.
* Added `rqworker-pool` management command.
* Compatibility with Django 5.0.
* The scheduler now defaults to db 0.
-------------------------------------------------------------------
Wed Dec 6 22:49:46 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-django-rq
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-django-rq
Version: 2.9.0
Version: 2.10.1
Release: 0
Summary: Simple app that provides django integration for RQ (Redis Queue)
License: MIT