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:           Mon Oct 16 19:26:49 UTC 2023

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

Log Message:
py-Pillow: updated to 10.1.0

10.1.0 (2023-10-15)

- Added TrueType default font to allow for different sizes
- Fixed invalid argument warning
- Added ImageOps cover method
- Catch struct.error from truncated EXIF when reading JPEG DPI
- Consider default image when selecting mode for PNG save_all
- Support BGR;15, BGR;16 and BGR;24 access, unpacking and putdata
- Added CMYK to RGB unpacker
- Improved flexibility of XMP parsing
- Support reading 8-bit YCbCr TIFF images
- Allow saving I;16B images as PNG
- Corrected drawing I;16 points and writing I;16 text
- Set blue channel to 128 for BC5S
- Increase flexibility when reading IPTC fields
- Set C palette to be empty by default
- Added gs_binary to control Ghostscript use on all platforms
- Read bounding box information from the trailer of EPS files if specified
- Added reading 8-bit color DDS images
- Added has_transparency_data
- Fixed bug when reading BC5S DDS images
- Prevent TIFF orientation from being applied more than once
- Use previous pixel alpha for QOI_OP_RGB
- Added BC5U reading
- Allow getpixel() to accept a list
- Allow GaussianBlur and BoxBlur to accept a sequence of x and y radii
- Expand JPEG buffer size when saving optimized or progressive
- Added session type check for Linux in ImageGrab.grabclipboard()
- Allow "loop=None" when saving GIF images
- Fixed transparency when saving P mode images to PDF
- Added saving LA images as PDFs
- Set SMaskInData to 1 for PDFs with alpha
- Changed Image mode property to be read-only by default
- Silence exceptions in _repr_jpeg_ and _repr_png_
- Do not use transparency when saving GIF if it has been removed when normalizing mode
- Fix missing symbols when libtiff depends on libjpeg


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/graphics/py-Pillow/Makefile
cvs rdiff -u -r1.59 -r1.60 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.74 pkgsrc/graphics/py-Pillow/Makefile:1.75
--- pkgsrc/graphics/py-Pillow/Makefile:1.74     Fri Sep 15 14:51:03 2023
+++ pkgsrc/graphics/py-Pillow/Makefile  Mon Oct 16 19:26:49 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2023/09/15 14:51:03 adam Exp $
+# $NetBSD: Makefile,v 1.75 2023/10/16 19:26:49 adam Exp $
 
-DISTNAME=      Pillow-10.0.1
+DISTNAME=      Pillow-10.1.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.59 pkgsrc/graphics/py-Pillow/distinfo:1.60
--- pkgsrc/graphics/py-Pillow/distinfo:1.59     Fri Sep 15 14:51:03 2023
+++ pkgsrc/graphics/py-Pillow/distinfo  Mon Oct 16 19:26:49 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.59 2023/09/15 14:51:03 adam Exp $
+$NetBSD: distinfo,v 1.60 2023/10/16 19:26:49 adam Exp $
 
-BLAKE2s (Pillow-10.0.1.tar.gz) = 0d5b60523648ddd55e200e885f0ebf696b316c82d037a55bf9b5952d1641f6d6
-SHA512 (Pillow-10.0.1.tar.gz) = c02dd8c3b4b33a0654d848b747681f6d848241c1793ab092ed5c31ae29a8593a63e2062c5b93a3edb626cad6f0bb09cd100d4e037a13500783c8c5e99054f986
-Size (Pillow-10.0.1.tar.gz) = 50528551 bytes
+BLAKE2s (Pillow-10.1.0.tar.gz) = f56f286d7d2fea81e4a8692357425a812eff011bbe49415f483da0d842bec6d3
+SHA512 (Pillow-10.1.0.tar.gz) = 77eeaee6f2b8b77b33438d6a5f3a2c79ff1154e39bc225f279f066d6471b6991aad4390756575fa53448062f7bf8763462e95a5b2cc8af1414c1d52f27529736
+Size (Pillow-10.1.0.tar.gz) = 50781360 bytes
 SHA1 (patch-setup.py) = 9e95214579d45b1a3230ea342ae8be82ed2d61c9



Home | Main Index | Thread Index | Old Index