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 Feb 19 19:23:35 UTC 2025

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

Log Message:
py-tifffile: updated to 2025.2.18

2025.2.18

- Pass 5110 tests.
- Fix julian_datetime milliseconds.
- Remove deprecated dtype arguments from imread and FileSequence (breaking).
- Remove deprecated imsave and TiffWriter.save function/method (breaking).
- Remove deprecated option to pass multiple values to compression (breaking).
- Remove deprecated option to pass unit to resolution (breaking).
- Remove deprecated enums from TIFF namespace (breaking).
- Remove deprecated lazyattr and squeeze_axes functions (breaking).


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/graphics/py-tifffile/Makefile
cvs rdiff -u -r1.36 -r1.37 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.41 pkgsrc/graphics/py-tifffile/Makefile:1.42
--- pkgsrc/graphics/py-tifffile/Makefile:1.41   Sun Jan 12 14:37:26 2025
+++ pkgsrc/graphics/py-tifffile/Makefile        Wed Feb 19 19:23:34 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2025/01/12 14:37:26 adam Exp $
+# $NetBSD: Makefile,v 1.42 2025/02/19 19:23:34 adam Exp $
 
-DISTNAME=      tifffile-2025.1.10
+DISTNAME=      tifffile-2025.2.18
 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.36 pkgsrc/graphics/py-tifffile/distinfo:1.37
--- pkgsrc/graphics/py-tifffile/distinfo:1.36   Sun Jan 12 14:37:26 2025
+++ pkgsrc/graphics/py-tifffile/distinfo        Wed Feb 19 19:23:34 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2025/01/12 14:37:26 adam Exp $
+$NetBSD: distinfo,v 1.37 2025/02/19 19:23:34 adam Exp $
 
-BLAKE2s (tifffile-2025.1.10.tar.gz) = 76e64dc78a77ea26442df7ed04ced50e95e5ce828b488a3680f2d3ee174dc258
-SHA512 (tifffile-2025.1.10.tar.gz) = 75069851293e889143dc702abc769a6744cf7f4cbebf55f86fdbe04f318b03cd1ba347e33da01f3102ee08dcd332caf6e4fdb7ab7fc9f996eed5ae3303e00149
-Size (tifffile-2025.1.10.tar.gz) = 365585 bytes
+BLAKE2s (tifffile-2025.2.18.tar.gz) = 1761928c4bc38b26a4c177d331779e25a2b2fd27c00fee9f9d06443c15028c37
+SHA512 (tifffile-2025.2.18.tar.gz) = 0803ae17dc9661c9bb6dd5496092f0669314c738d9399fcc7ecf409486d244e2f9e3afd1040a09aa7c26b4990166c59e8f4db293e70424ba044e2263a2cede1a
+Size (tifffile-2025.2.18.tar.gz) = 365412 bytes



Home | Main Index | Thread Index | Old Index