pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-Pillow



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Nov  4 13:50:30 UTC 2021

Modified Files:
        pkgsrc/graphics/py-Pillow: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/graphics/py-Pillow/Makefile
cvs rdiff -u -r1.48 -r1.49 pkgsrc/graphics/py-Pillow/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-Pillow/Makefile
diff -u pkgsrc/graphics/py-Pillow/Makefile:1.55 pkgsrc/graphics/py-Pillow/Makefile:1.56
--- pkgsrc/graphics/py-Pillow/Makefile:1.55     Fri Sep  3 11:23:44 2021
+++ pkgsrc/graphics/py-Pillow/Makefile  Thu Nov  4 13:50:30 2021
@@ -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/}

Index: pkgsrc/graphics/py-Pillow/distinfo
diff -u pkgsrc/graphics/py-Pillow/distinfo:1.48 pkgsrc/graphics/py-Pillow/distinfo:1.49
--- pkgsrc/graphics/py-Pillow/distinfo:1.48     Tue Oct 26 10:46:43 2021
+++ pkgsrc/graphics/py-Pillow/distinfo  Thu Nov  4 13:50:30 2021
@@ -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