Accepting request 663293 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/663293 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pillow?expand=0&rev=33
This commit is contained in:
commit
9c644b74f3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ea3517cd5779843de8a759c2349a3cd8d3893e03ab47053b66d5ec6f8bc4f93
|
||||
size 15553718
|
3
Pillow-5.4.1.tar.gz
Normal file
3
Pillow-5.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5233664eadfa342c639b9b9977190d64ad7aca4edc51a966394d7e08e7f38a9f
|
||||
size 16016153
|
@ -1,3 +1,67 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 6 22:24:28 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- specfile:
|
||||
* update copyright year
|
||||
|
||||
- update to version 5.4.1:
|
||||
* File closing: Only close __fp if not fp #3540 [radarhere]
|
||||
* Fix build for Termux #3529 [pslacerda]
|
||||
* PNG: Detect MIME types #3525 [radarhere]
|
||||
* PNG: Handle IDAT chunks after image end #3532 [radarhere]
|
||||
|
||||
- changes from version 5.4.0:
|
||||
* Docs: Improved ImageChops documentation #3522 [radarhere]
|
||||
* Allow RGB and RGBA values for P image putpixel #3519 [radarhere]
|
||||
* Add APNG extension to PNG plugin #3501 [pirate486743186,
|
||||
radarhere]
|
||||
* Lookup ld.so.cache instead of hardcoding search paths #3245
|
||||
[pslacerda]
|
||||
* Added custom string TIFF tags #3513 [radarhere]
|
||||
* Improve setup.py configuration #3395 [diorcety]
|
||||
* Read textual chunks located after IDAT chunks for PNG #3506
|
||||
[radarhere]
|
||||
* Performance: Don't try to hash value if enum is empty #3503
|
||||
[Glandos]
|
||||
* Added custom int and float TIFF tags #3350 [radarhere]
|
||||
* Fixes for issues reported by static code analysis #3393
|
||||
[frenzymadness]
|
||||
* GIF: Wait until mode is normalized to copy im.info into
|
||||
encoderinfo #3187 [radarhere]
|
||||
* Docs: Add page of deprecations and removals #3486 [hugovk]
|
||||
* Travis CI: Upgrade PyPy from 5.8.0 to 6.0 #3488 [hugovk]
|
||||
* Travis CI: Allow lint job to fail #3467 [hugovk]
|
||||
* Resolve __fp when closing and deleting #3261 [radarhere]
|
||||
* Close exclusive fp before discarding #3461 [radarhere]
|
||||
* Updated open files documentation #3490 [radarhere]
|
||||
* Added libjpeg_turbo to check_feature #3493 [radarhere]
|
||||
* Change color table index background to tuple when saving as WebP
|
||||
#3471 [radarhere]
|
||||
* Allow arbitrary number of comment extension subblocks #3479
|
||||
[radarhere]
|
||||
* Ensure previous FLI frame is loaded before seeking to the next
|
||||
#3478 [radarhere]
|
||||
* ImageShow improvements #3450 [radarhere]
|
||||
* Depends: Update libimagequant to 2.12.2 #3442, libtiff to 4.0.10
|
||||
#3458, libwebp to 1.0.1 #3468, Tk Tcl to 8.6.9 #3465 [radarhere]
|
||||
* Check quality_layers type #3464 [radarhere]
|
||||
* Add context manager, __del__ and close methods to TarIO #3455
|
||||
[radarhere]
|
||||
* Test: Do not play sound when running screencapture command #3454
|
||||
[radarhere]
|
||||
* Close exclusive fp on open exception #3456 [radarhere]
|
||||
* Only close existing fp in WebP if fp is exclusive #3418
|
||||
[radarhere]
|
||||
* Docs: Re-add the downloads badge #3443 [hugovk]
|
||||
* Added negative index to PixelAccess #3406 [Nazime]
|
||||
* Change tuple background to global color table index when saving as
|
||||
GIF #3385 [radarhere]
|
||||
* Test: Improved ImageGrab tests #3424 [radarhere]
|
||||
* Flake8 fixes #3422, #3440 [radarhere, hugovk]
|
||||
* Only ask for YCbCr->RGB libtiff conversion for jpeg-compressed
|
||||
tiffs #3417 [kkopachev]
|
||||
* Optimise ImageOps.fit by combining resize and crop #3409 [homm]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 6 12:18:06 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-Pillow
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,7 +24,7 @@
|
||||
%bcond_with tk
|
||||
%endif
|
||||
Name: python-Pillow
|
||||
Version: 5.3.0
|
||||
Version: 5.4.1
|
||||
Release: 0
|
||||
Summary: Python Imaging Library (Fork)
|
||||
License: HPND
|
||||
|
Loading…
Reference in New Issue
Block a user