diff --git a/django-rq-2.10.1.tar.gz b/django-rq-2.10.1.tar.gz new file mode 100644 index 0000000..977d5de --- /dev/null +++ b/django-rq-2.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30bfd694dd8357402b4915239e6945358768b79c73bfffa28ab00d2c11d7e8be +size 125201 diff --git a/django-rq-2.9.0.tar.gz b/django-rq-2.9.0.tar.gz deleted file mode 100644 index da35cd7..0000000 --- a/django-rq-2.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35992a43c35cc91d568cf5943b23c2b05c5f76aad42bdc1a505e54f6143800f8 -size 124739 diff --git a/python-django-rq.changes b/python-django-rq.changes index a95e9f0..14a01f4 100644 --- a/python-django-rq.changes +++ b/python-django-rq.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Jan 14 17:31:56 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-django-rq.spec b/python-django-rq.spec index 5baf3f3..a50f756 100644 --- a/python-django-rq.spec +++ b/python-django-rq.spec @@ -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