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:           Mon Jun  1 07:45:38 UTC 2026

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

Log Message:
py-tifffile: updated to 2026.6.1

2026.6.1

- Replace NullContext with contextlib.nullcontext (breaking).
- Fix writing monochrome linear_raw
- Fix keyboard axis selection in imshow interactive viewer
- Fix reading short ASCII string tag values from NDPI.
- Add option to suppress writing extrasamples tag.
- Verify origin of codecs.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/graphics/py-tifffile/Makefile
cvs rdiff -u -r1.63 -r1.64 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.72 pkgsrc/graphics/py-tifffile/Makefile:1.73
--- pkgsrc/graphics/py-tifffile/Makefile:1.72   Sun May 17 09:03:12 2026
+++ pkgsrc/graphics/py-tifffile/Makefile        Mon Jun  1 07:45:38 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.72 2026/05/17 09:03:12 adam Exp $
+# $NetBSD: Makefile,v 1.73 2026/06/01 07:45:38 adam Exp $
 
-DISTNAME=      tifffile-2026.5.15
+DISTNAME=      tifffile-2026.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tifffile/}

Index: pkgsrc/graphics/py-tifffile/distinfo
diff -u pkgsrc/graphics/py-tifffile/distinfo:1.63 pkgsrc/graphics/py-tifffile/distinfo:1.64
--- pkgsrc/graphics/py-tifffile/distinfo:1.63   Sun May 17 09:03:12 2026
+++ pkgsrc/graphics/py-tifffile/distinfo        Mon Jun  1 07:45:38 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.63 2026/05/17 09:03:12 adam Exp $
+$NetBSD: distinfo,v 1.64 2026/06/01 07:45:38 adam Exp $
 
-BLAKE2s (tifffile-2026.5.15.tar.gz) = d0f770c0ff21961a76deb54bd26237601959e4b4e2901a2863f6456bdc15b692
-SHA512 (tifffile-2026.5.15.tar.gz) = 892828688ad35b717b42bd3dfdb8c8c6ecc0ba778898b2f9e3062fccbcbb9aac58526bc48c961be2c24e73d22b745214dfdf7a3bdb4243b31ba8f6c3b9476482
-Size (tifffile-2026.5.15.tar.gz) = 429998 bytes
+BLAKE2s (tifffile-2026.6.1.tar.gz) = ef92bfa238a2b20da596c74b87b6e8214a0b8d2707658f312f542832b2dab2b7
+SHA512 (tifffile-2026.6.1.tar.gz) = 52b9f68d1a54604b495c80594cdeb90215eff92605f5c3f6a4f568ee3a86523982ccba314bf5a4ac22efb0cffa4c5500e73024a16aec51739e8bc515d1f8a80a
+Size (tifffile-2026.6.1.tar.gz) = 429694 bytes



Home | Main Index | Thread Index | Old Index