From eb6fce85453dc3eb871bd29faa5b33e95c673dbb Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 20 Nov 2025 18:58:54 +0200 Subject: [PATCH] python3-pillow: Upgrade 11.3.0 -> 12.0.0 Upgrade to release 12.0.0: - Fix issue with forward references in parent TypedDict classes - Exclude fields with exclude_if from JSON Schema required fields - Revert URL percent-encoding of credentials in the build() method of the AnyUrl and Dsn types - Add type inference for IP address types - Avoid getting default values from defaultdict - Fix issue with field serializers on nested typed dictionaries This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../{python3-pillow_11.3.0.bb => python3-pillow_12.0.0.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pillow_11.3.0.bb => python3-pillow_12.0.0.bb} (94%) diff --git a/meta-python/recipes-devtools/python/python3-pillow_11.3.0.bb b/meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb similarity index 94% rename from meta-python/recipes-devtools/python/python3-pillow_11.3.0.bb rename to meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb index de88160e25..4db5db1572 100644 --- a/meta-python/recipes-devtools/python/python3-pillow_11.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a1b708da743e3fc0e5c35e92daac0bf8" SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=main;protocol=https;tag=${PV} \ file://0001-support-cross-compiling.patch \ " -SRCREV = "89f1f4626a2aaf5f3d5ca6437f41def2998fbe09" +SRCREV = "693df7b42c666f88c719f9973be0ad71607328e0" inherit python_setuptools_build_meta ptest-python-pytest @@ -34,6 +34,7 @@ DEPENDS += " \ freetype \ lcms \ openjpeg \ + python3-pybind11-native \ " RDEPENDS:${PN} += " \