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 Aug 26 15:08:15 UTC 2024

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

Log Message:
py-tifffile: updated to 2024.8.24

2024.8.24

- Pass 5095 tests.
- Do not remove trailing length-1 dimension writing non-shaped file (breaking).
- Fix writing OME-TIFF with certain modulo axes orders.
- Make imshow NaN aware.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/graphics/py-tifffile/Makefile
cvs rdiff -u -r1.30 -r1.31 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.33 pkgsrc/graphics/py-tifffile/Makefile:1.34
--- pkgsrc/graphics/py-tifffile/Makefile:1.33   Tue Aug 13 13:40:07 2024
+++ pkgsrc/graphics/py-tifffile/Makefile        Mon Aug 26 15:08:15 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2024/08/13 13:40:07 adam Exp $
+# $NetBSD: Makefile,v 1.34 2024/08/26 15:08:15 adam Exp $
 
-DISTNAME=      tifffile-2024.8.10
+DISTNAME=      tifffile-2024.8.24
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tifffile/}
@@ -17,7 +17,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-fsspec-[0-
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  38
 
 post-install:
 .for bin in lsm2bin tiff2fsspec tiffcomment tifffile

Index: pkgsrc/graphics/py-tifffile/distinfo
diff -u pkgsrc/graphics/py-tifffile/distinfo:1.30 pkgsrc/graphics/py-tifffile/distinfo:1.31
--- pkgsrc/graphics/py-tifffile/distinfo:1.30   Tue Aug 13 13:40:07 2024
+++ pkgsrc/graphics/py-tifffile/distinfo        Mon Aug 26 15:08:15 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2024/08/13 13:40:07 adam Exp $
+$NetBSD: distinfo,v 1.31 2024/08/26 15:08:15 adam Exp $
 
-BLAKE2s (tifffile-2024.8.10.tar.gz) = d9b86c7eb34b116a31f663de97726a5bf33c29245262c1032f92f6804b275ae0
-SHA512 (tifffile-2024.8.10.tar.gz) = 5775d949083fe1a857a6945b1576890520cba647de2179c2362fa417bcd42606713389345e30dfd47e512cbf5f708f2d6ce6899361b00205cc58ea3ad1a6e50b
-Size (tifffile-2024.8.10.tar.gz) = 362114 bytes
+BLAKE2s (tifffile-2024.8.24.tar.gz) = 14179c969584aedaf9e83ef89c77cba06b9e1e4a695f0a859c76a38567aeaaa9
+SHA512 (tifffile-2024.8.24.tar.gz) = b05b69b70941aafc4e3dbc4bb34aaddca04ee2f600d38e59ea5db9386d74cb82aeda6ad999938bcded4c806e695d0c8d3ed261b895447750e5c2b827dd18d3a4
+Size (tifffile-2024.8.24.tar.gz) = 362535 bytes



Home | Main Index | Thread Index | Old Index