diff mbox series

[meta-python,3/3] python3-pillow: Upgrade 11.3.0 -> 12.0.0

Message ID 20251120165854.2763894-3-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/3] python3-pydantic-core: Upgrade 2.41.1 -> 2.41.5 | expand

Commit Message

Leon Anavi Nov. 20, 2025, 4:58 p.m. UTC
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 <leon.anavi@konsulko.com>
---
 .../{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 mbox series

Patch

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} += " \