pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/py-Willow



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 16 13:38:03 UTC 2024

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

Log Message:
py-Willow: updated to 1.7.0

v1.7.0
Test with Python 3.12
Add optional dependencies for Pillow/Wand
test_wand.py: fix typo in test skip
test_image.py: replace wrong unicdoe character
Tidy up testing linting deps
Replace the wrong unicode character in the image/heic mime type
Preserve ICC profiles and EXIF metadata when saving to PNG, WebP, AVIF
This will help preserve colours and image orientation when resaving to a different format


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/graphics/py-Willow/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/py-Willow/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-Willow/Makefile
diff -u pkgsrc/graphics/py-Willow/Makefile:1.23 pkgsrc/graphics/py-Willow/Makefile:1.24
--- pkgsrc/graphics/py-Willow/Makefile:1.23     Wed Nov 15 20:00:40 2023
+++ pkgsrc/graphics/py-Willow/Makefile  Tue Jan 16 13:38:03 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2023/11/15 20:00:40 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2024/01/16 13:38:03 adam Exp $
 
-DISTNAME=      willow-1.6.2
+DISTNAME=      willow-1.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^w/W/}
-PKGREVISION=   3
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=W/Willow/}
 
@@ -15,7 +14,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-flit_core>
 DEPENDS+=      ${PYPKGPREFIX}-defusedxml>=0.7:../../textproc/py-defusedxml
 DEPENDS+=      ${PYPKGPREFIX}-filetype>=1.1.1:../../sysutils/py-filetype
 # heif
-DEPENDS+=      ${PYPKGPREFIX}-pillow_heif>=0.10.0:../../graphics/py-pillow_heif
+DEPENDS+=      ${PYPKGPREFIX}-pillow_heif>=0.13.0:../../graphics/py-pillow_heif
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 

Index: pkgsrc/graphics/py-Willow/distinfo
diff -u pkgsrc/graphics/py-Willow/distinfo:1.7 pkgsrc/graphics/py-Willow/distinfo:1.8
--- pkgsrc/graphics/py-Willow/distinfo:1.7      Mon Oct 30 09:56:03 2023
+++ pkgsrc/graphics/py-Willow/distinfo  Tue Jan 16 13:38:03 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/10/30 09:56:03 adam Exp $
+$NetBSD: distinfo,v 1.8 2024/01/16 13:38:03 adam Exp $
 
-BLAKE2s (willow-1.6.2.tar.gz) = d8bdd8e422ebd7444234c362a42a256367f9283156f8ffcc4ee4978357bbda78
-SHA512 (willow-1.6.2.tar.gz) = 2deda32a3dcbd54dd6c5645ae17c3a674ce37ac62bc29c843666517129065f9f0d8f26734ea1603e1cf26c34504dab62fe59b30a47eb3efae014ce4263e718d1
-Size (willow-1.6.2.tar.gz) = 112181 bytes
+BLAKE2s (willow-1.7.0.tar.gz) = f1b242c58fd37ae557d30f3b5c07a38f208523410501574a969d6ff2dab1e76e
+SHA512 (willow-1.7.0.tar.gz) = 430580d9062d6905f2abc8dbf0a6801bf8b9b278d113ed6a5fe6398987fbe0cab21b3928ad7d4b6bc1d62c2c306a39a4d3b4b0e2a7232961e0270e4351d93f12
+Size (willow-1.7.0.tar.gz) = 112367 bytes



Home | Main Index | Thread Index | Old Index