diff mbox series

[meta-python,2/2] python3-huey: Upgrade 2.5.4 -> 2.5.5

Message ID 20251205105355.1922620-2-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/2] python3-multidict: Upgrade 6.6.3 -> 6.7.0 | expand

Commit Message

Leon Anavi Dec. 5, 2025, 10:53 a.m. UTC
Upgrade to release 2.5.5:

- Fix for pypi

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-huey_2.5.4.bb => python3-huey_2.5.5.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-huey_2.5.4.bb => python3-huey_2.5.5.bb} (78%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-huey_2.5.4.bb b/meta-python/recipes-devtools/python/python3-huey_2.5.5.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-huey_2.5.4.bb
rename to meta-python/recipes-devtools/python/python3-huey_2.5.5.bb
index 9402dee2f1..d80ece1fc7 100644
--- a/meta-python/recipes-devtools/python/python3-huey_2.5.4.bb
+++ b/meta-python/recipes-devtools/python/python3-huey_2.5.5.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4"
 
 PYPI_PACKAGE = "huey"
 
-SRC_URI[sha256sum] = "4b7fb217b640fbb46efc4f4681b446b40726593522f093e8ef27c4a8fcb6cfbb"
+SRC_URI[sha256sum] = "a39010628a9a1a9e91462f9bf33dc243b006a9f21193026ea47ae18949a12581"
 
 RDEPENDS:${PN} += " \
 	python3-datetime \