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 Jul 19 11:54:30 UTC 2023

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

Log Message:
py-tifffile: updated to 2023.7.10

2023.7.10

- Increase default strip size to 256 KB when writing with compression.
- Fix ZarrTiffStore with non-default chunkmode.

2023.7.4

- Pass 4992 tests.
- Add option to return selection from imread.
- Fix reading OME series with missing trailing frames.
- Fix fsspec reference for WebP compressed segments missing alpha channel.
- Fix linting issues.
- Detect files written by Agilent Technologies.
- Drop support for Python 3.8 and numpy < 1.21 (NEP29).


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/py-tifffile/Makefile
cvs rdiff -u -r1.11 -r1.12 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.14 pkgsrc/graphics/py-tifffile/Makefile:1.15
--- pkgsrc/graphics/py-tifffile/Makefile:1.14   Sat Jul  1 08:37:37 2023
+++ pkgsrc/graphics/py-tifffile/Makefile        Wed Jul 19 11:54:30 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2023/07/01 08:37:37 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2023/07/19 11:54:30 adam Exp $
 
-DISTNAME=      tifffile-2023.4.12
+DISTNAME=      tifffile-2023.7.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tifffile/}
@@ -18,7 +18,7 @@ USE_LANGUAGES=        # none
 
 USE_PKG_RESOURCES=     yes
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 37 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 post-install:
 .for bin in lsm2bin tiff2fsspec tiffcomment tifffile

Index: pkgsrc/graphics/py-tifffile/distinfo
diff -u pkgsrc/graphics/py-tifffile/distinfo:1.11 pkgsrc/graphics/py-tifffile/distinfo:1.12
--- pkgsrc/graphics/py-tifffile/distinfo:1.11   Mon Apr 24 07:03:08 2023
+++ pkgsrc/graphics/py-tifffile/distinfo        Wed Jul 19 11:54:30 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2023/04/24 07:03:08 adam Exp $
+$NetBSD: distinfo,v 1.12 2023/07/19 11:54:30 adam Exp $
 
-BLAKE2s (tifffile-2023.4.12.tar.gz) = 3498559d8b58143a8707394bf38f9b59917c3e1d3a07a88a425bb910e7910385
-SHA512 (tifffile-2023.4.12.tar.gz) = 71c2c24552b44592288887b83e1f67ecf9acfe9a47da5ced49da18cd603f911f5fa0803e5eb4984af3a00a35abe21091b91be90abed345b6c7196dbac40f47ba
-Size (tifffile-2023.4.12.tar.gz) = 342873 bytes
+BLAKE2s (tifffile-2023.7.10.tar.gz) = 05f994ad623b50b8b5d47b7499271b6bd5256264aac3b565c9ae7f04bcf9a5d8
+SHA512 (tifffile-2023.7.10.tar.gz) = 036b53e6e9cc0d489eae7b80ff2c28e71463d1a02a71ba10693f7b9c2f42d3e997e05f9f4132623a69ce250bcea7ca82037e663a1c2e6296bf5977d623ee721b
+Size (tifffile-2023.7.10.tar.gz) = 345689 bytes



Home | Main Index | Thread Index | Old Index