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:           Fri Dec  6 21:35:32 UTC 2024

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

Log Message:
py-pillow_heif: update to 0.21.0.

## [0.21.0 - 2024-11-29]

### Added

- Allow specifying encoder parameters for non-primary images in image sequence. #313

### Changed

- Libheif updated from `1.18.2` to `1.19.5` version. #312
- For macOS(`x86_64`), the minimum supported version for binary wheels has been raised from `12` to `13`.

### Fixed

- Error `argument '-Ofast' is deprecated` when building from source. #305


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/py-pillow_heif/Makefile
cvs rdiff -u -r1.13 -r1.14 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.21 pkgsrc/graphics/py-pillow_heif/Makefile:1.22
--- pkgsrc/graphics/py-pillow_heif/Makefile:1.21        Sun Nov 24 06:59:08 2024
+++ pkgsrc/graphics/py-pillow_heif/Makefile     Fri Dec  6 21:35:32 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2024/11/24 06:59:08 adam Exp $
+# $NetBSD: Makefile,v 1.22 2024/12/06 21:35:32 wiz Exp $
 
-DISTNAME=      pillow_heif-0.20.0
+DISTNAME=      pillow_heif-0.21.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pillow_heif/}
 
@@ -14,9 +13,8 @@ LICENSE=      gnu-gpl-v2
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=67.8:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-Pillow>=10.1.0:../../graphics/py-Pillow
 
-# 608 passed, 12 skipped, 69 warnings
-# as of 0.20.0
-# tests/metadata_etc_test.py Fatal Python error: Segmentation fault
+# as of 0.21.0
+# 1 failed, 608 passed, 12 skipped, 69 warnings
 
 .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.13 pkgsrc/graphics/py-pillow_heif/distinfo:1.14
--- pkgsrc/graphics/py-pillow_heif/distinfo:1.13        Tue Oct 22 08:04:30 2024
+++ pkgsrc/graphics/py-pillow_heif/distinfo     Fri Dec  6 21:35:32 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2024/10/22 08:04:30 wiz Exp $
+$NetBSD: distinfo,v 1.14 2024/12/06 21:35:32 wiz Exp $
 
-BLAKE2s (pillow_heif-0.20.0.tar.gz) = 3a83883f726f17d8cecf0497728c99f4aac5f88adea07735e6b5867b1aed66f4
-SHA512 (pillow_heif-0.20.0.tar.gz) = 2c11cc0d93b0b684a80c1b2b6c076928417f021cda1aa46f1806c39ed24a5283d7878a679bf7e6293b9e6f90d3c60c10c7ce1597c528c269cd8892dd18a8aa9b
-Size (pillow_heif-0.20.0.tar.gz) = 16173556 bytes
+BLAKE2s (pillow_heif-0.21.0.tar.gz) = 2346268a375fd84e54e0afc61c116ea136580e199f52261c6f0515658db35d37
+SHA512 (pillow_heif-0.21.0.tar.gz) = 9683b3eea9ea4dc0730bfab2e1163545ea31719b62cfd90a4f58aaf7ab401aef27afb7b9458c93daf9e5fa445b8f7f1ec3b3174fa9ae44513d9baaa10e777913
+Size (pillow_heif-0.21.0.tar.gz) = 16178019 bytes
 SHA1 (patch-libheif_linux__build__libs.py) = 27a9b7e53305fd8a9e77307416349fd9f0c834f4



Home | Main Index | Thread Index | Old Index