From 420835038b245b90dc43e8d3168b28d9f29b5f88c6e67be7ee1dcba6e9fc3524 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 7 Jan 2019 08:51:19 +0000 Subject: [PATCH] Accepting request 663220 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/663220 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=78 --- Pillow-5.3.0.tar.gz | 3 -- Pillow-5.4.1.tar.gz | 3 ++ python-Pillow.changes | 64 +++++++++++++++++++++++++++++++++++++++++++ python-Pillow.spec | 4 +-- 4 files changed, 69 insertions(+), 5 deletions(-) delete mode 100644 Pillow-5.3.0.tar.gz create mode 100644 Pillow-5.4.1.tar.gz diff --git a/Pillow-5.3.0.tar.gz b/Pillow-5.3.0.tar.gz deleted file mode 100644 index 2714348..0000000 --- a/Pillow-5.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ea3517cd5779843de8a759c2349a3cd8d3893e03ab47053b66d5ec6f8bc4f93 -size 15553718 diff --git a/Pillow-5.4.1.tar.gz b/Pillow-5.4.1.tar.gz new file mode 100644 index 0000000..23fcd67 --- /dev/null +++ b/Pillow-5.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5233664eadfa342c639b9b9977190d64ad7aca4edc51a966394d7e08e7f38a9f +size 16016153 diff --git a/python-Pillow.changes b/python-Pillow.changes index d99e358..a7d5618 100644 --- a/python-Pillow.changes +++ b/python-Pillow.changes @@ -1,3 +1,67 @@ +------------------------------------------------------------------- +Sun Jan 6 22:24:28 UTC 2019 - Arun Persaud + +- 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 diff --git a/python-Pillow.spec b/python-Pillow.spec index a00aa46..d054dde 100644 --- a/python-Pillow.spec +++ b/python-Pillow.spec @@ -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