pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/py-Pillow py-Pillow: updated to 8.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9963212e16fe
branches:  trunk
changeset: 449594:9963212e16fe
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Apr 02 06:18:39 2021 +0000

description:
py-Pillow: updated to 8.2.0

8.2.0 (2021-04-01)
- Added getxmp() method
- Add ImageShow support for GraphicsMagick
- Do not load transparent pixels from subsequent GIF frames
- Use LZW encoding when saving GIF images
- Set all transparent colors to be equal in quantize()
- Allow PixelAccess to use Python __int__ when parsing x and y
- Removed Image._MODEINFO
- Add preserve_tone option to autocontrast
- Fixed linear_gradient and radial_gradient I and F modes
- Add support for reading TIFFs with PlanarConfiguration=2
- Deprecated categories
- Do not premultiply alpha when resizing with Image.NEAREST resampling
- Dynamically link FriBiDi instead of Raqm
- Allow fewer PNG palette entries than the bit depth maximum when saving
- Use duration from info dictionary when saving WebP
- Stop flattening EXIF IFD into getexif()
- Replaced tiff_deflate with tiff_adobe_deflate compression when saving TIFF images
- Save ICC profile from TIFF encoderinfo
- Moved RGB fix inside ImageQt class
- Allow alpha_composite destination to be negative
- Ensure file is closed if it is opened by ImageQt.ImageQt
- Added ImageDraw rounded_rectangle method
- Added IPythonViewer
- Only draw each rectangle outline pixel once
- Use mmap instead of built-in Win32 mapper
- Handle PCX images with an odd stride
- Only read different sizes for "Large Thumbnail" MPO frames
- Added PyQt6 support
- Changed Image.open formats parameter to be case-insensitive
- Deprecate Tk/Tcl 8.4, to be removed in Pillow 10 (2023-01-02)
- Added tk version to pilinfo
- Support for ignoring tests when running valgrind
- OSS-Fuzz support

diffstat:

 graphics/py-Pillow/Makefile |   4 ++--
 graphics/py-Pillow/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 279a8f7295c7 -r 9963212e16fe graphics/py-Pillow/Makefile
--- a/graphics/py-Pillow/Makefile       Fri Apr 02 06:17:28 2021 +0000
+++ b/graphics/py-Pillow/Makefile       Fri Apr 02 06:18:39 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2021/03/11 08:51:55 ryoon Exp $
+# $NetBSD: Makefile,v 1.53 2021/04/02 06:18:39 adam Exp $
 
-DISTNAME=      Pillow-8.1.2
+DISTNAME=      Pillow-8.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/Pillow/}
diff -r 279a8f7295c7 -r 9963212e16fe graphics/py-Pillow/distinfo
--- a/graphics/py-Pillow/distinfo       Fri Apr 02 06:17:28 2021 +0000
+++ b/graphics/py-Pillow/distinfo       Fri Apr 02 06:18:39 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.43 2021/03/10 18:43:30 adam Exp $
+$NetBSD: distinfo,v 1.44 2021/04/02 06:18:39 adam Exp $
 
-SHA1 (Pillow-8.1.2.tar.gz) = 2c972f30581da0c58edb1e2bed420c2b8f6fd216
-RMD160 (Pillow-8.1.2.tar.gz) = d1c1235ef634c602b03e4905f0f0fff6d5d72daa
-SHA512 (Pillow-8.1.2.tar.gz) = 7e1c14aed7446d53fb67a1f9de283aadc6be3b16e0b56361329af1d0e1b02e4110d1d1a4eb021aada90fbab2ee67d3e582e0c1829d90af39641c5562061c9270
-Size (Pillow-8.1.2.tar.gz) = 45218347 bytes
+SHA1 (Pillow-8.2.0.tar.gz) = a9b32caf6ff1d5160ad41265c7ad3b090114eefc
+RMD160 (Pillow-8.2.0.tar.gz) = a576e461845541f4126b3205c71e7aa0b0ee6bb9
+SHA512 (Pillow-8.2.0.tar.gz) = 25e3c545870d9b3e5bbe52642460b6eacfa2dfd931aba1db7190c96b8bcd2dc0a63845a5ec75d1be29e523633f66242c8ddcfc9aceb0fc17f03860d8a7dc0f47
+Size (Pillow-8.2.0.tar.gz) = 47900239 bytes
 SHA1 (patch-setup.py) = 11d48f7a21088eeb304fb88571d6c0f6eccffdb6



Home | Main Index | Thread Index | Old Index