Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 275A884FBB for ; Wed, 18 Oct 2023 08:05:32 +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 U1G-V4pMSk2w for ; Wed, 18 Oct 2023 08:05:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 918F584CFD for ; Wed, 18 Oct 2023 08:05:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8AACFFADC; Wed, 18 Oct 2023 08:05:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16976163319770" MIME-Version: 1.0 Date: Wed, 18 Oct 2023 08:05:31 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/py-pillow_heif To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231018080531.8AACFFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_16976163319770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Oct 18 08:05:31 UTC 2023 Modified Files: pkgsrc/graphics/py-pillow_heif: Makefile distinfo Log Message: py-pillow_heif: updated to 0.13.1 0.13.1 Added - Returned `PyPy 3.8` wheels. Changed - Linux: `libaom` updated to `3.6.1`, `musllinux` builds switched to `musllinux_1_2` tag. Fixed - When building from source, the installer additionally searches for `libheif` using `pkg-config`. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/py-pillow_heif/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/py-pillow_heif/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16976163319770 Content-Disposition: inline Content-Length: 2184 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/py-pillow_heif/Makefile diff -u pkgsrc/graphics/py-pillow_heif/Makefile:1.7 pkgsrc/graphics/py-pillow_heif/Makefile:1.8 --- pkgsrc/graphics/py-pillow_heif/Makefile:1.7 Thu Aug 24 20:06:51 2023 +++ pkgsrc/graphics/py-pillow_heif/Makefile Wed Oct 18 08:05:31 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2023/08/24 20:06:51 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2023/10/18 08:05:31 adam Exp $ -DISTNAME= pillow_heif-0.13.0 +DISTNAME= pillow_heif-0.13.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_PYPI:=p/pillow_heif/} @@ -18,7 +18,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/wheel.mk" BUILDLINK_API_DEPENDS.libheif+= libheif>=1.12.0 .include "../../graphics/libheif/buildlink3.mk" -BUILDLINK_API_DEPENDS.libaom+= libaom>=3.3.0 +BUILDLINK_API_DEPENDS.libaom+= libaom>=3.6.1 .include "../../multimedia/libaom/buildlink3.mk" BUILDLINK_API_DEPENDS.libde265+= libde265>=1.0.8 .include "../../multimedia/libde265/buildlink3.mk" Index: pkgsrc/graphics/py-pillow_heif/distinfo diff -u pkgsrc/graphics/py-pillow_heif/distinfo:1.6 pkgsrc/graphics/py-pillow_heif/distinfo:1.7 --- pkgsrc/graphics/py-pillow_heif/distinfo:1.6 Thu Aug 24 20:06:51 2023 +++ pkgsrc/graphics/py-pillow_heif/distinfo Wed Oct 18 08:05:31 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2023/08/24 20:06:51 wiz Exp $ +$NetBSD: distinfo,v 1.7 2023/10/18 08:05:31 adam Exp $ -BLAKE2s (pillow_heif-0.13.0.tar.gz) = 4c1c4446ffd6e7d1b626b6d106819aac7b0f91cd34edc6b298845897991dd3de -SHA512 (pillow_heif-0.13.0.tar.gz) = df175e839ab7faa2e307d2a0418db926b2e058d48a3245aec593f0d2d67eaa69d0d8897b91c308280d5790ed63289eb0d66d1f6b1c5ecdbc93a2af42b2a4cdee -Size (pillow_heif-0.13.0.tar.gz) = 14891825 bytes +BLAKE2s (pillow_heif-0.13.1.tar.gz) = 9061edf3d7f8e2b9515489f17cf15d0ab06bae03b58e1feef3c2044b656a9fc1 +SHA512 (pillow_heif-0.13.1.tar.gz) = 4c0b85ddb3446c5a78989b16f749057fb368e44f1895b47dfabb31a6afaf6a7ad4a3d45399dee2f307a71ea255e50847ee7341498ab591aa7d01137568c5dd7f +Size (pillow_heif-0.13.1.tar.gz) = 14892936 bytes SHA1 (patch-libheif_linux__build__libs.py) = 27a9b7e53305fd8a9e77307416349fd9f0c834f4 --_----------=_16976163319770--