- update to 2.10.2:

* Added support for Django 5.0. Thanks @selwin!
  * Fixed an error in Python 3.12. Thanks @selwin!
  * Fixes an issue that may happen if Redis port is not
    specified. Thanks @terencehonles!

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-rq?expand=0&rev=15
This commit is contained in:
Dirk Mueller 2024-05-03 07:34:58 +00:00 committed by Git OBS Bridge
parent 92a956c14d
commit 5aa3bd2879
4 changed files with 13 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri May 3 07:34:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.10.2:
* Added support for Django 5.0. Thanks @selwin!
* Fixed an error in Python 3.12. Thanks @selwin!
* Fixes an issue that may happen if Redis port is not
specified. Thanks @terencehonles!
-------------------------------------------------------------------
Sun Jan 14 17:31:56 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-django-rq
Version: 2.10.1
Version: 2.10.2
Release: 0
Summary: Simple app that provides django integration for RQ (Redis Queue)
License: MIT