From 5aa3bd287941bb97ea6836ae417bec5073411930703916a917d90e4ba2d0ea2a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 3 May 2024 07:34:58 +0000 Subject: [PATCH] - 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 --- django-rq-2.10.1.tar.gz | 3 --- django-rq-2.10.2.tar.gz | 3 +++ python-django-rq.changes | 9 +++++++++ python-django-rq.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 django-rq-2.10.1.tar.gz create mode 100644 django-rq-2.10.2.tar.gz diff --git a/django-rq-2.10.1.tar.gz b/django-rq-2.10.1.tar.gz deleted file mode 100644 index 977d5de..0000000 --- a/django-rq-2.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30bfd694dd8357402b4915239e6945358768b79c73bfffa28ab00d2c11d7e8be -size 125201 diff --git a/django-rq-2.10.2.tar.gz b/django-rq-2.10.2.tar.gz new file mode 100644 index 0000000..498212d --- /dev/null +++ b/django-rq-2.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4180b9315442eea6349d9e8eabcc74f131a8aebb95f940ab23f4fccf1d410758 +size 125388 diff --git a/python-django-rq.changes b/python-django-rq.changes index 14a01f4..65bf2cf 100644 --- a/python-django-rq.changes +++ b/python-django-rq.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri May 3 07:34:31 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-django-rq.spec b/python-django-rq.spec index a50f756..481a350 100644 --- a/python-django-rq.spec +++ b/python-django-rq.spec @@ -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