diff mbox series

[meta-python] python3-pillow: upgrade 10.0.0 -> 10.0.1

Message ID 1695109791-7928-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-pillow: upgrade 10.0.0 -> 10.0.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Sept. 19, 2023, 7:49 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
Updated libwebp to 1.3.2 #7395
Updated zlib to 1.3 #7344

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-pillow_10.0.0.bb => python3-pillow_10.0.1.bb}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pillow_10.0.0.bb => python3-pillow_10.0.1.bb} (91%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pillow_10.0.0.bb b/meta-python/recipes-devtools/python/python3-pillow_10.0.1.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-pillow_10.0.0.bb
rename to meta-python/recipes-devtools/python/python3-pillow_10.0.1.bb
index 8683ef2287..055b41bfa5 100644
--- a/meta-python/recipes-devtools/python/python3-pillow_10.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pillow_10.0.1.bb
@@ -5,7 +5,7 @@  HOMEPAGE = "https://pillow.readthedocs.io"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b22dc6b663b9175820e5e03337c7596b"
 
-SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=main;protocol=https \
+SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=10.0.x;protocol=https \
            file://0001-support-cross-compiling.patch \
            file://0001-explicitly-set-compile-options.patch \
            file://run-ptest \
@@ -62,4 +62,4 @@  do_install_ptest() {
 
 BBCLASSEXTEND = "native"
 
-SRCREV = "6e28ed1f36d0eb74053af54e1eddc9c29db698cd"
+SRCREV = "e34d346f10c0b1c814661e662a3e0c1ef084cf1c"