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 Jul 23 09:20:32 UTC 2026

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

Log Message:
py-pillow_heif: update to 1.5.0.

## [1.5.0 - 2026-07-22]

### Added

- Grid(tiled) image encoding: `options.GRID_TILE_SIZE` option, `tile_size` parameter for `save` and `grid_tile_size` parameter for `register_*_opener`. #317
- `info["tiling"]` dictionary with the grid info for tiled images. #317
- `PH_LIBHEIF_CMAKE_ARGS` environment variable for `build_libs.py` to pass extra `cmake` arguments to the libheif build.
- Windows ARM64 wheels.

### Changed

- Minimum required `libheif` version is `1.23.1`.
- Releases are now tag-triggered and published to PyPI with attestations via Trusted Publishing. #432
- `libheif` was updated from the `1.23.0` to `1.23.1` version. #445
- `libde265` was updated from the `1.1.0` to `1.1.1` version. #434

### Removed

- `pi-heif` package is discontinued, `1.4.0` is its final release. #431
- 32-bit support and the `PH_LIGHT_ACTION` environment variable, `build_libs.py` now always builds `x265`. #431


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/graphics/py-pillow_heif/Makefile
cvs rdiff -u -r1.24 -r1.25 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.34 pkgsrc/graphics/py-pillow_heif/Makefile:1.35
--- pkgsrc/graphics/py-pillow_heif/Makefile:1.34        Sun Jun 28 15:41:24 2026
+++ pkgsrc/graphics/py-pillow_heif/Makefile     Thu Jul 23 09:20:32 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2026/06/28 15:41:24 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2026/07/23 09:20:32 wiz Exp $
 
-DISTNAME=      pillow_heif-1.4.0
+DISTNAME=      pillow_heif-1.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pillow_heif/}

Index: pkgsrc/graphics/py-pillow_heif/distinfo
diff -u pkgsrc/graphics/py-pillow_heif/distinfo:1.24 pkgsrc/graphics/py-pillow_heif/distinfo:1.25
--- pkgsrc/graphics/py-pillow_heif/distinfo:1.24        Thu Jun 18 09:02:32 2026
+++ pkgsrc/graphics/py-pillow_heif/distinfo     Thu Jul 23 09:20:32 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2026/06/18 09:02:32 wiz Exp $
+$NetBSD: distinfo,v 1.25 2026/07/23 09:20:32 wiz Exp $
 
-BLAKE2s (pillow_heif-1.4.0.tar.gz) = f3d3eef20ea011abcd3f87b4e17b099895f92ec4f9bc83c3407eaf2b66fca8ef
-SHA512 (pillow_heif-1.4.0.tar.gz) = 1fce1e4ae596908e671ae6e7b58822a6bd99572be21752a416d4088ff29217e2ef465b65322a277a2280dbfea03aa8a4272302fdcf093d36d40134d32a01e884
-Size (pillow_heif-1.4.0.tar.gz) = 17127538 bytes
+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



Home | Main Index | Thread Index | Old Index