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 <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Leon Anavi
2025-11-20 18:58:54 +02:00
committed by Khem Raj
parent af4866a429
commit eb6fce8545

View File

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