diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-09-19 15:49:51 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-20 15:34:03 -0700 |
commit | 47ad5a55e8aaf7de15e9a728482b2da0dfb65818 (patch) | |
tree | e0685c2fb059e1f7cfe5f84691eec85596f21be2 /meta-python/recipes-devtools | |
parent | 528d98f59059f4d17cc23a0b187cf731121cadc3 (diff) | |
download | meta-openembedded-47ad5a55e8aaf7de15e9a728482b2da0dfb65818.tar.gz |
python3-pillow: upgrade 10.0.0 -> 10.0.1
Changelog:
===========
Updated libwebp to 1.3.2 #7395
Updated zlib to 1.3 #7344
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pillow_10.0.1.bb (renamed from meta-python/recipes-devtools/python/python3-pillow_10.0.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
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 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" | |||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b22dc6b663b9175820e5e03337c7596b" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b22dc6b663b9175820e5e03337c7596b" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=main;protocol=https \ | 8 | SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=10.0.x;protocol=https \ |
9 | file://0001-support-cross-compiling.patch \ | 9 | file://0001-support-cross-compiling.patch \ |
10 | file://0001-explicitly-set-compile-options.patch \ | 10 | file://0001-explicitly-set-compile-options.patch \ |
11 | file://run-ptest \ | 11 | file://run-ptest \ |
@@ -62,4 +62,4 @@ do_install_ptest() { | |||
62 | 62 | ||
63 | BBCLASSEXTEND = "native" | 63 | BBCLASSEXTEND = "native" |
64 | 64 | ||
65 | SRCREV = "6e28ed1f36d0eb74053af54e1eddc9c29db698cd" | 65 | SRCREV = "e34d346f10c0b1c814661e662a3e0c1ef084cf1c" |