Skip to content

Commit

Permalink
py-tifffile: update to 2021.3.4
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dhgutteridge committed Mar 5, 2021
1 parent 28c0521 commit 081fa81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions graphics/py-tifffile/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand All @@ -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 && \
Expand Down
10 changes: 5 additions & 5 deletions graphics/py-tifffile/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 081fa81

Please sign in to comment.