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-23 17:00:08 +1200
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-05-29 09:07:25 +0530
commitbe10315436bf2182cde9a74da4f0905e916c765c (patch)
tree77aa2c12549442e2594014cb07c602ed60b3a691 /meta-python/recipes-devtools/python/python3-huey_3.0.1.bb
parent4dc835862ba920c5304b063e709f195c0d6a4b9e (diff)
downloadmeta-openembedded-be10315436bf2182cde9a74da4f0905e916c765c.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> (cherry picked from commit c14a56b3581d43ba8665e86f17aa3b473d7dcb57) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@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