pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/py-tifffile py-tifffile: updated to 2021.6.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9094430d81c9
branches:  trunk
changeset: 454607:9094430d81c9
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jun 13 18:43:24 2021 +0000

description:
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.

diffstat:

 graphics/py-tifffile/Makefile |   4 ++--
 graphics/py-tifffile/PLIST    |   5 ++++-
 graphics/py-tifffile/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r f504d3048986 -r 9094430d81c9 graphics/py-tifffile/Makefile
--- a/graphics/py-tifffile/Makefile     Sun Jun 13 18:36:31 2021 +0000
+++ b/graphics/py-tifffile/Makefile     Sun Jun 13 18:43:24 2021 +0000
@@ -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/}
diff -r f504d3048986 -r 9094430d81c9 graphics/py-tifffile/PLIST
--- a/graphics/py-tifffile/PLIST        Sun Jun 13 18:36:31 2021 +0000
+++ b/graphics/py-tifffile/PLIST        Sun Jun 13 18:43:24 2021 +0000
@@ -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/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
diff -r f504d3048986 -r 9094430d81c9 graphics/py-tifffile/distinfo
--- a/graphics/py-tifffile/distinfo     Sun Jun 13 18:36:31 2021 +0000
+++ b/graphics/py-tifffile/distinfo     Sun Jun 13 18:43:24 2021 +0000
@@ -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