summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2025-11-20 18:58:54 +0200
committerKhem Raj <raj.khem@gmail.com>2025-11-20 10:30:33 -0800
commiteb6fce85453dc3eb871bd29faa5b33e95c673dbb (patch)
tree5df3741c32e9a5e0c8c287b0badcf152d5972d75
parentaf4866a42932afbc3f4104c4dbc2f3e95f0227ff (diff)
downloadmeta-openembedded-eb6fce85453dc3eb871bd29faa5b33e95c673dbb.tar.gz
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>
-rw-r--r--meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb (renamed from meta-python/recipes-devtools/python/python3-pillow_11.3.0.bb)3
1 files changed, 2 insertions, 1 deletions
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
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"
8SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=main;protocol=https;tag=${PV} \ 8SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=main;protocol=https;tag=${PV} \
9 file://0001-support-cross-compiling.patch \ 9 file://0001-support-cross-compiling.patch \
10 " 10 "
11SRCREV = "89f1f4626a2aaf5f3d5ca6437f41def2998fbe09" 11SRCREV = "693df7b42c666f88c719f9973be0ad71607328e0"
12 12
13inherit python_setuptools_build_meta ptest-python-pytest 13inherit python_setuptools_build_meta ptest-python-pytest
14 14
@@ -34,6 +34,7 @@ DEPENDS += " \
34 freetype \ 34 freetype \
35 lcms \ 35 lcms \
36 openjpeg \ 36 openjpeg \
37 python3-pybind11-native \
37" 38"
38 39
39RDEPENDS:${PN} += " \ 40RDEPENDS:${PN} += " \