summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-07-07 16:09:11 +0300
committerKhem Raj <raj.khem@gmail.com>2021-07-08 09:17:50 -0700
commita5fc60071f0a0a16096792c4e1970d31f5964539 (patch)
tree05a760c8fed84aa0045874321ba5ebaecc48e4bb /meta-python/recipes-devtools/python
parentd28805fc134ad4147e8fcdc93d1fb7688b4aa0a4 (diff)
downloadmeta-openembedded-a5fc60071f0a0a16096792c4e1970d31f5964539.tar.gz
python3-pillow: Upgrade 8.2.0 -> 8.3.1
Upgrade to release 8.3.1: - Catch OSError when checking if fp is sys.stdout - Handle removing orientation from alternate types of EXIF data - Make Image.__array__ take optional dtype argument Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pillow_8.3.1.bb (renamed from meta-python/recipes-devtools/python/python3-pillow_8.2.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow_8.2.0.bb b/meta-python/recipes-devtools/python/python3-pillow_8.3.1.bb
index 3241230d1..045357a6a 100644
--- a/meta-python/recipes-devtools/python/python3-pillow_8.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pillow_8.3.1.bb
@@ -5,11 +5,11 @@ HOMEPAGE = "https://pillow.readthedocs.io"
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=0337b116233da4616ae9fdb130bf6f1a" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=0337b116233da4616ae9fdb130bf6f1a"
7 7
8SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=8.2.x \ 8SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=8.3.x \
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" 11"
12SRCREV ?= "e0e353c0ef7516979a9aedce3792596649ce4433" 12SRCREV ?= "92933b86574b9c80764bf52c357ed29e1ef53382"
13 13
14inherit setuptools3 14inherit setuptools3
15 15