Skip to content

Commit e9e4bc7

Browse files
committed
py-pillow_heif: update to 1.2.0.
## [1.2.0 - 2026-01-23] ### Changed - libheif was updated from the `1.20.2` to `1.21.2` version. #399 - Dropped `Python 3.9` support. #402 - `PREFERRED_DECODER` must now always be a valid, available decoder ID, or an exception will be raised. (libheif change) ### Fixed - PREFERRED_DECODER is now correctly taken into account when decoding depth and aux images. #399
1 parent fa396d9 commit e9e4bc7

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

graphics/py-pillow_heif/Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.28 2025/10/05 16:37:34 wiz Exp $
1+
# $NetBSD: Makefile,v 1.29 2026/01/25 23:15:29 wiz Exp $
22

3-
DISTNAME= pillow_heif-1.1.1
3+
DISTNAME= pillow_heif-1.2.0
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
55
CATEGORIES= graphics
66
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pillow_heif/}
@@ -14,9 +14,6 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
1414
DEPENDS+= ${PYPKGPREFIX}-Pillow>=10.1.0:../../graphics/py-Pillow
1515
TEST_DEPENDS+= ${PYPKGPREFIX}-defusedxml>=0:../../textproc/py-defusedxml
1616

17-
# as of 1.1.1
18-
# 400 passed, 9 skipped
19-
2017
.include "../../lang/python/wheel.mk"
2118
BUILDLINK_API_DEPENDS.libheif+= libheif>=1.17.6
2219
.include "../../graphics/libheif/buildlink3.mk"

graphics/py-pillow_heif/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.20 2025/10/05 16:37:34 wiz Exp $
1+
$NetBSD: distinfo,v 1.21 2026/01/25 23:15:29 wiz Exp $
22

3-
BLAKE2s (pillow_heif-1.1.1.tar.gz) = 0ad0e5a827cb2933ad7ca4e94266e47960440e1526afbbb0124bf7d3db7e44c8
4-
SHA512 (pillow_heif-1.1.1.tar.gz) = 39b6c085e0ac64506cefc888a000187b5836ffbc3bbc725883c55abe064bf7759db39b1654f55bffcb7491773490dd457e5ef5c7163e8f21da77726eb99d5ffb
5-
Size (pillow_heif-1.1.1.tar.gz) = 18271952 bytes
3+
BLAKE2s (pillow_heif-1.2.0.tar.gz) = 896a623fe68c00887d88c3a8741c9f8c281a54b49aa42b57c68770c13ac3a1eb
4+
SHA512 (pillow_heif-1.2.0.tar.gz) = 3dbdb33d5b0aab9607cc7e863ff7737de1c9c4f7cd1e476a78ac4735dd677dd00f96ada4c0de13fe2166a7951718b369561656b46d8fbfeb3d96b3b96b8f7c50
5+
Size (pillow_heif-1.2.0.tar.gz) = 17128367 bytes

0 commit comments

Comments
 (0)