Wed Sep 27 12:13:13 2023 UTC ()
py-tifffile: updated to 2023.9.26

2023.9.26

- Pass 5069 tests.
- Lazily convert dask array to ndarray when writing.
- Allow to specify buffersize for reading and writing.
- Fix IndexError reading some corrupted files with ZarrTiffStore

2023.9.18

- Raise exception when writing non-volume data with volumetric tiles
- Improve multi-threaded writing of compressed multi-page files.
- Fix fsspec reference for big-endian files with predictors.


(adam)
diff -r1.19 -r1.20 pkgsrc/graphics/py-tifffile/Makefile
diff -r1.16 -r1.17 pkgsrc/graphics/py-tifffile/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/graphics/py-tifffile/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/py-tifffile/Makefile 2023/08/31 14:07:36 1.19
+++ pkgsrc/graphics/py-tifffile/Makefile 2023/09/27 12:13:13 1.20
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.19 2023/08/31 14:07:36 adam Exp $ 1# $NetBSD: Makefile,v 1.20 2023/09/27 12:13:13 adam Exp $
2 2
3DISTNAME= tifffile-2023.8.30 3DISTNAME= tifffile-2023.9.26
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= graphics python 5CATEGORIES= graphics python
6MASTER_SITES= ${MASTER_SITE_PYPI:=t/tifffile/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=t/tifffile/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://www.lfd.uci.edu/~gohlke/ 9HOMEPAGE= https://www.lfd.uci.edu/~gohlke/
10COMMENT= Read and write TIFF(r) files 10COMMENT= Read and write TIFF(r) files
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy 13DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
14TEST_DEPENDS+= ${PYPKGPREFIX}-fsspec-[0-9]*:../../sysutils/py-fsspec 14TEST_DEPENDS+= ${PYPKGPREFIX}-fsspec-[0-9]*:../../sysutils/py-fsspec
15TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 15TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
16 16

cvs diff -r1.16 -r1.17 pkgsrc/graphics/py-tifffile/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/py-tifffile/distinfo 2023/08/31 14:07:36 1.16
+++ pkgsrc/graphics/py-tifffile/distinfo 2023/09/27 12:13:13 1.17
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.16 2023/08/31 14:07:36 adam Exp $ 1$NetBSD: distinfo,v 1.17 2023/09/27 12:13:13 adam Exp $
2 2
3BLAKE2s (tifffile-2023.8.30.tar.gz) = 261b36dad08d7a7686e55cc41a0b4113278f93a59ee4de7d1294dd6230b6c9e3 3BLAKE2s (tifffile-2023.9.26.tar.gz) = 4cadecc0bb5c55e68d5ff2aba0533807fe13f14bd460ce23be8c278dcbb17673
4SHA512 (tifffile-2023.8.30.tar.gz) = 6bd94ed3882f33a1a6db5fd1df924a541d6a3e371c098ba945a4a69ce5a76541b67102b21bb199702d1213434a779ff08d26701f8a83b42133c2067ed9bd802b 4SHA512 (tifffile-2023.9.26.tar.gz) = 513bb652b0c0f9f77e8335ab2e518b7a011d2f7bf0a0fe408d1d969bb2c31ee7ca3d60f713913214b9e56f7f249b34074eec96a1a01821b66200ac4e23eaf346
5Size (tifffile-2023.8.30.tar.gz) = 348311 bytes 5Size (tifffile-2023.9.26.tar.gz) = 352054 bytes