Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 64EF884E8A for ; Mon, 16 Oct 2023 19:26:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Fh5FYJRQvA1F for ; Mon, 16 Oct 2023 19:26:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B4C5784E80 for ; Mon, 16 Oct 2023 19:26:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A88A9FADC; Mon, 16 Oct 2023 19:26:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169748440978580" MIME-Version: 1.0 Date: Mon, 16 Oct 2023 19:26:49 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/py-Pillow To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231016192649.A88A9FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169748440978580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_169748440978580 Content-Disposition: inline Content-Length: 1655 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_169748440978580--