diff mbox series

[meta-python,3/3] python3-icecream: Upgrade 2.1.8 -> 2.1.9

Message ID 20260120120331.2092596-3-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/3] python3-pynacl: Upgrade 1.5.0 -> 1.6.2 | expand

Commit Message

Leon Anavi Jan. 20, 2026, 12:03 p.m. UTC
Upgrade to release 2.1.9:

- Removed support for Python 3.8.
- Fixed issues to improve lists output.

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-icecream_2.1.8.bb b/meta-python/recipes-devtools/python/python3-icecream_2.1.9.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-icecream_2.1.8.bb
rename to meta-python/recipes-devtools/python/python3-icecream_2.1.9.bb
index 71ad6ab98c..82b2039334 100644
--- a/meta-python/recipes-devtools/python/python3-icecream_2.1.8.bb
+++ b/meta-python/recipes-devtools/python/python3-icecream_2.1.9.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://github.com/gruns/icecream"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=eca5ce1610d64ed40920efdce85ff8d1"
 
-SRC_URI[sha256sum] = "37269bbc62b02f0d85bfaf3a0eb4df272c967fad059f7ddcdaee5303ea2b2a62"
+SRC_URI[sha256sum] = "e47b6477d29848949ee5050127aeb88fd30f1908e5cf29772e8a1a0fcdf15473"
 
 inherit pypi setuptools3