pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-tifffile



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Sep  9 10:48:30 UTC 2026

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

Log Message:
py-tifffile: updated to 2026.9.9

2026.9.9

- Fix TiffSeries(squeeze=None) incorrectly squeezes 'shaped' series (breaking).


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/graphics/py-tifffile/Makefile
cvs rdiff -u -r1.68 -r1.69 pkgsrc/graphics/py-tifffile/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-tifffile/Makefile
diff -u pkgsrc/graphics/py-tifffile/Makefile:1.77 pkgsrc/graphics/py-tifffile/Makefile:1.78
--- pkgsrc/graphics/py-tifffile/Makefile:1.77   Mon Aug 24 12:28:06 2026
+++ pkgsrc/graphics/py-tifffile/Makefile        Wed Sep  9 10:48:29 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2026/08/24 12:28:06 adam Exp $
+# $NetBSD: Makefile,v 1.78 2026/09/09 10:48:29 adam Exp $
 
-DISTNAME=      tifffile-2026.8.23
+DISTNAME=      tifffile-2026.9.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tifffile/}
@@ -11,8 +11,8 @@ COMMENT=      Read and write TIFF(r) files
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-DEPENDS+=      ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
-TEST_DEPENDS+= ${PYPKGPREFIX}-fsspec-[0-9]*:../../sysutils/py-fsspec
+DEPENDS+=      ${PYPKGPREFIX}-numpy>=2.1:../../math/py-numpy
+TEST_DEPENDS+= ${PYPKGPREFIX}-fsspec>=0:../../sysutils/py-fsspec
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/graphics/py-tifffile/distinfo
diff -u pkgsrc/graphics/py-tifffile/distinfo:1.68 pkgsrc/graphics/py-tifffile/distinfo:1.69
--- pkgsrc/graphics/py-tifffile/distinfo:1.68   Mon Aug 24 12:28:06 2026
+++ pkgsrc/graphics/py-tifffile/distinfo        Wed Sep  9 10:48:29 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.68 2026/08/24 12:28:06 adam Exp $
+$NetBSD: distinfo,v 1.69 2026/09/09 10:48:29 adam Exp $
 
-BLAKE2s (tifffile-2026.8.23.tar.gz) = d42ea3bcc49dd792eb3ce67b291e5952338b1c73afa6bf94861ed368eab89b82
-SHA512 (tifffile-2026.8.23.tar.gz) = eaa1a2c0d2c18de1e55a00a38add6afbd08d5778afbfd48150c994e8fe1e056a15a92154082351ec829652e685af79ecedc0e4ac5f466e0f97ede978554b441e
-Size (tifffile-2026.8.23.tar.gz) = 446179 bytes
+BLAKE2s (tifffile-2026.9.9.tar.gz) = d39e4ab7ece0f6d64ab0e833d1f035f2c9cf011d9dc11a03ef9b10430671d34e
+SHA512 (tifffile-2026.9.9.tar.gz) = 1dd83d7e21dc65c260bcce802bb83892286c4e6fb1fda8f893f9a6a78e5d77160f127d8fdbb547c93050267eb4073b47ea5f05ee968cc9fb81bcb149b425653d
+Size (tifffile-2026.9.9.tar.gz) = 442579 bytes



Home | Main Index | Thread Index | Old Index