Skip to content

Commit

Permalink
py-pillow_heif: update to 0.13.0.
Browse files Browse the repository at this point in the history
## [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.
  • Loading branch information
0-wiz-0 committed Aug 24, 2023
1 parent a994135 commit f93715a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions graphics/py-pillow_heif/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
4 changes: 2 additions & 2 deletions graphics/py-pillow_heif/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions graphics/py-pillow_heif/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f93715a

Please sign in to comment.