py-tifffile: updated to 2021.4.8
2021.4.8 Pass 4393 tests. Fix reading OJPEG with wrong photometric or samplesperpixel tags. Fix fsspec ReferenceFileSystem v1 and JPEG compression. Use TiffTagRegistry for NDPI_TAGS, EXIF_TAGS, GPS_TAGS, IOP_TAGS constants. Make TIFF.GEO_KEYS an Enum (breaking).
This commit is contained in:
parent
f5fa86cdeb
commit
74f10c0c87
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.6 2021/04/02 07:47:00 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2021/05/06 07:42:53 adam Exp $
|
||||
|
||||
DISTNAME= tifffile-2021.3.31
|
||||
DISTNAME= tifffile-2021.4.8
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tifffile/}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.5 2021/04/02 07:47:00 adam Exp $
|
||||
$NetBSD: distinfo,v 1.6 2021/05/06 07:42:53 adam Exp $
|
||||
|
||||
SHA1 (tifffile-2021.3.31.tar.gz) = 028fe6b7cececac4abc742466f73c73126dd2559
|
||||
RMD160 (tifffile-2021.3.31.tar.gz) = 4508a92f26e91c2f7afcf9cafc9c2507506fea4f
|
||||
SHA512 (tifffile-2021.3.31.tar.gz) = 208523c1749af88cf4155d0b601d7bd61da08233c7ff968c72bf0717b75144d426df529adc5d4f83a7e2afdb0298b7665b91f026196dda9dfa0afedba1f1ca26
|
||||
Size (tifffile-2021.3.31.tar.gz) = 246207 bytes
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue