From 3974f2087a085eaee7c0a2d539715e5f2a3977a2 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 25 Mar 2025 17:01:37 +0800 Subject: python3-huey: upgrade 2.5.2 -> 2.5.3 Changelog: ============ - Add support for a new SIGNAL_ENQUEUED. - Use FOR UPDATE SKIP LOCKED when supported by the database in the sql_huey storage engine. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-huey_2.5.2.bb | 18 ------------------ .../recipes-devtools/python/python3-huey_2.5.3.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-huey_2.5.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-huey_2.5.3.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-huey_2.5.2.bb b/meta-python/recipes-devtools/python/python3-huey_2.5.2.bb deleted file mode 100644 index 7829555b90..0000000000 --- a/meta-python/recipes-devtools/python/python3-huey_2.5.2.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "a little task queue for python" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4" - -PYPI_PACKAGE = "huey" - -SRC_URI[sha256sum] = "df33db474c05414ed40ee2110e9df692369871734da22d74ffb035a4bd74047f" - -RDEPENDS:${PN} += " \ - python3-datetime \ - python3-logging \ - python3-multiprocessing \ - python3-json \ -" - -inherit pypi setuptools3 - diff --git a/meta-python/recipes-devtools/python/python3-huey_2.5.3.bb b/meta-python/recipes-devtools/python/python3-huey_2.5.3.bb new file mode 100644 index 0000000000..cb033712d9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-huey_2.5.3.bb @@ -0,0 +1,18 @@ +SUMMARY = "a little task queue for python" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4" + +PYPI_PACKAGE = "huey" + +SRC_URI[sha256sum] = "089fc72b97fd26a513f15b09925c56fad6abe4a699a1f0e902170b37e85163c7" + +RDEPENDS:${PN} += " \ + python3-datetime \ + python3-logging \ + python3-multiprocessing \ + python3-json \ +" + +inherit pypi setuptools3 + -- cgit v1.2.3-54-g00ecf