From 15de18fae4bd3a435d57a27063e3d9001c9654c4d268a373df06fc334c677e59 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 3 Nov 2025 14:32:20 +0000 Subject: [PATCH] Accepting request 1314901 from home:glaubitz:branches:devel:languages:python - Update to 2.5.4 * Minor bug fixes. * Fix multiprocessing start method for python 3.14+. - Remove empty file from source - Reprase %decription text - Rephrase Summary text OBS-URL: https://build.opensuse.org/request/show/1314901 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-huey?expand=0&rev=9 --- huey-2.5.3.tar.gz | 3 --- huey-2.5.4.tar.gz | 3 +++ python-huey.changes | 10 ++++++++++ python-huey.spec | 29 ++++++++++++++++++++++++++--- 4 files changed, 39 insertions(+), 6 deletions(-) delete mode 100644 huey-2.5.3.tar.gz create mode 100644 huey-2.5.4.tar.gz diff --git a/huey-2.5.3.tar.gz b/huey-2.5.3.tar.gz deleted file mode 100644 index 824343a..0000000 --- a/huey-2.5.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:089fc72b97fd26a513f15b09925c56fad6abe4a699a1f0e902170b37e85163c7 -size 836918 diff --git a/huey-2.5.4.tar.gz b/huey-2.5.4.tar.gz new file mode 100644 index 0000000..6f6283a --- /dev/null +++ b/huey-2.5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b7fb217b640fbb46efc4f4681b446b40726593522f093e8ef27c4a8fcb6cfbb +size 848666 diff --git a/python-huey.changes b/python-huey.changes index 04703bc..66cb8be 100644 --- a/python-huey.changes +++ b/python-huey.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Oct 31 13:55:55 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 2.5.4 + * Minor bug fixes. + * Fix multiprocessing start method for python 3.14+. +- Remove empty file from source +- Reprase %decription text +- Rephrase Summary text + ------------------------------------------------------------------- Mon Apr 7 12:46:10 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-huey.spec b/python-huey.spec index 68db3f2..54282b8 100644 --- a/python-huey.spec +++ b/python-huey.spec @@ -18,9 +18,9 @@ %{?sle15_python_module_pythons} Name: python-huey -Version: 2.5.3 +Version: 2.5.4 Release: 0 -Summary: huey, a little task queue +Summary: A little task queue for Python License: MIT URL: http://github.com/coleifer/huey/ Source: https://files.pythonhosted.org/packages/source/h/huey/huey-%{version}.tar.gz @@ -38,10 +38,33 @@ BuildArch: noarch %python_subpackages %description -huey, a little task queue +Huey is a little task queue for Python. + +Huey is: + + * a task queue + * written in python + * clean and simple API + * redis, sqlite, file-system, or in-memory storage + * example code. + * read the documentation. + +Huey supports: + + * multi-process, multi-thread or greenlet task execution models + * schedule tasks to execute at a given time, or after a given delay + * schedule recurring tasks, like a crontab + * automatically retry tasks that fail + * task prioritization + * task result storage + * task expiration + * task locking + * task pipelines and chains %prep %autosetup -p1 -n huey-%{version} +# Remove empty file from source +rm huey/contrib/djhuey/models.py %build %pyproject_wheel