Skip to content

Commit

Permalink
py-pillow_heif: update to 0.20.0nb1.
Browse files Browse the repository at this point in the history
## [0.20.0 - 2024-10-19]

### Added

- Initial support for parsing auxiliary images. #297 Thanks to @johncf

### Changed

- libheif updated from `1.18.1` to `1.18.2` version. #278
- Dropped `Python 3.8` support. #293

### Fixed

- More accurate error handling in the `C` module. #298 Thanks to @johncf
- Support for `Pillow` **11.0.0** #294
  • Loading branch information
0-wiz-0 committed Oct 22, 2024
1 parent 4ea4643 commit f06e427
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions graphics/py-pillow_heif/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.17 2024/09/16 07:20:16 adam Exp $
# $NetBSD: Makefile,v 1.18 2024/10/22 08:04:30 wiz Exp $

DISTNAME= pillow_heif-0.18.0
DISTNAME= pillow_heif-0.20.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= graphics
Expand All @@ -15,9 +15,9 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=67.8:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-Pillow>=10.1.0:../../graphics/py-Pillow

PYTHON_VERSIONS_INCOMPATIBLE= 27

# 608 passed, 12 skipped, 69 warnings
# as of 0.20.0
# tests/metadata_etc_test.py Fatal Python error: Segmentation fault

.include "../../lang/python/wheel.mk"
BUILDLINK_API_DEPENDS.libheif+= libheif>=1.17.6
Expand Down
8 changes: 4 additions & 4 deletions graphics/py-pillow_heif/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.12 2024/07/28 11:58:50 wiz Exp $
$NetBSD: distinfo,v 1.13 2024/10/22 08:04:30 wiz Exp $

BLAKE2s (pillow_heif-0.18.0.tar.gz) = 43165d296753553b4b547bf8cdefb2fa7703454ecb3ef0b7d9a2492845d001aa
SHA512 (pillow_heif-0.18.0.tar.gz) = dfaccf4f86bcb26bd8b953c5e99835e9a422a7282b659c2bb999396af959c4b439d588b76ba1bcbf4b384580908a8ae6d7c17d8203ffac8b70ff2d4781bb2322
Size (pillow_heif-0.18.0.tar.gz) = 16172675 bytes
BLAKE2s (pillow_heif-0.20.0.tar.gz) = 3a83883f726f17d8cecf0497728c99f4aac5f88adea07735e6b5867b1aed66f4
SHA512 (pillow_heif-0.20.0.tar.gz) = 2c11cc0d93b0b684a80c1b2b6c076928417f021cda1aa46f1806c39ed24a5283d7878a679bf7e6293b9e6f90d3c60c10c7ce1597c528c269cd8892dd18a8aa9b
Size (pillow_heif-0.20.0.tar.gz) = 16173556 bytes
SHA1 (patch-libheif_linux__build__libs.py) = 27a9b7e53305fd8a9e77307416349fd9f0c834f4

0 comments on commit f06e427

Please sign in to comment.