diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-05-19 19:38:59 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-20 21:18:34 -0700 |
| commit | c14a56b3581d43ba8665e86f17aa3b473d7dcb57 (patch) | |
| tree | ca87a8335a22be5aea33f66cbfbfc67915c58b85 /meta-python/recipes-devtools/python/python3-huey_3.0.1.bb | |
| parent | 9255649ec18a1ca08820fb847f3d84e022cab5e6 (diff) | |
| download | meta-openembedded-c14a56b3581d43ba8665e86f17aa3b473d7dcb57.tar.gz | |
python3-huey: upgrade 3.0.0 -> 3.0.1
Changelog:
==========
- Fix bug in redis version parsing when using Elasticache or any other that
sends major/minor. redis-py incorrectly parses these as floats because
there's only a single decimal, so the version check was breaking.
- Rename max task option --max-tasks (previously was --max_tasks).
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-huey_3.0.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-huey_3.0.1.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-huey_3.0.1.bb b/meta-python/recipes-devtools/python/python3-huey_3.0.1.bb new file mode 100644 index 0000000000..cbca3cef31 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-huey_3.0.1.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] = "83ca54fa77c4ee27349393212fc13088142244f491be903f620a9e46e8fca4ce" | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | python3-datetime \ | ||
| 12 | python3-logging \ | ||
| 13 | python3-multiprocessing \ | ||
| 14 | python3-json \ | ||
| 15 | " | ||
| 16 | |||
| 17 | inherit pypi python_setuptools_build_meta | ||
| 18 | |||
