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.2.26



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e4e5c3de0e0
branches:  trunk
changeset: 448082:6e4e5c3de0e0
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Mar 04 14:05:49 2021 +0000

description:
py-tifffile: updated to 2021.2.26

2021.2.26
  Pass 4388 tests.
  Squeeze axes of LSM series by default (breaking).
  Add option to preserve single dimensions when reading from series (WIP).
  Do not allow appending to OME-TIFF files.
  Fix reading STK files without name attribute in metadata.
  Make TIFF constants multi-thread safe and pickleable.
  Add detection of NDTiffStorage MajorVersion to read_micromanager_metadata.
  Support ScanImage v4 files in read_scanimage_metadata (not tested).

diffstat:

 graphics/py-tifffile/Makefile |   8 +++++---
 graphics/py-tifffile/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r 3361ade80746 -r 6e4e5c3de0e0 graphics/py-tifffile/Makefile
--- a/graphics/py-tifffile/Makefile     Thu Mar 04 14:05:00 2021 +0000
+++ b/graphics/py-tifffile/Makefile     Thu Mar 04 14:05:49 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2021/02/27 23:47:59 markd Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/04 14:05:49 adam Exp $
 
-DISTNAME=      tifffile-2021.2.1
+DISTNAME=      tifffile-2021.2.26
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tifffile/}
@@ -10,7 +10,9 @@
 COMMENT=       Read and write TIFF(r) files
 LICENSE=       modified-bsd
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27 36
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
diff -r 3361ade80746 -r 6e4e5c3de0e0 graphics/py-tifffile/distinfo
--- a/graphics/py-tifffile/distinfo     Thu Mar 04 14:05:00 2021 +0000
+++ b/graphics/py-tifffile/distinfo     Thu Mar 04 14:05:49 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2021/02/24 19:54:49 markd Exp $
+$NetBSD: distinfo,v 1.2 2021/03/04 14:05:49 adam Exp $
 
-SHA1 (tifffile-2021.2.1.tar.gz) = be1dc4cf0079523482b0d3b5671a14551d9ab4ea
-RMD160 (tifffile-2021.2.1.tar.gz) = bac85430525f6a2e6c3df359bacf942c6b606bbf
-SHA512 (tifffile-2021.2.1.tar.gz) = 09ee4a6ed844ef8468acfdac75f0ae0e4ad06eb3b2cb53dd7aebe3271aa98efe5c49b89a9e979649cc28ec43b88add18144a741efac4f99055b42dfb9add41cf
-Size (tifffile-2021.2.1.tar.gz) = 239047 bytes
+SHA1 (tifffile-2021.2.26.tar.gz) = ccb6c53d3e4c6d68d858489ab2fd05f15d0f57dc
+RMD160 (tifffile-2021.2.26.tar.gz) = b8a472629c8805bbaa4528b90b12bc1bf8af8ac7
+SHA512 (tifffile-2021.2.26.tar.gz) = 863527c7321b4c8b03fa3b4edc4ba4596ffb7ff9f0f2a040d4a64d96d528b4624b1a605716c8d22744d3afe8ed81c22e065b9b44276996f786077983fcaa085e
+Size (tifffile-2021.2.26.tar.gz) = 241832 bytes



Home | Main Index | Thread Index | Old Index