From 259d5988768dada3066b300fecf89f0697fabd26 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 20 Jul 2026 17:34:24 +0300 Subject: [PATCH] python3-imageio: Upgrade 2.37.3 -> 2.37.4 Upgrade to release 2.37.4: - Set filename parameter of FileNotFoundError exception - Fix typos in docstrings and comments Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../{python3-imageio_2.37.3.bb => python3-imageio_2.37.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-imageio_2.37.3.bb => python3-imageio_2.37.4.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.37.3.bb b/meta-python/recipes-devtools/python/python3-imageio_2.37.4.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-imageio_2.37.3.bb rename to meta-python/recipes-devtools/python/python3-imageio_2.37.4.bb index b90f1ba863..5beb1c5239 100644 --- a/meta-python/recipes-devtools/python/python3-imageio_2.37.3.bb +++ b/meta-python/recipes-devtools/python/python3-imageio_2.37.4.bb @@ -5,7 +5,7 @@ SECTION = "devel/python" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=6c492278d46e42af592aa26d7cab1e54" -SRC_URI[sha256sum] = "bbb37efbfc4c400fcd534b367b91fcd66d5da639aaa138034431a1c5e0a41451" +SRC_URI[sha256sum] = "e45cbc5e83502047fb138f7f585f7f105a136a57eea5f4b3cfc6ce1b52720bd3" inherit pypi python_setuptools_build_meta