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/recipes-devtools/python/python3-huey_2.5.3.bb | |
| 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/recipes-devtools/python/python3-huey_2.5.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-huey_2.5.3.bb | 18 |
1 files changed, 18 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "a little task queue for python" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4" | ||
| 5 | |||
| 6 | PYPI_PACKAGE = "huey" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "089fc72b97fd26a513f15b09925c56fad6abe4a699a1f0e902170b37e85163c7" | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | python3-datetime \ | ||
| 12 | python3-logging \ | ||
| 13 | python3-multiprocessing \ | ||
| 14 | python3-json \ | ||
| 15 | " | ||
| 16 | |||
| 17 | inherit pypi setuptools3 | ||
| 18 | |||
