This update for python-Pillow fixes the following security issues:
CVE-2016-0775: Fixed a buffer overflow in FliDecode.c causing a segfault when opening
FLI files. (bsc#965582)
CVE-2016-0740: Fixed a buffer overflow in TiffDecode.c causing an arbitrary amount of
memory to be overwritten when opening a specially crafted invalid TIFF
file. (bsc#965579)
Fixed an integer overflow in Resample.c causing writes in the Python heap.
Fixed a buffer overflow in PcdDecode.c causing a segfault when opening
PhotoCD files.