diff options
author | adam <adam@pkgsrc.org> | 2019-01-02 12:16:42 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-01-02 12:16:42 +0000 |
commit | 12e75aa0ff911bd36d41570a8afc136e918d2309 (patch) | |
tree | 8c2472eb9a3a1468a8d27136c5b7758affbd52d6 /graphics/py-Pillow | |
parent | 5bce58b4c10efd39a267a8b8cbbf1c2cf274256a (diff) | |
download | pkgsrc-12e75aa0ff911bd36d41570a8afc136e918d2309.tar.gz |
py-Pillow: updated to 5.4.0
5.4.0:
- Docs: Improved ImageChops documentation
- Allow RGB and RGBA values for P image putpixel
- Add APNG extension to PNG plugin
- Lookup ld.so.cache instead of hardcoding search paths
- Added custom string TIFF tags
- Improve setup.py configuration
- Read textual chunks located after IDAT chunks for PNG
- Performance: Don't try to hash value if enum is empty
- Added custom int and float TIFF tags
- Fixes for issues reported by static code analysis
- GIF: Wait until mode is normalized to copy im.info into encoderinfo
- Docs: Add page of deprecations and removals
- Travis CI: Upgrade PyPy from 5.8.0 to 6.0
- Travis CI: Allow lint job to fail
- Resolve __fp when closing and deleting
- Close exclusive fp before discarding
- Updated open files documentation
- Added libjpeg_turbo to check_feature
- Change color table index background to tuple when saving as WebP
- Allow arbitrary number of comment extension subblocks
- Ensure previous FLI frame is loaded before seeking to the next
- ImageShow improvements
- Depends: Update libimagequant to 2.12.2, libtiff to 4.0.10, libwebp to 1.0.1, Tk Tcl to 8.6.9
- Check quality_layers type
- Add context manager, __del__ and close methods to TarIO
- Test: Do not play sound when running screencapture command
- Close exclusive fp on open exception
- Only close existing fp in WebP if fp is exclusive
- Docs: Re-add the downloads badge
- Added negative index to PixelAccess
- Change tuple background to global color table index when saving as GIF
- Test: Improved ImageGrab tests
- Flake8 fixes
- Only ask for YCbCr->RGB libtiff conversion for jpeg-compressed tiffs
- Optimise ImageOps.fit by combining resize and crop
Diffstat (limited to 'graphics/py-Pillow')
-rw-r--r-- | graphics/py-Pillow/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-Pillow/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/py-Pillow/Makefile b/graphics/py-Pillow/Makefile index 3ef64a7978d..ab3380c84a0 100644 --- a/graphics/py-Pillow/Makefile +++ b/graphics/py-Pillow/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2018/10/02 09:10:46 adam Exp $ +# $NetBSD: Makefile,v 1.42 2019/01/02 12:16:42 adam Exp $ -DISTNAME= Pillow-5.3.0 +DISTNAME= Pillow-5.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pillow/} diff --git a/graphics/py-Pillow/distinfo b/graphics/py-Pillow/distinfo index c5ecde720e5..d6d5397e44e 100644 --- a/graphics/py-Pillow/distinfo +++ b/graphics/py-Pillow/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.34 2018/10/02 09:10:46 adam Exp $ +$NetBSD: distinfo,v 1.35 2019/01/02 12:16:42 adam Exp $ -SHA1 (Pillow-5.3.0.tar.gz) = b1d2d766b82efe28958025e4b3ee109e591cb483 -RMD160 (Pillow-5.3.0.tar.gz) = 5442d263857277761830878b8aa109038a23f2b2 -SHA512 (Pillow-5.3.0.tar.gz) = 0596207069a87a645f7694b19ea5100d753dbb7553148fa5982b073e4e1163b5bd83ddf8b1c783a90a0b718576f08d3f15352f2742d46a425cf639de2409c4ab -Size (Pillow-5.3.0.tar.gz) = 15553718 bytes +SHA1 (Pillow-5.4.0.tar.gz) = d7892bdf43127f44b05fdb0e5e086129cba455d6 +RMD160 (Pillow-5.4.0.tar.gz) = 767c122f1370603718053ee6d54ac41455d61772 +SHA512 (Pillow-5.4.0.tar.gz) = 4136ba8a152e8df0ff6fb295ad1d5d610a53e7a86755249514aafc909c2f6abeb4bba3f1da3494a2f843c2b82ad9cbfe65fcc5ff3d120e181cde1f9aad2467b3 +Size (Pillow-5.4.0.tar.gz) = 15929265 bytes SHA1 (patch-setup.py) = d333dea319080f1707eb5e0701474bbca486c3a6 |