summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--meta-python/recipes-devtools/python/python3-huey_3.0.1.bb (renamed from meta-python/recipes-devtools/python/python3-huey_3.0.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-huey_3.0.0.bb b/meta-python/recipes-devtools/python/python3-huey_3.0.1.bb
index f07383ed45..cbca3cef31 100644
--- a/meta-python/recipes-devtools/python/python3-huey_3.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-huey_3.0.1.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4"
5 5
6PYPI_PACKAGE = "huey" 6PYPI_PACKAGE = "huey"
7 7
8SRC_URI[sha256sum] = "0cfc83617b90132b0d375a3a3726aa7263cd461e7ae12af79b3a94e2630afaf5" 8SRC_URI[sha256sum] = "83ca54fa77c4ee27349393212fc13088142244f491be903f620a9e46e8fca4ce"
9 9
10RDEPENDS:${PN} += " \ 10RDEPENDS:${PN} += " \
11 python3-datetime \ 11 python3-datetime \