pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-Pillow



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul  6 05:16:50 UTC 2025

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

Log Message:
py-Pillow: update to 11.3.0.

CVE 2025-48379: Write buffer overflow on BCn encoding
Deprecations: Image.fromarray mode parameter
Added QOI saving
AVIF support in wheels
Python 3.14 beta support


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/graphics/py-Pillow/Makefile
cvs rdiff -u -r1.68 -r1.69 pkgsrc/graphics/py-Pillow/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/Makefile
diff -u pkgsrc/graphics/py-Pillow/Makefile:1.92 pkgsrc/graphics/py-Pillow/Makefile:1.93
--- pkgsrc/graphics/py-Pillow/Makefile:1.92     Thu Apr 24 14:14:35 2025
+++ pkgsrc/graphics/py-Pillow/Makefile  Sun Jul  6 05:16:49 2025
@@ -1,18 +1,19 @@
-# $NetBSD: Makefile,v 1.92 2025/04/24 14:14:35 wiz Exp $
+# $NetBSD: Makefile,v 1.93 2025/07/06 05:16:49 wiz Exp $
 
-DISTNAME=      pillow-11.2.1
-PKGREVISION=   2
+DISTNAME=      pillow-11.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^p/P/}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pillow/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://python-pillow.org/
+HOMEPAGE=      https://python-pillow.github.io/
 COMMENT=       Python Imaging Library (Fork)
 LICENSE=       hpnd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TEST_DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
+TEST_DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript
+TEST_DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
 TEST_DEPENDS+= ${PYPKGPREFIX}-olefile-[0-9]*:../../devel/py-olefile
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
@@ -23,8 +24,8 @@ CONFLICTS+=   py[0-9]*-imaging-[0-9]*
 
 DISTUTILS_BUILDDIR_IN_TEST_ENV=        yes
 
-# as of 11.2.1
-# 2 failed, 4738 passed, 211 skipped, 3 xfailed
+# as of 11.3.0
+# 2 failed, 4934 passed, 88 skipped, 3 xfailed
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/libavif/buildlink3.mk"

Index: pkgsrc/graphics/py-Pillow/distinfo
diff -u pkgsrc/graphics/py-Pillow/distinfo:1.68 pkgsrc/graphics/py-Pillow/distinfo:1.69
--- pkgsrc/graphics/py-Pillow/distinfo:1.68     Sun Apr 13 08:51:00 2025
+++ pkgsrc/graphics/py-Pillow/distinfo  Sun Jul  6 05:16:49 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.68 2025/04/13 08:51:00 wiz Exp $
+$NetBSD: distinfo,v 1.69 2025/07/06 05:16:49 wiz Exp $
 
-BLAKE2s (pillow-11.2.1.tar.gz) = fac2314d8f793f2f996da8f6a822117f995fc72591adda2e48f413983cfd96e2
-SHA512 (pillow-11.2.1.tar.gz) = 1812057de368a1da7517366f985f85c7e76cde1f09c3d9a3d13a34dd36e895f4a579a7e8b385d3f6f4e21e509a21e4f1ac40cb1ca1ea48770f60393e9ffbb8ca
-Size (pillow-11.2.1.tar.gz) = 47026707 bytes
+BLAKE2s (pillow-11.3.0.tar.gz) = ac33ab0a541a27aa0f5414b2630901537e055d2ce3e0b5975fa486b16b9b8d3b
+SHA512 (pillow-11.3.0.tar.gz) = 84dd018b2c5a418d39948c3f2596fdc885360a295412b69fc0c1d81707b152986002590449d0193bea73e8f868442ec46393a2f90b1b9e26f9eb8803c73e75ea
+Size (pillow-11.3.0.tar.gz) = 47113069 bytes
 SHA1 (patch-setup.py) = 5f28aca4aa1d458c2e359814573ff17dae20c36b



Home | Main Index | Thread Index | Old Index