From 22d9e56d0df3964c5996af75f276d660574b9b1ffe94d91bf4976f5685d53101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 7 Apr 2025 13:33:21 +0000 Subject: [PATCH] Accepting request 1267667 from home:glaubitz:branches:devel:languages:python - Update to 2.5.3 * Add support for a new `SIGNAL_ENQUEUED`. * Use `FOR UPDATE SKIP LOCKED` when supported by the database in the `sql_huey` storage engine. OBS-URL: https://build.opensuse.org/request/show/1267667 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-huey?expand=0&rev=7 --- huey-2.5.2.tar.gz | 3 --- huey-2.5.3.tar.gz | 3 +++ python-huey.changes | 8 ++++++++ python-huey.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 huey-2.5.2.tar.gz create mode 100644 huey-2.5.3.tar.gz diff --git a/huey-2.5.2.tar.gz b/huey-2.5.2.tar.gz deleted file mode 100644 index c301778..0000000 --- a/huey-2.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df33db474c05414ed40ee2110e9df692369871734da22d74ffb035a4bd74047f -size 889357 diff --git a/huey-2.5.3.tar.gz b/huey-2.5.3.tar.gz new file mode 100644 index 0000000..824343a --- /dev/null +++ b/huey-2.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:089fc72b97fd26a513f15b09925c56fad6abe4a699a1f0e902170b37e85163c7 +size 836918 diff --git a/python-huey.changes b/python-huey.changes index 299206f..04703bc 100644 --- a/python-huey.changes +++ b/python-huey.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Apr 7 12:46:10 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 2.5.3 + * Add support for a new `SIGNAL_ENQUEUED`. + * Use `FOR UPDATE SKIP LOCKED` when supported by the database + in the `sql_huey` storage engine. + ------------------------------------------------------------------- Wed Jan 22 11:03:56 UTC 2025 - Daniel Garcia diff --git a/python-huey.spec b/python-huey.spec index 6761c05..68db3f2 100644 --- a/python-huey.spec +++ b/python-huey.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-huey -Version: 2.5.2 +Version: 2.5.3 Release: 0 Summary: huey, a little task queue License: MIT