diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-07-07 16:09:11 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-07-08 09:17:50 -0700 |
| commit | a5fc60071f0a0a16096792c4e1970d31f5964539 (patch) | |
| tree | 05a760c8fed84aa0045874321ba5ebaecc48e4bb /meta-python/recipes-devtools/python/python3-pillow_8.3.1.bb | |
| parent | d28805fc134ad4147e8fcdc93d1fb7688b4aa0a4 (diff) | |
| download | meta-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/python3-pillow_8.3.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pillow_8.3.1.bb | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow_8.3.1.bb b/meta-python/recipes-devtools/python/python3-pillow_8.3.1.bb new file mode 100644 index 0000000000..045357a6ad --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pillow_8.3.1.bb | |||
| @@ -0,0 +1,37 @@ | |||
| 1 | SUMMARY = "Python Imaging Library (Fork). Pillow is the friendly PIL fork by Alex \ | ||
| 2 | Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and \ | ||
| 3 | Contributors." | ||
| 4 | HOMEPAGE = "https://pillow.readthedocs.io" | ||
| 5 | LICENSE = "MIT" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0337b116233da4616ae9fdb130bf6f1a" | ||
| 7 | |||
| 8 | SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=8.3.x \ | ||
| 9 | file://0001-support-cross-compiling.patch \ | ||
| 10 | file://0001-explicitly-set-compile-options.patch \ | ||
| 11 | " | ||
| 12 | SRCREV ?= "92933b86574b9c80764bf52c357ed29e1ef53382" | ||
| 13 | |||
| 14 | inherit setuptools3 | ||
| 15 | |||
| 16 | DEPENDS += " \ | ||
| 17 | zlib \ | ||
| 18 | jpeg \ | ||
| 19 | tiff \ | ||
| 20 | freetype \ | ||
| 21 | lcms \ | ||
| 22 | openjpeg \ | ||
| 23 | " | ||
| 24 | |||
| 25 | RDEPENDS_${PN} += " \ | ||
| 26 | ${PYTHON_PN}-misc \ | ||
| 27 | ${PYTHON_PN}-logging \ | ||
| 28 | ${PYTHON_PN}-numbers \ | ||
| 29 | " | ||
| 30 | |||
| 31 | CVE_PRODUCT = "pillow" | ||
| 32 | |||
| 33 | S = "${WORKDIR}/git" | ||
| 34 | |||
| 35 | RPROVIDES_${PN} += "python3-imaging" | ||
| 36 | |||
| 37 | BBCLASSEXTEND = "native" | ||
