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 28 11:58:50 UTC 2024
Modified Files:
pkgsrc/graphics/py-pillow_heif: Makefile distinfo
Log Message:
py-pillow_heif: update to 0.18.0.
## [0.18.0 - 2024-07-27]
### Added
- `image.info["heif"]` dictionary with `camera_intrinsic_matrix` HEIF specific metadata. Currently only reading is supported. #271
### Changed
- libheif updated from `1.17.6` to `1.18.1` version. #249
- Python `3.13.0b3` wheels added; macOS **arm64** Python3.8 wheels dropped. #272
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/py-pillow_heif/Makefile
cvs rdiff -u -r1.11 -r1.12 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.15 pkgsrc/graphics/py-pillow_heif/Makefile:1.16
--- pkgsrc/graphics/py-pillow_heif/Makefile:1.15 Thu Jul 4 11:26:07 2024
+++ pkgsrc/graphics/py-pillow_heif/Makefile Sun Jul 28 11:58:50 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2024/07/04 11:26:07 adam Exp $
+# $NetBSD: Makefile,v 1.16 2024/07/28 11:58:50 wiz Exp $
-DISTNAME= pillow_heif-0.17.0
+DISTNAME= pillow_heif-0.18.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pillow_heif/}
@@ -16,6 +16,8 @@ DEPENDS+= ${PYPKGPREFIX}-Pillow>=10.1.0:
PYTHON_VERSIONS_INCOMPATIBLE= 27
+# 608 passed, 12 skipped, 69 warnings
+
.include "../../lang/python/wheel.mk"
BUILDLINK_API_DEPENDS.libheif+= libheif>=1.17.6
.include "../../graphics/libheif/buildlink3.mk"
Index: pkgsrc/graphics/py-pillow_heif/distinfo
diff -u pkgsrc/graphics/py-pillow_heif/distinfo:1.11 pkgsrc/graphics/py-pillow_heif/distinfo:1.12
--- pkgsrc/graphics/py-pillow_heif/distinfo:1.11 Thu Jul 4 11:26:07 2024
+++ pkgsrc/graphics/py-pillow_heif/distinfo Sun Jul 28 11:58:50 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2024/07/04 11:26:07 adam Exp $
+$NetBSD: distinfo,v 1.12 2024/07/28 11:58:50 wiz Exp $
-BLAKE2s (pillow_heif-0.17.0.tar.gz) = 7932583d6e469f753b34a930091315f950c48506d0d8acfe159be07dd7e65897
-SHA512 (pillow_heif-0.17.0.tar.gz) = ff3baf415c4356ea7c37476c1aca4b6629a12f0d51b6872fe08353b913755d8a5646034377262b6792f472b1e08bb862bd6664d37411e287e7167664643e9a5f
-Size (pillow_heif-0.17.0.tar.gz) = 14900010 bytes
+BLAKE2s (pillow_heif-0.18.0.tar.gz) = 43165d296753553b4b547bf8cdefb2fa7703454ecb3ef0b7d9a2492845d001aa
+SHA512 (pillow_heif-0.18.0.tar.gz) = dfaccf4f86bcb26bd8b953c5e99835e9a422a7282b659c2bb999396af959c4b439d588b76ba1bcbf4b384580908a8ae6d7c17d8203ffac8b70ff2d4781bb2322
+Size (pillow_heif-0.18.0.tar.gz) = 16172675 bytes
SHA1 (patch-libheif_linux__build__libs.py) = 27a9b7e53305fd8a9e77307416349fd9f0c834f4
Home |
Main Index |
Thread Index |
Old Index