CVS commit: pkgsrc/graphics/py-imageio
"Adam Ciarcinski" <[email protected]> Mon, 3 Aug 2026 09:59:26 +0000
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--_----------=_1785751166100190
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"
Module Name: pkgsrc
Committed By: adam
Date: Mon Aug 3 09:59:26 UTC 2026
Modified Files:
pkgsrc/graphics/py-imageio: Makefile distinfo
Log Message:
py-imageio: updated to 2.37.4
2.37.4
Bug
Set filename parameter of FileNotFoundError exception
Doc
Fix typos in docstrings and comments
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/py-imageio/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/py-imageio/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
--_----------=_1785751166100190
Content-Disposition: inline
Content-Length: 2097
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii
Modified files:
Index: pkgsrc/graphics/py-imageio/Makefile
diff -u pkgsrc/graphics/py-imageio/Makefile:1.29 pkgsrc/graphics/py-imageio/Makefile:1.30
--- pkgsrc/graphics/py-imageio/Makefile:1.29 Sun Jun 28 15:41:23 2026
+++ pkgsrc/graphics/py-imageio/Makefile Mon Aug 3 09:59:26 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2026/06/28 15:41:23 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2026/08/03 09:59:26 adam Exp $
-DISTNAME= imageio-2.37.3
+DISTNAME= imageio-2.37.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/imageio/}
@@ -18,12 +18,9 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 310 311
+PY_RENAME_BINARIES= imageio_download_bin imageio_remove_bin
-post-install:
- cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} imageio_download_bin imageio_download_bin-${PYVERSSUFFIX} && \
- ${MV} imageio_remove_bin imageio_remove_bin-${PYVERSSUFFIX} || ${TRUE}
+PYTHON_VERSIONS_INCOMPATIBLE= 310 311
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/py-imageio/distinfo
diff -u pkgsrc/graphics/py-imageio/distinfo:1.18 pkgsrc/graphics/py-imageio/distinfo:1.19
--- pkgsrc/graphics/py-imageio/distinfo:1.18 Thu Mar 12 10:43:45 2026
+++ pkgsrc/graphics/py-imageio/distinfo Mon Aug 3 09:59:26 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2026/03/12 10:43:45 adam Exp $
+$NetBSD: distinfo,v 1.19 2026/08/03 09:59:26 adam Exp $
-BLAKE2s (imageio-2.37.3.tar.gz) = 56b8fd58af4464a7c0af84d975ddf0d3690014b5380d00cfdf0b816d0b7663a1
-SHA512 (imageio-2.37.3.tar.gz) = ffb015df9690269b246512f118343d849d4069b18ed7664cb5f31e6eb3d6d3e63978f524c28ad3e955767662779b339b9558c66136b85cfa6de3f966894475b4
-Size (imageio-2.37.3.tar.gz) = 389673 bytes
+BLAKE2s (imageio-2.37.4.tar.gz) = 3b46b3fdca49b8be6ad48c9711c773ed33a2ea71fab2e65dc67100795637a852
+SHA512 (imageio-2.37.4.tar.gz) = 60eb059a8370d25b9830060ef595a597a67886eadc645c7ceb66d8bac6c6dcad6b79cc0992e74e9f5c8eecd5de4e154caf9acb3deebe56db4ba49963bdb59b47
+Size (imageio-2.37.4.tar.gz) = 390173 bytes
--_----------=_1785751166100190--