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 Nov 26 11:37:26 UTC 2024

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

Log Message:
py-Willow: updated to 1.9.0

1.9.0

Improve type handling when running optimisers (Jake Howard)
Add support for Pillow 11, Python 3.13 (Storm Heg)
Drop support for Python 3.8 (Storm Heg)
Docs: Fix incorrect method name for save_as_heic in README (Sage Abdullah)
Docs: Fix link to changelog (Matt Westcott)


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/py-Willow/Makefile
cvs rdiff -u -r1.9 -r1.10 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.30 pkgsrc/graphics/py-Willow/Makefile:1.31
--- pkgsrc/graphics/py-Willow/Makefile:1.30     Sat Oct 19 11:55:09 2024
+++ pkgsrc/graphics/py-Willow/Makefile  Tue Nov 26 11:37:26 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2024/10/19 11:55:09 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2024/11/26 11:37:26 adam Exp $
 
-DISTNAME=      willow-1.8.0
+DISTNAME=      willow-1.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^w/W/}
-PKGREVISION=   4
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=W/Willow/}
 
@@ -17,8 +16,6 @@ DEPENDS+=     ${PYPKGPREFIX}-filetype>=1.1.1
 # heif
 DEPENDS+=      ${PYPKGPREFIX}-pillow_heif>=0.13.0:../../graphics/py-pillow_heif
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../graphics/opencv/buildlink3.mk"
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-Willow/distinfo
diff -u pkgsrc/graphics/py-Willow/distinfo:1.9 pkgsrc/graphics/py-Willow/distinfo:1.10
--- pkgsrc/graphics/py-Willow/distinfo:1.9      Fri Feb  9 11:53:43 2024
+++ pkgsrc/graphics/py-Willow/distinfo  Tue Nov 26 11:37:26 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/02/09 11:53:43 adam Exp $
+$NetBSD: distinfo,v 1.10 2024/11/26 11:37:26 adam Exp $
 
-BLAKE2s (willow-1.8.0.tar.gz) = 0b4016994e5ff9e86c4c8eaf699990fe8e176865794b74349f70c732a4325c9c
-SHA512 (willow-1.8.0.tar.gz) = 13f789abfc8f124459c5c9ff641a3aded6db25973af5912851b16454a469f27bd4b11a0ceefee2d83ae37efa99cdf2488c0ec390036a9f16508ba17e28a49b1a
-Size (willow-1.8.0.tar.gz) = 113313 bytes
+BLAKE2s (willow-1.9.0.tar.gz) = 36d0f34185f90a4bd2e2d79819e5915aff5915c218373bed24859379fbbb35a4
+SHA512 (willow-1.9.0.tar.gz) = 046dec64b1363d437f22e2ddc3342dc7649af18b13102f749a0935a5b0c2be431588fbd850bb96878ed42970ff7645605fd05a8ca4f5a01615d1c8243be62637
+Size (willow-1.9.0.tar.gz) = 113373 bytes



Home | Main Index | Thread Index | Old Index