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 <[email protected]> --- .../{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} += " \ -- 2.47.3
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#121953): https://lists.openembedded.org/g/openembedded-devel/message/121953 Mute This Topic: https://lists.openembedded.org/mt/116393891/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
