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:   adam
Date:           Thu May  6 07:42:53 UTC 2021

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

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/py-tifffile/Makefile
cvs rdiff -u -r1.5 -r1.6 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.6 pkgsrc/graphics/py-tifffile/Makefile:1.7
--- pkgsrc/graphics/py-tifffile/Makefile:1.6    Fri Apr  2 07:47:00 2021
+++ pkgsrc/graphics/py-tifffile/Makefile        Thu May  6 07:42:53 2021
@@ -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/}

Index: pkgsrc/graphics/py-tifffile/distinfo
diff -u pkgsrc/graphics/py-tifffile/distinfo:1.5 pkgsrc/graphics/py-tifffile/distinfo:1.6
--- pkgsrc/graphics/py-tifffile/distinfo:1.5    Fri Apr  2 07:47:00 2021
+++ pkgsrc/graphics/py-tifffile/distinfo        Thu May  6 07:42:53 2021
@@ -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



Home | Main Index | Thread Index | Old Index