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 May  6 08:45:06 UTC 2026

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

Log Message:
py-tifffile: updated to 2026.5.2

2026.5.2

- Change TiffFile.series from list to callable TiffSeries sequence (breaking).
- Remove TiffPageSeries squeeze dual-state (breaking).
- Remove TiffPageSeries.get_shape, get_axes, and get_coords (breaking).
- Remove ZarrTiffStore squeeze parameter (breaking).
- Update ZarrTiffStore to zarr format 3 and multiscales to NGFF 0.5 (breaking).
- Update multiscales zarr format 2 fsspec files to NGFF 0.4 (breaking).
- Remove generic TiffPage coords (breaking).
- Change dims and sizes to use single-char axis codes (breaking).
- Add zarr format 3 compatible Tiff codec.
- Add asxarray methods to TiffFile, TiffPage, TiffPageSeries (requires xarray).
- Add geotiff kind of TiffPageSeries.
- Add mpp and coord_offsets/scales/units properties to TiffPageSeries.
- Add attrs property to TiffPage and TiffPageSeries.
- Add kind and squeeze parameters to memmap.
- Add kind parameter to imwrite and TiffFile; deprecate ome, imagej, shaped.
- Add return_as parameter to imread; deprecate aszarr.
- Fix writing TIFF trees
- Fix wrong TiffTagRegistry entries
- Implement TiffPageSeries.coords property.
- Deprecate kwargs to FileSequence.asarray; use imreadargs.
- Require zarr>=3.2.0 for zarr support.
- Drop support for numpy 2.0


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/graphics/py-tifffile/Makefile
cvs rdiff -u -r1.61 -r1.62 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.70 pkgsrc/graphics/py-tifffile/Makefile:1.71
--- pkgsrc/graphics/py-tifffile/Makefile:1.70   Mon Apr 27 10:01:18 2026
+++ pkgsrc/graphics/py-tifffile/Makefile        Wed May  6 08:45:05 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2026/04/27 10:01:18 wiz Exp $
+# $NetBSD: Makefile,v 1.71 2026/05/06 08:45:05 adam Exp $
 
-DISTNAME=      tifffile-2026.4.11
+DISTNAME=      tifffile-2026.5.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tifffile/}
@@ -16,13 +16,9 @@ TEST_DEPENDS+=       ${PYPKGPREFIX}-fsspec-[0-
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  310 311
+PY_RENAME_BINARIES=    lsm2bin tiff2fsspec tiffcomment tifffile
 
-post-install:
-.for bin in lsm2bin tiff2fsspec tiffcomment tifffile
-       cd ${DESTDIR}${PREFIX}/bin && \
-       ${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE}
-.endfor
+PYTHON_VERSIONS_INCOMPATIBLE=  310 311
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-tifffile/distinfo
diff -u pkgsrc/graphics/py-tifffile/distinfo:1.61 pkgsrc/graphics/py-tifffile/distinfo:1.62
--- pkgsrc/graphics/py-tifffile/distinfo:1.61   Tue Apr 14 12:28:50 2026
+++ pkgsrc/graphics/py-tifffile/distinfo        Wed May  6 08:45:05 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.61 2026/04/14 12:28:50 adam Exp $
+$NetBSD: distinfo,v 1.62 2026/05/06 08:45:05 adam Exp $
 
-BLAKE2s (tifffile-2026.4.11.tar.gz) = 59f4dd7a63cbcd30e9c09f92ff7beae696c3ee94784baa3f44a81638cfb05d06
-SHA512 (tifffile-2026.4.11.tar.gz) = 2d1b2d00d43319739d48b99b902106e33e486b1d8adc4dd8d75b35f529cd4ad7455a90e6188c7d8bd97809da13430fdf330ed7f095acec98409324381f3642e9
-Size (tifffile-2026.4.11.tar.gz) = 394956 bytes
+BLAKE2s (tifffile-2026.5.2.tar.gz) = 6c3a46e0b421aad8d7949fe9b82d9ab490052ecd752f3e81baab3f78a7ca59f1
+SHA512 (tifffile-2026.5.2.tar.gz) = de1fb5c7e1fd4719cfda518f6046f018152615467373a658579a139bfa825273ee2f98aa005962395c6dcda98a5619ceaa98421fbaa39ff5aa352d59c68f9c92
+Size (tifffile-2026.5.2.tar.gz) = 429140 bytes



Home | Main Index | Thread Index | Old Index