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:   gutteridge
Date:           Fri Mar  5 04:21:05 UTC 2021

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

Log Message:
py-tifffile: update to 2021.3.4

2021.3.4
    Pass 4389 tests.
    Fix reading multi-file, multi-series OME-TIFF (#67).
    Detect ScanImage 2021 files (#46).
    Shape new version ScanImage series according to metadata (breaking).
    Remove Description key from TiffFile.scanimage_metadata dict (breaking).
    Return ScanImage version from read_scanimage_metadata (breaking).
    Fix docstrings.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/py-tifffile/Makefile
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/graphics/py-tifffile/Makefile:1.4
--- pkgsrc/graphics/py-tifffile/Makefile:1.3    Thu Mar  4 14:05:49 2021
+++ pkgsrc/graphics/py-tifffile/Makefile        Fri Mar  5 04:21:05 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2021/03/04 14:05:49 adam Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/05 04:21:05 gutteridge Exp $
 
-DISTNAME=      tifffile-2021.2.26
+DISTNAME=      tifffile-2021.3.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tifffile/}
@@ -12,7 +12,7 @@ LICENSE=      modified-bsd
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 36
+PYTHON_VERSIONS_INCOMPATIBLE+= 27 36
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \

Index: pkgsrc/graphics/py-tifffile/distinfo
diff -u pkgsrc/graphics/py-tifffile/distinfo:1.2 pkgsrc/graphics/py-tifffile/distinfo:1.3
--- pkgsrc/graphics/py-tifffile/distinfo:1.2    Thu Mar  4 14:05:49 2021
+++ pkgsrc/graphics/py-tifffile/distinfo        Fri Mar  5 04:21:05 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2021/03/04 14:05:49 adam Exp $
+$NetBSD: distinfo,v 1.3 2021/03/05 04:21:05 gutteridge Exp $
 
-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
+SHA1 (tifffile-2021.3.4.tar.gz) = 4d87f65fc9097663fe23cb5962acf241286af1ec
+RMD160 (tifffile-2021.3.4.tar.gz) = cc3b481cb0f67227d75651ab4adbcce49563c0fb
+SHA512 (tifffile-2021.3.4.tar.gz) = 77c9c8b0d656a3c730bb92c9fda893ec7232184dcf070d373418dbed87f122b16e2458e640f4dc11c348520539b434a6ae09a0ab8f75d2aefb31416cd86260b7
+Size (tifffile-2021.3.4.tar.gz) = 243754 bytes



Home | Main Index | Thread Index | Old Index