pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/py-pillow_heif



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Oct 22 08:04:30 UTC 2024

Modified Files:
        pkgsrc/graphics/py-pillow_heif: Makefile distinfo

Log Message:
py-pillow_heif: update to 0.20.0nb1.

## [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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/py-pillow_heif/Makefile
cvs rdiff -u -r1.12 -r1.13 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.

Modified files:

Index: pkgsrc/graphics/py-pillow_heif/Makefile
diff -u pkgsrc/graphics/py-pillow_heif/Makefile:1.17 pkgsrc/graphics/py-pillow_heif/Makefile:1.18
--- pkgsrc/graphics/py-pillow_heif/Makefile:1.17        Mon Sep 16 07:20:16 2024
+++ pkgsrc/graphics/py-pillow_heif/Makefile     Tue Oct 22 08:04:30 2024
@@ -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
@@ -15,9 +15,9 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-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

Index: pkgsrc/graphics/py-pillow_heif/distinfo
diff -u pkgsrc/graphics/py-pillow_heif/distinfo:1.12 pkgsrc/graphics/py-pillow_heif/distinfo:1.13
--- pkgsrc/graphics/py-pillow_heif/distinfo:1.12        Sun Jul 28 11:58:50 2024
+++ pkgsrc/graphics/py-pillow_heif/distinfo     Tue Oct 22 08:04:30 2024
@@ -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



Home | Main Index | Thread Index | Old Index