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: Sun Jul 6 08:50:09 UTC 2025
Modified Files:
pkgsrc/graphics/py-pillow_heif: Makefile PLIST distinfo
Log Message:
py-pillow_heif: update to 1.0.0.
## [1.0.0 - 2025-06-29]
### Added
- Support for `YCbCr` AUX images. #355 Thanks to @marklit for feature request and test file.
### Changed
- `AVIF` support was dropped, as the new upcoming Pillow has native `AVIF` support. #345
- `libheif` was updated from the `1.19.7` to `1.19.8` version. #349
- `libde265` was updated from the `1.0.15` to `1.0.16` version.
- Removed deprecated PyPy 3.9 wheels & added PyPy 3.11 wheels.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/py-pillow_heif/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/py-pillow_heif/PLIST
cvs rdiff -u -r1.15 -r1.16 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.25 pkgsrc/graphics/py-pillow_heif/Makefile:1.26
--- pkgsrc/graphics/py-pillow_heif/Makefile:1.25 Sun Apr 13 12:44:08 2025
+++ pkgsrc/graphics/py-pillow_heif/Makefile Sun Jul 6 08:50:09 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2025/04/13 12:44:08 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2025/07/06 08:50:09 wiz Exp $
-DISTNAME= pillow_heif-0.22.0
+DISTNAME= pillow_heif-1.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pillow_heif/}
@@ -14,8 +13,8 @@ LICENSE= gnu-gpl-v2
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-Pillow>=10.1.0:../../graphics/py-Pillow
-# as of 0.22.0
-# 610 passed, 12 skipped, 69 warnings
+# as of 1.0.0
+# 394 passed, 10 skipped, 33 warnings
.include "../../lang/python/wheel.mk"
BUILDLINK_API_DEPENDS.libheif+= libheif>=1.17.6
Index: pkgsrc/graphics/py-pillow_heif/PLIST
diff -u pkgsrc/graphics/py-pillow_heif/PLIST:1.6 pkgsrc/graphics/py-pillow_heif/PLIST:1.7
--- pkgsrc/graphics/py-pillow_heif/PLIST:1.6 Sun Apr 13 12:44:08 2025
+++ pkgsrc/graphics/py-pillow_heif/PLIST Sun Jul 6 08:50:09 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2025/04/13 12:44:08 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2025/07/06 08:50:09 wiz Exp $
${PYSITELIB}/_pillow_heif.so
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -7,9 +7,6 @@ ${PYSITELIB}/${WHEEL_INFODIR}/licenses/L
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSES_bundled.txt
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
-${PYSITELIB}/pillow_heif/AvifImagePlugin.py
-${PYSITELIB}/pillow_heif/AvifImagePlugin.pyc
-${PYSITELIB}/pillow_heif/AvifImagePlugin.pyo
${PYSITELIB}/pillow_heif/HeifImagePlugin.py
${PYSITELIB}/pillow_heif/HeifImagePlugin.pyc
${PYSITELIB}/pillow_heif/HeifImagePlugin.pyo
Index: pkgsrc/graphics/py-pillow_heif/distinfo
diff -u pkgsrc/graphics/py-pillow_heif/distinfo:1.15 pkgsrc/graphics/py-pillow_heif/distinfo:1.16
--- pkgsrc/graphics/py-pillow_heif/distinfo:1.15 Sun Mar 16 12:58:12 2025
+++ pkgsrc/graphics/py-pillow_heif/distinfo Sun Jul 6 08:50:09 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2025/03/16 12:58:12 wiz Exp $
+$NetBSD: distinfo,v 1.16 2025/07/06 08:50:09 wiz Exp $
-BLAKE2s (pillow_heif-0.22.0.tar.gz) = b67f210b03df722c8ab012a0ce47cc24e210539f7931beea9ac9c0f5399c0491
-SHA512 (pillow_heif-0.22.0.tar.gz) = 072de5e3afbfb373e36b51898f67e12d1abcd9a391e33b2dafe19372bb0f3ffca20ab1a7f7f8dcd0dc163a7c8aee27040613deb5d2adba0fd3b6c774cbff8c85
-Size (pillow_heif-0.22.0.tar.gz) = 18551571 bytes
+BLAKE2s (pillow_heif-1.0.0.tar.gz) = 77233f85e93dfb5f35eca997869db9c4104772d8cb807d9ce85fd2884cb56400
+SHA512 (pillow_heif-1.0.0.tar.gz) = 92f4b629e77501b73acbbd6a810179dd9526f08a44e98a00be4c47401db04b2d654f849142282dcdb91319bb5bc150fa68a83b56e29f8613e1de29215b312819
+Size (pillow_heif-1.0.0.tar.gz) = 18270881 bytes
SHA1 (patch-libheif_linux__build__libs.py) = 507dfa875b23e2d05df884699c488e3113791e6c
Home |
Main Index |
Thread Index |
Old Index