summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2026-01-20 14:03:31 +0200
committerKhem Raj <raj.khem@gmail.com>2026-01-20 08:27:14 -0800
commit36d480b9e190be54ba0cbca73472b9b7ccfcba75 (patch)
tree7b64beb6449342b5515ebe91cfe0161d67983655
parent6c439b75a9637cbc7c28a544e31546bd98895d8e (diff)
downloadmeta-openembedded-36d480b9e190be54ba0cbca73472b9b7ccfcba75.tar.gz
python3-icecream: Upgrade 2.1.8 -> 2.1.9
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-icecream_2.1.9.bb (renamed from meta-python/recipes-devtools/python/python3-icecream_2.1.8.bb)2
1 files changed, 1 insertions, 1 deletions
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
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"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=eca5ce1610d64ed40920efdce85ff8d1" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=eca5ce1610d64ed40920efdce85ff8d1"
5 5
6SRC_URI[sha256sum] = "37269bbc62b02f0d85bfaf3a0eb4df272c967fad059f7ddcdaee5303ea2b2a62" 6SRC_URI[sha256sum] = "e47b6477d29848949ee5050127aeb88fd30f1908e5cf29772e8a1a0fcdf15473"
7 7
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9