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:           Wed Apr  3 09:05:00 UTC 2024

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

Log Message:
py-pillow_heif: updated to 0.16.0

0.16.0

This release contains breaking change for monochrome images.

Added

- Monochrome images **without alpha** channel, will be opened in `L` or `I;16` mode instead of `RGB`.

Changed

- `convert_hdr_to_8bit` value now ignores `monochrome` images.
- `subsampling` parameter for encoding has higher priority than `chroma`.
- Minimum required `libehif` version is `1.17.0`.
- Minimum supported Pillow version raised to `9.5.0`.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/py-pillow_heif/Makefile
cvs rdiff -u -r1.9 -r1.10 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.12 pkgsrc/graphics/py-pillow_heif/Makefile:1.13
--- pkgsrc/graphics/py-pillow_heif/Makefile:1.12        Mon Feb  5 21:31:46 2024
+++ pkgsrc/graphics/py-pillow_heif/Makefile     Wed Apr  3 09:05:00 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2024/02/05 21:31:46 adam Exp $
+# $NetBSD: Makefile,v 1.13 2024/04/03 09:05:00 adam Exp $
 
-DISTNAME=      pillow_heif-0.15.0
+DISTNAME=      pillow_heif-0.16.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pillow_heif/}
@@ -10,9 +10,9 @@ HOMEPAGE=     https://github.com/bigcat88/pi
 COMMENT=       Python interface for libheif library
 LICENSE=       gnu-gpl-v2
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=67.8:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-DEPENDS+=      ${PYPKGPREFIX}-Pillow>=9.2.0:../../graphics/py-Pillow
+DEPENDS+=      ${PYPKGPREFIX}-Pillow>=9.5.0:../../graphics/py-Pillow
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 

Index: pkgsrc/graphics/py-pillow_heif/distinfo
diff -u pkgsrc/graphics/py-pillow_heif/distinfo:1.9 pkgsrc/graphics/py-pillow_heif/distinfo:1.10
--- pkgsrc/graphics/py-pillow_heif/distinfo:1.9 Mon Feb  5 21:31:46 2024
+++ pkgsrc/graphics/py-pillow_heif/distinfo     Wed Apr  3 09:05:00 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2024/02/05 21:31:46 adam Exp $
+$NetBSD: distinfo,v 1.10 2024/04/03 09:05:00 adam Exp $
 
-BLAKE2s (pillow_heif-0.15.0.tar.gz) = 878a6937a7f0a982ee7cdb639dd4e57602c8734173d6446ad5a7bd4695be2593
-SHA512 (pillow_heif-0.15.0.tar.gz) = 1025a987148d1785da02c9ffc19b3ab0ec9e44cafb10ff3cb3231ecb7c3f22c968e5b3583ed0c386a7747333562bf86fdfe4caf21599bc1c2942da6a27363fbb
-Size (pillow_heif-0.15.0.tar.gz) = 14896461 bytes
+BLAKE2s (pillow_heif-0.16.0.tar.gz) = 16b63d5c1f9c114a0588f43fc06c171df54e07279e66e71c41f06291765e2b2c
+SHA512 (pillow_heif-0.16.0.tar.gz) = 9e4d4c557a520431747813f7bbae6d0e09977d848c7fc363cc25a7087243404c33db1ed4594cdafd1c680e6c1902232eea07a4054302ce4248c8f782f7766620
+Size (pillow_heif-0.16.0.tar.gz) = 14899409 bytes
 SHA1 (patch-libheif_linux__build__libs.py) = 27a9b7e53305fd8a9e77307416349fd9f0c834f4



Home | Main Index | Thread Index | Old Index