diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-03-25 17:01:37 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-25 09:33:55 -0700 |
commit | 3974f2087a085eaee7c0a2d539715e5f2a3977a2 (patch) | |
tree | be4550da2523de5ed36d67ece2e629b82cdb8569 /meta-python | |
parent | ca8e801f2ba103e79bfce7ec90b606c70e841357 (diff) | |
download | meta-openembedded-3974f2087a085eaee7c0a2d539715e5f2a3977a2.tar.gz |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-huey_2.5.3.bb (renamed from meta-python/recipes-devtools/python/python3-huey_2.5.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-huey_2.5.2.bb b/meta-python/recipes-devtools/python/python3-huey_2.5.3.bb index 7829555b90..cb033712d9 100644 --- a/meta-python/recipes-devtools/python/python3-huey_2.5.2.bb +++ b/meta-python/recipes-devtools/python/python3-huey_2.5.3.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4" | |||
5 | 5 | ||
6 | PYPI_PACKAGE = "huey" | 6 | PYPI_PACKAGE = "huey" |
7 | 7 | ||
8 | SRC_URI[sha256sum] = "df33db474c05414ed40ee2110e9df692369871734da22d74ffb035a4bd74047f" | 8 | SRC_URI[sha256sum] = "089fc72b97fd26a513f15b09925c56fad6abe4a699a1f0e902170b37e85163c7" |
9 | 9 | ||
10 | RDEPENDS:${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | python3-datetime \ | 11 | python3-datetime \ |