Accepting request 793245 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/793245 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=93
This commit is contained in:
parent
47204eb1dc
commit
7864c5a7d3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d9ed9a64095e031435af120d3c910148067087541131e82b3e8db302f4c8946
|
||||
size 38151111
|
3
Pillow-7.1.1.tar.gz
Normal file
3
Pillow-7.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f89ddc77cf421b8cd34ae852309501458942bf370831b4a9b406156b599a14e
|
||||
size 38939096
|
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 4 17:49:43 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 7.1.1:
|
||||
* Fix regression seeking and telling PNGs #4512 #4514 [hugovk,
|
||||
radarhere]
|
||||
|
||||
- changes from version 7.1.0:
|
||||
* Fix multiple OOB reads in FLI decoding #4503 [wiredfool]
|
||||
* Fix buffer overflow in SGI-RLE decoding #4504 [wiredfool, hugovk]
|
||||
* Fix bounds overflow in JPEG 2000 decoding #4505 [wiredfool]
|
||||
* Fix bounds overflow in PCX decoding #4506 [wiredfool]
|
||||
* Fix 2 buffer overflows in TIFF decoding #4507 [wiredfool]
|
||||
* Add APNG support #4243 [pmrowla, radarhere, hugovk]
|
||||
* ImageGrab.grab() for Linux with XCB #4260 [nulano, radarhere]
|
||||
* Added three new channel operations #4230 [dwastberg, radarhere]
|
||||
* Prevent masking of Image reduce method in Jpeg2KImagePlugin #4474
|
||||
[radarhere, homm]
|
||||
* Added reading of earlier ImageMagick PNG EXIF data #4471
|
||||
[radarhere]
|
||||
* Fixed endian handling for I;16 getextrema #4457 [radarhere]
|
||||
* Release buffer if function returns prematurely #4381 [radarhere]
|
||||
* Add JPEG comment to info dictionary #4455 [radarhere]
|
||||
* Fix size calculation of Image.thumbnail() #4404 [orlnub123]
|
||||
* Fixed stroke on FreeType < 2.9 #4401 [radarhere]
|
||||
* If present, only use alpha channel for bounding box #4454
|
||||
[radarhere]
|
||||
* Warn if an unknown feature is passed to features.check() #4438
|
||||
[jdufresne]
|
||||
* Fix Name field length when saving IM images #4424 [hugovk,
|
||||
radarhere]
|
||||
* Allow saving of zero quality JPEG images #4440 [radarhere]
|
||||
* Allow explicit zero width to hide outline #4334 [radarhere]
|
||||
* Change ContainerIO return type to match file object mode #4297
|
||||
[jdufresne, radarhere]
|
||||
* Only draw each polygon pixel once #4333 [radarhere]
|
||||
* Add support for shooting situation Exif IFD tags #4398 [alexagv]
|
||||
* Handle multiple and malformed JPEG APP13 markers #4370 [homm]
|
||||
* Depends: Update libwebp to 1.1.0 #4342, libjpeg to 9d #4352
|
||||
[radarhere]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 5 02:50:34 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
%bcond_with tk
|
||||
%endif
|
||||
Name: python-Pillow
|
||||
Version: 7.0.0
|
||||
Version: 7.1.1
|
||||
Release: 0
|
||||
Summary: Python Imaging Library (Fork)
|
||||
License: HPND
|
||||
|
Loading…
Reference in New Issue
Block a user