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:           Fri Aug 25 13:49:29 UTC 2023

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

Log Message:
py-tifffile: updated to 2023.8.12

2023.8.12

- Pass 4996 tests.
- Support decompressing EER frames.
- Facilitate filtering logged warnings
- Read more tags from UIC1Tag
- Fix premature closing of files in main
- Don't force matplotlib backend to tkagg in main
- Add py.typed marker.
- Drop support for imagecodecs < 2023.3.16.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/py-tifffile/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/py-tifffile/PLIST
cvs rdiff -u -r1.13 -r1.14 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.16 pkgsrc/graphics/py-tifffile/Makefile:1.17
--- pkgsrc/graphics/py-tifffile/Makefile:1.16   Thu Jul 20 07:56:24 2023
+++ pkgsrc/graphics/py-tifffile/Makefile        Fri Aug 25 13:49:29 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2023/07/20 07:56:24 adam Exp $
+# $NetBSD: Makefile,v 1.17 2023/08/25 13:49:29 adam Exp $
 
-DISTNAME=      tifffile-2023.7.18
+DISTNAME=      tifffile-2023.8.12
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tifffile/}

Index: pkgsrc/graphics/py-tifffile/PLIST
diff -u pkgsrc/graphics/py-tifffile/PLIST:1.4 pkgsrc/graphics/py-tifffile/PLIST:1.5
--- pkgsrc/graphics/py-tifffile/PLIST:1.4       Mon Apr 24 07:03:08 2023
+++ pkgsrc/graphics/py-tifffile/PLIST   Fri Aug 25 13:49:29 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2023/04/24 07:03:08 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2023/08/25 13:49:29 adam Exp $
 bin/lsm2bin-${PYVERSSUFFIX}
 bin/tiff2fsspec-${PYVERSSUFFIX}
 bin/tiffcomment-${PYVERSSUFFIX}
@@ -27,6 +27,7 @@ ${PYSITELIB}/tifffile/lsm2bin.pyo
 ${PYSITELIB}/tifffile/numcodecs.py
 ${PYSITELIB}/tifffile/numcodecs.pyc
 ${PYSITELIB}/tifffile/numcodecs.pyo
+${PYSITELIB}/tifffile/py.typed
 ${PYSITELIB}/tifffile/tiff2fsspec.py
 ${PYSITELIB}/tifffile/tiff2fsspec.pyc
 ${PYSITELIB}/tifffile/tiff2fsspec.pyo

Index: pkgsrc/graphics/py-tifffile/distinfo
diff -u pkgsrc/graphics/py-tifffile/distinfo:1.13 pkgsrc/graphics/py-tifffile/distinfo:1.14
--- pkgsrc/graphics/py-tifffile/distinfo:1.13   Thu Jul 20 07:56:24 2023
+++ pkgsrc/graphics/py-tifffile/distinfo        Fri Aug 25 13:49:29 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2023/07/20 07:56:24 adam Exp $
+$NetBSD: distinfo,v 1.14 2023/08/25 13:49:29 adam Exp $
 
-BLAKE2s (tifffile-2023.7.18.tar.gz) = e6329c95b757a856e218d1c23dfcc0ead38c08495ba6cb6431a97375a1489b65
-SHA512 (tifffile-2023.7.18.tar.gz) = 4e77ca72c9d0b1090305fb0dfe1d09c6d3de3b07ce400ec59589d934e054e79d870dcf15ab9bddef074593324f9ef046ce689881f9265bc66508b0ae2b913806
-Size (tifffile-2023.7.18.tar.gz) = 354677 bytes
+BLAKE2s (tifffile-2023.8.12.tar.gz) = c9f1be9b8d53043fcad83e7f893e9fdb3148ad03d8ddcfa292c948f182aabb9a
+SHA512 (tifffile-2023.8.12.tar.gz) = a0ac74d8f1978f4312b167d62bd620d5e68187b10e8cd703f63e4c0b088ac4efb8c8b9f2b84a20d0d182d9af130684ee37c9883a02923cca82e53de287dad78f
+Size (tifffile-2023.8.12.tar.gz) = 346118 bytes



Home | Main Index | Thread Index | Old Index