summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-02-23 20:18:48 +0100
committerKhem Raj <raj.khem@gmail.com>2026-02-24 22:30:28 -0800
commitb76163f1bb22750f50be1db86eff4d4a08d180cf (patch)
tree04fbd74347e02966ab5d128af24b2c285903d9e8 /meta-python
parent23ac8a6f3620b17d5a0d810c7c094f7675e97a6a (diff)
downloadmeta-openembedded-b76163f1bb22750f50be1db86eff4d4a08d180cf.tar.gz
python3-pillow: upgrade 12.1.0 -> 12.1.1
Contains fix for CVE-2026-25990 Ptests passed successfully: Testsuite summary TOTAL: 5024 PASS: 4587 SKIP: 434 XFAIL: 3 FAIL: 0 XPASS: 0 ERROR: 0 Changelog: Patch libavif for svt-av1 4.0 compatibility Fix OOB Write with invalid tile extents Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pillow_12.1.1.bb (renamed from meta-python/recipes-devtools/python/python3-pillow_12.1.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow_12.1.0.bb b/meta-python/recipes-devtools/python/python3-pillow_12.1.1.bb
index 83231cad06..2b3660fc56 100644
--- a/meta-python/recipes-devtools/python/python3-pillow_12.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pillow_12.1.1.bb
@@ -5,10 +5,10 @@ HOMEPAGE = "https://pillow.readthedocs.io"
5LICENSE = "MIT-CMU" 5LICENSE = "MIT-CMU"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=a1b708da743e3fc0e5c35e92daac0bf8" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=a1b708da743e3fc0e5c35e92daac0bf8"
7 7
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=12.1.x;protocol=https;tag=${PV} \
9 file://0001-support-cross-compiling.patch \ 9 file://0001-support-cross-compiling.patch \
10 " 10 "
11SRCREV = "46f45f674d47b5d8bc54230dda8fe9e214598b87" 11SRCREV = "5158d98c807e719c5938aa3886913ef0ea6814e9"
12 12
13inherit python_setuptools_build_meta ptest-python-pytest 13inherit python_setuptools_build_meta ptest-python-pytest
14 14