15
0
forked from pool/python-Pillow

Accepting request 594555 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/594555
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=70
This commit is contained in:
Tomáš Chvátal
2018-04-08 06:43:57 +00:00
committed by Git OBS Bridge
parent b92cfff251
commit 2ae013d914
6 changed files with 55 additions and 46 deletions

View File

@@ -1,3 +1,52 @@
-------------------------------------------------------------------
Sat Apr 7 19:14:10 UTC 2018 - arun@gmx.de
- removed freetype-2.9.patch, included upstream
- removed pillow-non-iterable.patch, included upstream
- update to version 5.1.0:
* Close fp before return in ImagingSavePPM #3061 [kathryndavies]
* Added documentation for ICNS append_images #3051 [radarhere]
* Docs: Move intro text below its header #3021 [hugovk]
* CI: Rename appveyor.yml as .appveyor.yml #2978 [hugovk]
* Fix TypeError for JPEG2000 parser feed #3042 [hugovk]
* Certain corrupted jpegs can result in no data read #3023
[kkopachev]
* Add support for BLP file format #3007 [jleclanche]
* Simplify version checks #2998 [hugovk]
* Fix "invalid escape sequence" warning on Python 3.6+ #2996
[timgraham]
* Allow append_images to set .icns scaled images #3005 [radarhere]
* Support appending to existing PDFs #2965 [vashek]
* Fix and improve efficient saving of ICNS on macOS #3004
[radarhere]
* Build: Enable pip cache in AppVeyor build #3009 [thijstriemstra]
* Trim trailing whitespace #2985 [Metallicow]
* Docs: Correct reference to Image.new method #3000 [radarhere]
* Rearrange ImageFilter classes into alphabetical order #2990
[radarhere]
* Test: Remove duplicate line #2983 [radarhere]
* Build: Update AppVeyor PyPy version #3003 [radarhere]
* Tiff: Open 8 bit Tiffs with 5 or 6 channels, discarding extra
channels #2938 [homm]
* Readme: Added Twitter badge #2930 [hugovk]
* Removed __main__ code from ImageCms #2942 [radarhere]
* Test: Changed assert statements to unittest calls #2961
[radarhere]
* Depends: Update libimagequant to 2.11.10, raqm to 0.5.0, freetype
to 2.9 #3036, #3017, #2957 [radarhere]
* Remove _imaging.crc32 in favor of builtin Python crc32
implementation #2935 [wiredfool]
* Move Tk directory to src directory #2928 [hugovk]
* Enable pip cache in Travis CI #2933 [jdufresne]
* Remove unused and duplicate imports #2927 [radarhere]
* Docs: Changed documentation references to 2.x to 2.7 #2921
[radarhere]
* Fix memory leak when opening webp files #2974 [wiredfool]
* Setup: Fix "TypeError: 'NoneType' object is not iterable" for PPC
and CRUX #2951 [hugovk]
* Setup: Add libdirs for ppc64le and armv7l #2968 [nehaljwani]
-------------------------------------------------------------------
Mon Jan 15 10:01:18 UTC 2018 - tchvatal@suse.com