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 Oct  5 16:37:35 UTC 2025

Modified Files:
        pkgsrc/graphics/py-pillow_heif: Makefile distinfo
Removed Files:
        pkgsrc/graphics/py-pillow_heif/patches:
            patch-libheif_linux__build__libs.py

Log Message:
py-pillow_heif: update to 1.1.1.

## [1.1.1 - 2025-09-30]

### Fixed

- macOS: Wheels now support older macOS versions like Catalina (x86_64 CPU) or Ventura (ARM CPU). #384 #385


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/py-pillow_heif/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/py-pillow_heif/distinfo
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/graphics/py-pillow_heif/patches/patch-libheif_linux__build__libs.py

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.27 pkgsrc/graphics/py-pillow_heif/Makefile:1.28
--- pkgsrc/graphics/py-pillow_heif/Makefile:1.27        Sun Aug  3 10:14:38 2025
+++ pkgsrc/graphics/py-pillow_heif/Makefile     Sun Oct  5 16:37:34 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2025/08/03 10:14:38 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2025/10/05 16:37:34 wiz Exp $
 
-DISTNAME=      pillow_heif-1.1.0
+DISTNAME=      pillow_heif-1.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pillow_heif/}
@@ -12,9 +12,10 @@ LICENSE=     gnu-gpl-v2
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-Pillow>=10.1.0:../../graphics/py-Pillow
+TEST_DEPENDS+= ${PYPKGPREFIX}-defusedxml>=0:../../textproc/py-defusedxml
 
-# as of 1.1.0
-# 393 passed, 10 skipped, 33 warnings
+# as of 1.1.1
+# 400 passed, 9 skipped
 
 .include "../../lang/python/wheel.mk"
 BUILDLINK_API_DEPENDS.libheif+=        libheif>=1.17.6

Index: pkgsrc/graphics/py-pillow_heif/distinfo
diff -u pkgsrc/graphics/py-pillow_heif/distinfo:1.19 pkgsrc/graphics/py-pillow_heif/distinfo:1.20
--- pkgsrc/graphics/py-pillow_heif/distinfo:1.19        Sun Aug  3 10:14:38 2025
+++ pkgsrc/graphics/py-pillow_heif/distinfo     Sun Oct  5 16:37:34 2025
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.19 2025/08/03 10:14:38 wiz Exp $
+$NetBSD: distinfo,v 1.20 2025/10/05 16:37:34 wiz Exp $
 
-BLAKE2s (pillow_heif-1.1.0.tar.gz) = 553344abf2c9444ae43cc9050b2364db8bb0bc187103090b3fd5d27c49a6aa70
-SHA512 (pillow_heif-1.1.0.tar.gz) = 50c576f52a16c96dd812718a397d75f0c564d009cbaa6abe499b43d3e70834212f1295e411c6e6babbfb526997c5963b1fc022f0829fa2b8298ae3871f130474
-Size (pillow_heif-1.1.0.tar.gz) = 18271020 bytes
-SHA1 (patch-libheif_linux__build__libs.py) = 507dfa875b23e2d05df884699c488e3113791e6c
+BLAKE2s (pillow_heif-1.1.1.tar.gz) = 0ad0e5a827cb2933ad7ca4e94266e47960440e1526afbbb0124bf7d3db7e44c8
+SHA512 (pillow_heif-1.1.1.tar.gz) = 39b6c085e0ac64506cefc888a000187b5836ffbc3bbc725883c55abe064bf7759db39b1654f55bffcb7491773490dd457e5ef5c7163e8f21da77726eb99d5ffb
+Size (pillow_heif-1.1.1.tar.gz) = 18271952 bytes



Home | Main Index | Thread Index | Old Index