pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/py-imageio



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug  3 09:21:14 UTC 2020

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

Log Message:
py-imageio: updated to 2.9.0

2.9.0:

Fixed
More robust loading of FEI SEM data.
Fix webcam not working on Win10.

Added
Add a few standard images useful to 3D visualization.
The timeout used in HTTP requests can now be set with an environment variable.
The DICOM plugin can now used gdcm for compressed transfer formats.
Better support for itk/sitk plugins.
Test coverage and CI for ARM.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/py-imageio/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/py-imageio/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-imageio/Makefile
diff -u pkgsrc/graphics/py-imageio/Makefile:1.4 pkgsrc/graphics/py-imageio/Makefile:1.5
--- pkgsrc/graphics/py-imageio/Makefile:1.4     Mon Apr 27 16:21:53 2020
+++ pkgsrc/graphics/py-imageio/Makefile Mon Aug  3 09:21:14 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/04/27 16:21:53 prlw1 Exp $
+# $NetBSD: Makefile,v 1.5 2020/08/03 09:21:14 adam Exp $
 
-DISTNAME=      imageio-2.8.0
+DISTNAME=      imageio-2.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/imageio/}

Index: pkgsrc/graphics/py-imageio/distinfo
diff -u pkgsrc/graphics/py-imageio/distinfo:1.3 pkgsrc/graphics/py-imageio/distinfo:1.4
--- pkgsrc/graphics/py-imageio/distinfo:1.3     Mon Apr 27 16:21:53 2020
+++ pkgsrc/graphics/py-imageio/distinfo Mon Aug  3 09:21:14 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/04/27 16:21:53 prlw1 Exp $
+$NetBSD: distinfo,v 1.4 2020/08/03 09:21:14 adam Exp $
 
-SHA1 (imageio-2.8.0.tar.gz) = 8d7e8024936eff77bf76048d54a214a7124ce497
-RMD160 (imageio-2.8.0.tar.gz) = 4cf60c4198cecc3cfa67a03994a2342c4cea9b91
-SHA512 (imageio-2.8.0.tar.gz) = e43c72cab8d3443c4511751b8bafd7d9aa5470d6a45f8f769fdb3ad9a0b0fc798169fd42a0aef96c2b86f81681bdb578dbf284bb7a2a39001b9020f6bcbaac8b
-Size (imageio-2.8.0.tar.gz) = 3340492 bytes
+SHA1 (imageio-2.9.0.tar.gz) = 07f2898001299313c9aade099b239ee96a1fd5cf
+RMD160 (imageio-2.9.0.tar.gz) = b92ba421826947c4603186572eda219fd9aae02d
+SHA512 (imageio-2.9.0.tar.gz) = 07fce90f25393c5bdede52b04fc8175764226bdb47546fd304f947ff8cc006477c6edb9b96f3dcb11e9e137b72a89f5d25c3652e71853c92100aa91140312179
+Size (imageio-2.9.0.tar.gz) = 3341646 bytes



Home | Main Index | Thread Index | Old Index