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: Sun Jun 13 18:43:24 UTC 2021
Modified Files:
pkgsrc/graphics/py-tifffile: Makefile PLIST distinfo
Log Message:
py-tifffile: updated to 2021.6.6
2021.6.6
Pass 4405 tests.
Fix TIFF.COMPESSOR typo.
Round resolution numbers that do not fit in 64-bit rationals.
Add support for JPEG XL compression.
Add numcodecs compatible TIFF codec.
Rename ZarrFileStore to ZarrFileSequenceStore (breaking).
Add method to export fsspec ReferenceFileSystem from ZarrFileStore.
Fix fsspec ReferenceFileSystem v1 for multifile series.
Fix creating OME-TIFF with micron character in OME-XML.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/py-tifffile/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-tifffile/PLIST
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/graphics/py-tifffile/Makefile:1.8
--- pkgsrc/graphics/py-tifffile/Makefile:1.7 Thu May 6 07:42:53 2021
+++ pkgsrc/graphics/py-tifffile/Makefile Sun Jun 13 18:43:24 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2021/05/06 07:42:53 adam Exp $
+# $NetBSD: Makefile,v 1.8 2021/06/13 18:43:24 adam Exp $
-DISTNAME= tifffile-2021.4.8
+DISTNAME= tifffile-2021.6.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tifffile/}
Index: pkgsrc/graphics/py-tifffile/PLIST
diff -u pkgsrc/graphics/py-tifffile/PLIST:1.2 pkgsrc/graphics/py-tifffile/PLIST:1.3
--- pkgsrc/graphics/py-tifffile/PLIST:1.2 Fri Apr 2 07:47:00 2021
+++ pkgsrc/graphics/py-tifffile/PLIST Sun Jun 13 18:43:24 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2021/04/02 07:47:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/06/13 18:43:24 adam Exp $
bin/lsm2bin-${PYVERSSUFFIX}
bin/tiff2fsspec-${PYVERSSUFFIX}
bin/tiffcomment-${PYVERSSUFFIX}
@@ -18,6 +18,9 @@ ${PYSITELIB}/tifffile/__main__.pyo
${PYSITELIB}/tifffile/lsm2bin.py
${PYSITELIB}/tifffile/lsm2bin.pyc
${PYSITELIB}/tifffile/lsm2bin.pyo
+${PYSITELIB}/tifffile/numcodecs.py
+${PYSITELIB}/tifffile/numcodecs.pyc
+${PYSITELIB}/tifffile/numcodecs.pyo
${PYSITELIB}/tifffile/tiff2fsspec.py
${PYSITELIB}/tifffile/tiff2fsspec.pyc
${PYSITELIB}/tifffile/tiff2fsspec.pyo
Index: pkgsrc/graphics/py-tifffile/distinfo
diff -u pkgsrc/graphics/py-tifffile/distinfo:1.6 pkgsrc/graphics/py-tifffile/distinfo:1.7
--- pkgsrc/graphics/py-tifffile/distinfo:1.6 Thu May 6 07:42:53 2021
+++ pkgsrc/graphics/py-tifffile/distinfo Sun Jun 13 18:43:24 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2021/05/06 07:42:53 adam Exp $
+$NetBSD: distinfo,v 1.7 2021/06/13 18:43:24 adam Exp $
-SHA1 (tifffile-2021.4.8.tar.gz) = 04b51ca68890e53a411c6ecb74d4f80f8a7e66b7
-RMD160 (tifffile-2021.4.8.tar.gz) = 61c0618639e43525cf03c8b2cd34056ac4ef918d
-SHA512 (tifffile-2021.4.8.tar.gz) = f7988560177e5b509cc9a5140e29201f7604a1692c5726f5d4cdc1b255ab46aa728eb907183d3386f3a22670540c831cac3a5ba57821b28f1a6be7dbb6e64187
-Size (tifffile-2021.4.8.tar.gz) = 246578 bytes
+SHA1 (tifffile-2021.6.6.tar.gz) = c736f31dae7dc4c8efc1e115a16adeb13f202c3f
+RMD160 (tifffile-2021.6.6.tar.gz) = 55b18e308e1b94e6674877e76e342eba9d709c71
+SHA512 (tifffile-2021.6.6.tar.gz) = 218bcc760f604233826a0467db323feb3b81ec0a0527eb3970c463e21be1c9bfc415978afba6028cf1bffcb02b34be4255da02ea319ed2eb7430666670ab2dde
+Size (tifffile-2021.6.6.tar.gz) = 249273 bytes
Home |
Main Index |
Thread Index |
Old Index