summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-huey_3.0.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-05-19 19:38:59 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-20 21:18:34 -0700
commitc14a56b3581d43ba8665e86f17aa3b473d7dcb57 (patch)
treeca87a8335a22be5aea33f66cbfbfc67915c58b85 /meta-python/recipes-devtools/python/python3-huey_3.0.1.bb
parent9255649ec18a1ca08820fb847f3d84e022cab5e6 (diff)
downloadmeta-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.bb18
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 @@
1SUMMARY = "a little task queue for python"
2SECTION = "devel/python"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4"
5
6PYPI_PACKAGE = "huey"
7
8SRC_URI[sha256sum] = "83ca54fa77c4ee27349393212fc13088142244f491be903f620a9e46e8fca4ce"
9
10RDEPENDS:${PN} += " \
11 python3-datetime \
12 python3-logging \
13 python3-multiprocessing \
14 python3-json \
15"
16
17inherit pypi python_setuptools_build_meta
18