Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=MAS1tRo1; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=vd9P/Y6h Received: by mail.netbsd.org (Postfix, from userid 605) id CC1E084D2A; Wed, 3 Apr 2024 09:05:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712135103; bh=kkALYw4afEEIf4yaDIMb33CMeqVsx+XDx177Hy6MH6A=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=MAS1tRo1p2zJDq5ysXu1yj5RIocY7q7TvlMFy0eF082vUBfOPkNt+6xTHNobCNBJN +qXuhFbTsgJohHqdfa+6CrXsCxuZfPVdnl+8rUVdZHHsnWFNSjfAaCLGUgFctHh5FU W6C6hd1ASM1CKuudHHCZhhtsRjT0cgGYkDTzxiiA= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BB51084D22 for ; Wed, 3 Apr 2024 09:05:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id pZoSB3nrqFqX for ; Wed, 3 Apr 2024 09:05:01 +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 2274D84CF7 for ; Wed, 3 Apr 2024 09:05:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712135101; bh=kkALYw4afEEIf4yaDIMb33CMeqVsx+XDx177Hy6MH6A=; h=Date:From:Subject:To:Reply-To; b=vd9P/Y6hNhbl7b8bGGPtVT7u/OjoLlWKCP3O6E5eEyPYDSedhTNqylLf5g+KjWuRG tihp1gLfS6JxJJdxmpyJJ6FMWxcVXH1l3Co89RRoabMVDvPv9kx72B1mfiKdulrIcT jD+6JU4akmMIt99wy8QndkrHdlL60hlgmLk5DtLA= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 14AAFFA2C; Wed, 3 Apr 2024 09:05:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712135101114590" MIME-Version: 1.0 Date: Wed, 3 Apr 2024 09:05:01 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/py-pillow_heif To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240403090501.14AAFFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712135101114590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Apr 3 09:05:00 UTC 2024 Modified Files: pkgsrc/graphics/py-pillow_heif: Makefile distinfo Log Message: py-pillow_heif: updated to 0.16.0 0.16.0 This release contains breaking change for monochrome images. Added - Monochrome images **without alpha** channel, will be opened in `L` or `I;16` mode instead of `RGB`. Changed - `convert_hdr_to_8bit` value now ignores `monochrome` images. - `subsampling` parameter for encoding has higher priority than `chroma`. - Minimum required `libehif` version is `1.17.0`. - Minimum supported Pillow version raised to `9.5.0`. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/py-pillow_heif/Makefile cvs rdiff -u -r1.9 -r1.10 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. --_----------=_1712135101114590 Content-Disposition: inline Content-Length: 2272 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.12 pkgsrc/graphics/py-pillow_heif/Makefile:1.13 --- pkgsrc/graphics/py-pillow_heif/Makefile:1.12 Mon Feb 5 21:31:46 2024 +++ pkgsrc/graphics/py-pillow_heif/Makefile Wed Apr 3 09:05:00 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2024/02/05 21:31:46 adam Exp $ +# $NetBSD: Makefile,v 1.13 2024/04/03 09:05:00 adam Exp $ -DISTNAME= pillow_heif-0.15.0 +DISTNAME= pillow_heif-0.16.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_PYPI:=p/pillow_heif/} @@ -10,9 +10,9 @@ HOMEPAGE= https://github.com/bigcat88/pi COMMENT= Python interface for libheif library LICENSE= gnu-gpl-v2 -TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=67.8:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel -DEPENDS+= ${PYPKGPREFIX}-Pillow>=9.2.0:../../graphics/py-Pillow +DEPENDS+= ${PYPKGPREFIX}-Pillow>=9.5.0:../../graphics/py-Pillow PYTHON_VERSIONS_INCOMPATIBLE= 27 Index: pkgsrc/graphics/py-pillow_heif/distinfo diff -u pkgsrc/graphics/py-pillow_heif/distinfo:1.9 pkgsrc/graphics/py-pillow_heif/distinfo:1.10 --- pkgsrc/graphics/py-pillow_heif/distinfo:1.9 Mon Feb 5 21:31:46 2024 +++ pkgsrc/graphics/py-pillow_heif/distinfo Wed Apr 3 09:05:00 2024 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2024/02/05 21:31:46 adam Exp $ +$NetBSD: distinfo,v 1.10 2024/04/03 09:05:00 adam Exp $ -BLAKE2s (pillow_heif-0.15.0.tar.gz) = 878a6937a7f0a982ee7cdb639dd4e57602c8734173d6446ad5a7bd4695be2593 -SHA512 (pillow_heif-0.15.0.tar.gz) = 1025a987148d1785da02c9ffc19b3ab0ec9e44cafb10ff3cb3231ecb7c3f22c968e5b3583ed0c386a7747333562bf86fdfe4caf21599bc1c2942da6a27363fbb -Size (pillow_heif-0.15.0.tar.gz) = 14896461 bytes +BLAKE2s (pillow_heif-0.16.0.tar.gz) = 16b63d5c1f9c114a0588f43fc06c171df54e07279e66e71c41f06291765e2b2c +SHA512 (pillow_heif-0.16.0.tar.gz) = 9e4d4c557a520431747813f7bbae6d0e09977d848c7fc363cc25a7087243404c33db1ed4594cdafd1c680e6c1902232eea07a4054302ce4248c8f782f7766620 +Size (pillow_heif-0.16.0.tar.gz) = 14899409 bytes SHA1 (patch-libheif_linux__build__libs.py) = 27a9b7e53305fd8a9e77307416349fd9f0c834f4 --_----------=_1712135101114590--