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:           Thu Aug 24 20:06:51 UTC 2023

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

Log Message:
py-pillow_heif: update to 0.13.0.

## [0.13.0 - 2023-08-09]

### Added

- `Python 3.12`, `PyPy 3.10` wheels.
- `Depth Image` read support, they are available as a list in `im.info["depth_images"]` #116
- `options.SAVE_NCLX_PROFILE` - default `False` to be full compatible with previous versions, but in next versions may be changed to `True`. #118 Thanks to @wiggin15
- Support for `Pillow 10.1.0`

### Changed

- The license for the project itself has been changed to "BSD-3-Clause" since "Apache 2.0" is not compatible with the "x265" encoder. #111 Thanks to @mattip
- Minimum required `Pillow` version increased from `8.4.0` to `9.1.1`
- Dropped `Python 3.7` support, `PyPy 3.8` wheels.
- Dropped 32-bit wheels for `Pillow-Heif`. `Pi-Heif` still have 32-bit wheels.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/py-pillow_heif/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-pillow_heif/PLIST
cvs rdiff -u -r1.5 -r1.6 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.6 pkgsrc/graphics/py-pillow_heif/Makefile:1.7
--- pkgsrc/graphics/py-pillow_heif/Makefile:1.6 Wed Jul 19 11:32:01 2023
+++ pkgsrc/graphics/py-pillow_heif/Makefile     Thu Aug 24 20:06:51 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2023/07/19 11:32:01 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/08/24 20:06:51 wiz Exp $
 
-DISTNAME=      pillow_heif-0.12.0
+DISTNAME=      pillow_heif-0.13.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pillow_heif/}

Index: pkgsrc/graphics/py-pillow_heif/PLIST
diff -u pkgsrc/graphics/py-pillow_heif/PLIST:1.2 pkgsrc/graphics/py-pillow_heif/PLIST:1.3
--- pkgsrc/graphics/py-pillow_heif/PLIST:1.2    Wed Jul 19 11:32:01 2023
+++ pkgsrc/graphics/py-pillow_heif/PLIST        Thu Aug 24 20:06:51 2023
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2023/07/19 11:32:01 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/08/24 20:06:51 wiz Exp $
 ${PYSITELIB}/_pillow_heif.so
 ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSES_bundled.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD

Index: pkgsrc/graphics/py-pillow_heif/distinfo
diff -u pkgsrc/graphics/py-pillow_heif/distinfo:1.5 pkgsrc/graphics/py-pillow_heif/distinfo:1.6
--- pkgsrc/graphics/py-pillow_heif/distinfo:1.5 Wed Jul 19 11:32:01 2023
+++ pkgsrc/graphics/py-pillow_heif/distinfo     Thu Aug 24 20:06:51 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2023/07/19 11:32:01 wiz Exp $
+$NetBSD: distinfo,v 1.6 2023/08/24 20:06:51 wiz Exp $
 
-BLAKE2s (pillow_heif-0.12.0.tar.gz) = 28280c57c0e412976faf81887418ac089f6dc7b52e818074b143c07d58339b52
-SHA512 (pillow_heif-0.12.0.tar.gz) = c18c4294182dfd59c57494e60402cc3bc86cccd63d40afdf136261a0b42b765600ad73108090d08a6d22911c0f336f908cb8a58d09b3907e0201e733ff6b4c41
-Size (pillow_heif-0.12.0.tar.gz) = 14849031 bytes
+BLAKE2s (pillow_heif-0.13.0.tar.gz) = 4c1c4446ffd6e7d1b626b6d106819aac7b0f91cd34edc6b298845897991dd3de
+SHA512 (pillow_heif-0.13.0.tar.gz) = df175e839ab7faa2e307d2a0418db926b2e058d48a3245aec593f0d2d67eaa69d0d8897b91c308280d5790ed63289eb0d66d1f6b1c5ecdbc93a2af42b2a4cdee
+Size (pillow_heif-0.13.0.tar.gz) = 14891825 bytes
 SHA1 (patch-libheif_linux__build__libs.py) = 27a9b7e53305fd8a9e77307416349fd9f0c834f4



Home | Main Index | Thread Index | Old Index