15
0
forked from pool/python-Pillow

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

update to latest version.

also see SR 336441 for updated python3 version
(both have update alternatives changed a bit)

OBS-URL: https://build.opensuse.org/request/show/336605
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=39
This commit is contained in:
Todd R
2015-10-06 09:20:34 +00:00
committed by Git OBS Bridge
parent 78447fef38
commit d79fc67a8d
4 changed files with 115 additions and 14 deletions

View File

@@ -1,3 +1,72 @@
-------------------------------------------------------------------
Mon Oct 5 06:15:05 UTC 2015 - arun@gmx.de
- specfile:
* added new binary files as update alternatives
* cleaned up update alternatives
* removed build command, since it will be rebuild during install anyway
(taken from python3 spec file)
- update to version 3.0.0:
* Check flush method existence for file-like object #1398 [mrTable,
radarhere]
* Added PDF multipage saving #1445 [radarhere]
* Removed deprecated code, Image.tostring, Image.fromstring,
Image.offset, ImageDraw.setink, ImageDraw.setfill, ImageFileIO,
ImageFont.FreeTypeFont and ImageFont.truetype file kwarg,
ImagePalette private _make functions, ImageWin.fromstring and
ImageWin.tostring #1343 [radarhere]
* Load more broken images #1428 [homm]
* Require zlib and libjpeg #1439 [wiredfool]
* Preserve alpha when converting from a QImage to a Pillow Image by
using png instead of ppm #1429 [ericfrederich]
* Qt needs 32 bit aligned image data #1430 [ericfrederich]
* Tiff ImageFileDirectory rewrite #1419 [anntzer, wiredfool, homm]
* Removed spammy debug logging #1423 [wiredfool]
* Save as GiF89a with support for animation parameters #1384
[radarhere]
* Correct convert matrix docs #1426 [wiredfool]
* Catch TypeError in _getexif #1414 [radarhere, wiredfool]
* Fix for UnicodeDecodeError in TiffImagePlugin #1416 [bogdan199,
wiredfool]
* Dedup code in image.open #1415 [wiredfool]
* Skip any number extraneous chars at the end of JPEG chunks #1337
[homm]
* Single threaded build for pypy3, refactor #1413 [wiredfool]
* Fix loading of truncated images with LOAD_TRUNCATED_IMAGES enabled
#1366 [homm]
* Documentation update for concepts: bands [merriam]
* Add Solaris/SmartOS include and library directories #1356
[njones11]
* Improved handling of getink color #1387 [radarhere]
* Disable compiler optimizations for topalette and tobilevel
functions for all msvc versions, fixes #1357 [cgohlke]
* Skip ImageFont_bitmap test if _imagingft C module is not installed
#1409 [homm]
* Add param documentation to ImagePalette #1381 [bwrsandman]
* Corrected scripts path #1407 [radarhere]
* Updated libtiff to 4.0.6 #1405, #1421 [radarhere]
* Updated Platform Support for Yosemite #1403 [radarhere]
* Fixed infinite loop on truncated file #1401 [radarhere]
* Check that images are L mode in ImageMorph methods #1400
[radarhere]
* In tutorial of pasting images, add to mask text #1389 [merriam]
* Style/health fixes #1391, #1397, #1417, #1418 [radarhere]
* Test on Python 3.5 dev and 3.6 nightly #1361 [hugovk]
* Fix fast rotate operations #1373 [radarhere]
* Added support for pathlib Path objects to open and save #1372
[radarhere]
* Changed register calls to use format property #1333 [radarhere]
* Added support for ImageGrab.grab to OS X #1367, #1443 [radarhere,
hugovk]
* Fixed PSDraw stdout Python 3 compatibility #1365 [radarhere]
* Added Python 3.3 to AppVeyor #1363 [radarhere]
* Treat MPO with unknown header as base JPEG file #1350 [hugovk,
radarhere]
* Added various tests #1330, #1344 [radarhere]
* More ImageFont tests #1327 [hugovk]
* Use logging instead of print #1207 [anntzer]
-------------------------------------------------------------------
Wed Jul 29 07:19:04 UTC 2015 - jacobwinski@gmail.com