From 6a1b55176e7af5fa8e43d15a46c4bd57b7d05782 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 27 Dec 2022 14:44:12 +0800 Subject: [PATCH] python3-imageio: upgrade 2.22.4 -> 2.23.0 Changelog: ========== Feature -------- Add support for Python 3.11 (#920) (e4146a1) Other ------- Exclude py3.11 on windows (#917) (c57e31c) GitHub Actions add Python 3.11 to the testing (#916) (8d49551) Add migration instructions for as_gray in new pillow plugin. (#913) (b3b040a) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-imageio_2.22.4.bb => python3-imageio_2.23.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-imageio_2.22.4.bb => python3-imageio_2.23.0.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.22.4.bb b/meta-python/recipes-devtools/python/python3-imageio_2.23.0.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-imageio_2.22.4.bb rename to meta-python/recipes-devtools/python/python3-imageio_2.23.0.bb index 9197730609..99579398bd 100644 --- a/meta-python/recipes-devtools/python/python3-imageio_2.22.4.bb +++ b/meta-python/recipes-devtools/python/python3-imageio_2.23.0.bb @@ -5,7 +5,7 @@ SECTION = "devel/python" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=24cb9a367a9e641b459a01c4d15256ba" -SRC_URI[sha256sum] = "0fae027addf02bc89c73a56cc157ad84557f8b8b84aa19b4cb706fefca2d88ff" +SRC_URI[sha256sum] = "cb635709765e527c94890b4fbb6870e59213fe182a1c8086d167eb3626073cbd" inherit pypi setuptools3