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: adam
Date: Tue Sep 1 10:13:08 UTC 2026
Modified Files:
pkgsrc/graphics/py-pillow_heif: Makefile distinfo
Log Message:
py-pillow_heif: updated to 1.6.0
1.6.0 - 2026-08-31
Added
- Reading and writing HDR metadata: `content_light_level`, `mastering_display_colour_volume`, `ambient_viewing_environment` keys in `info` dictionary.
- Python `3.15` and `3.15t` wheels added.
Changed
- `libheif` was updated from the `1.23.1` to `1.23.2` version.
Fixed
- Use-after-free when a numpy array or the `data` memoryview outlived the `HeifFile` it was created from.
- Conflicting license metadata: removed the `GPLv2` classifier, the package license is `BSD-3-Clause`; bundled library licenses in wheels are described in `LICENSES_bundled.txt`, which was updated to
match the current libraries.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/py-pillow_heif/Makefile
cvs rdiff -u -r1.25 -r1.26 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.35 pkgsrc/graphics/py-pillow_heif/Makefile:1.36
--- pkgsrc/graphics/py-pillow_heif/Makefile:1.35 Thu Jul 23 09:20:32 2026
+++ pkgsrc/graphics/py-pillow_heif/Makefile Tue Sep 1 10:13:08 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2026/07/23 09:20:32 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2026/09/01 10:13:08 adam Exp $
-DISTNAME= pillow_heif-1.5.0
+DISTNAME= pillow_heif-1.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pillow_heif/}
@@ -11,7 +11,7 @@ COMMENT= Python interface for libheif li
LICENSE= gnu-gpl-v2
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-DEPENDS+= ${PYPKGPREFIX}-Pillow>=10.1.0:../../graphics/py-Pillow
+DEPENDS+= ${PYPKGPREFIX}-Pillow>=11.1.0:../../graphics/py-Pillow
TEST_DEPENDS+= ${PYPKGPREFIX}-defusedxml>=0:../../textproc/py-defusedxml
PYTHON_VERSIONS_INCOMPATIBLE= 310 311
Index: pkgsrc/graphics/py-pillow_heif/distinfo
diff -u pkgsrc/graphics/py-pillow_heif/distinfo:1.25 pkgsrc/graphics/py-pillow_heif/distinfo:1.26
--- pkgsrc/graphics/py-pillow_heif/distinfo:1.25 Thu Jul 23 09:20:32 2026
+++ pkgsrc/graphics/py-pillow_heif/distinfo Tue Sep 1 10:13:08 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2026/07/23 09:20:32 wiz Exp $
+$NetBSD: distinfo,v 1.26 2026/09/01 10:13:08 adam Exp $
-BLAKE2s (pillow_heif-1.5.0.tar.gz) = c8a2cf4c1d51a7cd72ade544fea73c47070db0c7d9e841e86419aa401c900392
-SHA512 (pillow_heif-1.5.0.tar.gz) = 07157c9a8d3897414ef32ce357af551c78ca97417016e69dd0ba16f18737a5be5cdf941208f3977aac378cf82fb6cd5b766455f592f85fa1fe27ede134f1c42d
-Size (pillow_heif-1.5.0.tar.gz) = 17114105 bytes
+BLAKE2s (pillow_heif-1.6.0.tar.gz) = dcd4e9fa898c9c56a2cc1ac16ea2c89f09924ae0de1cbe55caadc6ef66c4d077
+SHA512 (pillow_heif-1.6.0.tar.gz) = 1128fd636a254013015d099dfdd32b991f1d7e09cc0b06d77751f3d46d7f75e1f1f54452676a3b97f949cd77282506154188989f1c9f3499737147ebf85b064b
+Size (pillow_heif-1.6.0.tar.gz) = 17116904 bytes
Home |
Main Index |
Thread Index |
Old Index