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.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/754bd5d8a4a1
branches:  trunk
changeset: 768938:754bd5d8a4a1
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 04 13:50:30 2021 +0000

description:
py-Pillow: updated to 8.4.0

8.4.0

- Prefer global transparency in GIF when replacing with background color
- Added "exif" keyword argument to TIFF saving
- Copy Python palette to new image in quantize()
- Read ICO AND mask from end
- Actually check the framesize in FliDecode.c
- Determine JPEG2000 mode purely from ihdr header box
- Fixed using info dictionary when writing multiple APNG frames
- Allow saving 1 and L mode TIFF with PhotometricInterpretation 0
- For GIF save_all with palette, do not include palette with each frame
- Keep transparency when converting from P to LA or PA
- Copy palette to new image in transform()
- Added "transparency" argument to EpsImagePlugin load()
- Corrected pathlib.Path detection when saving
- Added WalImageFile class
- Consider I;16 pixel size when drawing text
- If default conversion from P is RGB with transparency, convert to RGBA
- Speed up rotating square images by 90 or 270 degrees
- Add support for reading DPI information from JPEG2000 images
- Catch TypeError from corrupted DPI value in EXIF
- Do not close file pointer when saving SGI images
- Deprecate ImagePalette size parameter
- Prefer command line tools SDK on macOS
- Added tags when saving YCbCr TIFF
- PSD layer count may be negative
- Fixed ImageOps expand with tuple border on P image
- Fixed error saving APNG with duplicate frames and different duration times

diffstat:

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

diffs (26 lines):

diff -r ccf5fc12a6d9 -r 754bd5d8a4a1 graphics/py-Pillow/Makefile
--- a/graphics/py-Pillow/Makefile       Thu Nov 04 13:43:36 2021 +0000
+++ b/graphics/py-Pillow/Makefile       Thu Nov 04 13:50:30 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2021/09/03 11:23:44 adam Exp $
+# $NetBSD: Makefile,v 1.56 2021/11/04 13:50:30 adam Exp $
 
-DISTNAME=      Pillow-8.3.2
+DISTNAME=      Pillow-8.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/Pillow/}
diff -r ccf5fc12a6d9 -r 754bd5d8a4a1 graphics/py-Pillow/distinfo
--- a/graphics/py-Pillow/distinfo       Thu Nov 04 13:43:36 2021 +0000
+++ b/graphics/py-Pillow/distinfo       Thu Nov 04 13:50:30 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.48 2021/10/26 10:46:43 nia Exp $
+$NetBSD: distinfo,v 1.49 2021/11/04 13:50:30 adam Exp $
 
-BLAKE2s (Pillow-8.3.2.tar.gz) = 352b48a3e179b533354e6fb34549e9cc5229207886f0f24f139b28b4ec04c3fb
-SHA512 (Pillow-8.3.2.tar.gz) = f91a38e789bf53c0ebde84b73152c742b890754d959e95dbb0b5f291f16bd4266b746f31667fc2c6b31d5b53682d03044f38e6e3e422e5a09c7ffd2ae1f30e15
-Size (Pillow-8.3.2.tar.gz) = 48790556 bytes
+BLAKE2s (Pillow-8.4.0.tar.gz) = 8a00b82dba2fd135f9e84dae79e39eb820a11f2feee8823aa783549bb677f018
+SHA512 (Pillow-8.4.0.tar.gz) = ca59f5fc7e4a6dc150d52dfec297ac01b0ecdf46aebb785eda53228d25c427ad98185332cac84a947fca85a71dac4731f33df4d18c3529431b02f159d819fd9f
+Size (Pillow-8.4.0.tar.gz) = 49368411 bytes
 SHA1 (patch-setup.py) = 11d48f7a21088eeb304fb88571d6c0f6eccffdb6



Home | Main Index | Thread Index | Old Index