summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pillow_6.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pillow: update to 6.2.1Paul Eggleton2019-10-281-38/+0
| | | | | | | | | | | | | | Upstream release notes: https://pillow.readthedocs.io/en/stable/releasenotes/6.2.0.html https://pillow.readthedocs.io/en/stable/releasenotes/6.2.1.html Also fixes CVE-2019-16865: https://nvd.nist.gov/vuln/detail/CVE-2019-16865 Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pillow: Provide python3-imagingKhem Raj2019-08-111-0/+2
| | | | | | | | This is the maintained PIL fork for python3 now a days helps in writing/porting py2 recipes to py3 Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Tim Orling <TicoTimo@gmail.com>
* python3-pillow: Add python3-misc/logging/numbers to RDEPENDSOvidiu Panait2019-07-151-0/+6
| | | | | | | | | | | | | Fix the following issues: $ python3 -c 'from PIL import Image' ModuleNotFoundError: No module named 'pathlib' ... ModuleNotFoundError: No module named 'logging' ... ModuleNotFoundError: No module named 'numbers' Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pillow: 5.4.1 -> 6.1Ovidiu Panait2019-07-151-0/+30
Update python3-pillow to version 6.1 and refresh patches. License-Update: copyright years Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>