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:           Wed Nov 17 17:27:15 UTC 2021

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

Log Message:
py-imageio: updated to 2.10.5

v2.10.5 (2021-11-17)

Fix

Resolve regression on imageJ TIFF hyperstacks

v2.10.4 (2021-11-13)

Fix

Consistently handle file opening/closing

Documentation

Reorder getting started menu

v2.10.3 (2021-11-06)

Fix

Fix file extension bug when filename contains '#'.

v2.10.2 (2021-11-05)

Fix

Allow devices above in ffmpeg

Documentation

Align README.md with new docs

v2.10.1 (2021-10-27)

Fix

Install ImageIO dependencies during release wheel build

v2.10.0 (2021-10-27)

Feature

Allow pillow to write/encode to byte strings
Add CD pipeline
Fail PIL write if extension isnt supported (0dc33d3)
Make imopen use core.Request (c51fdb0)

Fix

Bump pillow to 8.3.2
Undo previous commit (f4c2e74)
Bump required pillow version (1a4456c)
Avoid pillow 8.3.0
Close request if no backend was found (1f8ff6b)
Introduce InitializationError (974fdc5)
Linting (e25f06f)
Merge master into feature (6576783)
Instantiate plugins once (081f3e6)
Make FITS the preferred plugin for FITS files
Remove compromised token
Get images from imageio not firefoxmetzger (9da8339)
Throw-away requests for get_reader/get_writer (cf83968)
Black + flake8 (53ed8d8)
Test mvolread with mvol image (3a03d26)
Investigate pypy failure (9d63acc)
Remove dublicate checks (7148fa9)
Remove dublicate code (9a99417)
Flake8 + black (42a02ed)
Raise error for invalud modes in py3.6 (c91ae9c)
Black + flake8 (abe7199)
Pillow changed gif reading. updating test (2ebe936)
Flake8 (6debb11)
Blackify (6676a62)
New black formatting rules
Merge master into branch (edad86f)
Make Request.Mode an enum
Fix highlighting of installation command
Remove double import (388e57d)
Merge master into v3.0.0 (7443ffd)

Documentation

Refactor plugin docs
Fix typo
Fixed Typo
Update DOI
Added missing docstring to function (6625430)
Clarify missing method (2fd5116)
Update Website Link
Polish imopen docstrings (7052cd8)
Clarify documentation on .tif handling
Add repo location to developer instructions


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/py-imageio/Makefile \
    pkgsrc/graphics/py-imageio/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/py-imageio/PLIST

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.6 pkgsrc/graphics/py-imageio/Makefile:1.7
--- pkgsrc/graphics/py-imageio/Makefile:1.6     Tue Jun 29 08:42:00 2021
+++ pkgsrc/graphics/py-imageio/Makefile Wed Nov 17 17:27:15 2021
@@ -1,21 +1,21 @@
-# $NetBSD: Makefile,v 1.6 2021/06/29 08:42:00 nia Exp $
+# $NetBSD: Makefile,v 1.7 2021/11/17 17:27:15 adam Exp $
 
-DISTNAME=      imageio-2.9.0
+DISTNAME=      imageio-2.10.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/imageio/}
 
 MAINTAINER=    prlw1%cam.ac.uk@localhost
-HOMEPAGE=      https://imageio.github.io/
+HOMEPAGE=      https://imageio.readthedocs.io/
 COMMENT=       Python library to read and write images
 LICENSE=       2-clause-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
+DEPENDS+=      ${PYPKGPREFIX}-Pillow>=8.3.2:../../graphics/py-Pillow
 DEPENDS+=      ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-tifffile-[0-9]*:../../graphics/py-tifffile
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-PYTHON_VERSIONS_INCOMPATIBLE+= 36      # py-numpy
+PYTHON_VERSIONS_INCOMPATIBLE=  27 36 # py-numpy
 
 USE_LANGUAGES= # none
 
@@ -29,7 +29,7 @@ post-install:
        ${MV} imageio_remove_bin imageio_remove_bin-${PYVERSSUFFIX} || ${TRUE}
 
 do-test:
-       cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/py-imageio/distinfo
diff -u pkgsrc/graphics/py-imageio/distinfo:1.6 pkgsrc/graphics/py-imageio/distinfo:1.7
--- pkgsrc/graphics/py-imageio/distinfo:1.6     Tue Oct 26 10:46:46 2021
+++ pkgsrc/graphics/py-imageio/distinfo Wed Nov 17 17:27:15 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:46:46 nia Exp $
+$NetBSD: distinfo,v 1.7 2021/11/17 17:27:15 adam Exp $
 
-BLAKE2s (imageio-2.9.0.tar.gz) = 9690526caa8429ba324aaeb85658e00b237009ab99da7a6ec82fa245ccd752d4
-SHA512 (imageio-2.9.0.tar.gz) = 07fce90f25393c5bdede52b04fc8175764226bdb47546fd304f947ff8cc006477c6edb9b96f3dcb11e9e137b72a89f5d25c3652e71853c92100aa91140312179
-Size (imageio-2.9.0.tar.gz) = 3341646 bytes
+BLAKE2s (imageio-2.10.5.tar.gz) = 45907de8ee3ea49f040138d50d48d999f5da426a2b52241a49cd90f1fce41d9b
+SHA512 (imageio-2.10.5.tar.gz) = 357ed2310dd1498b55db593ae7deb66264d73800919c5c8091b1284e63a126ebedb19a1de0e8f21944691a39502b9e05da1b7d207d223ad73b300671c8fe0b9d
+Size (imageio-2.10.5.tar.gz) = 3381055 bytes

Index: pkgsrc/graphics/py-imageio/PLIST
diff -u pkgsrc/graphics/py-imageio/PLIST:1.3 pkgsrc/graphics/py-imageio/PLIST:1.4
--- pkgsrc/graphics/py-imageio/PLIST:1.3        Mon Apr 27 16:21:53 2020
+++ pkgsrc/graphics/py-imageio/PLIST    Wed Nov 17 17:27:15 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2020/04/27 16:21:53 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.4 2021/11/17 17:27:15 adam Exp $
 bin/imageio_download_bin-${PYVERSSUFFIX}
 bin/imageio_remove_bin-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -13,6 +13,15 @@ ${PYSITELIB}/imageio/__init__.pyo
 ${PYSITELIB}/imageio/__main__.py
 ${PYSITELIB}/imageio/__main__.pyc
 ${PYSITELIB}/imageio/__main__.pyo
+${PYSITELIB}/imageio/config/__init__.py
+${PYSITELIB}/imageio/config/__init__.pyc
+${PYSITELIB}/imageio/config/__init__.pyo
+${PYSITELIB}/imageio/config/extensions.py
+${PYSITELIB}/imageio/config/extensions.pyc
+${PYSITELIB}/imageio/config/extensions.pyo
+${PYSITELIB}/imageio/config/plugins.py
+${PYSITELIB}/imageio/config/plugins.pyc
+${PYSITELIB}/imageio/config/plugins.pyo
 ${PYSITELIB}/imageio/core/__init__.py
 ${PYSITELIB}/imageio/core/__init__.pyc
 ${PYSITELIB}/imageio/core/__init__.pyo
@@ -28,12 +37,18 @@ ${PYSITELIB}/imageio/core/format.pyo
 ${PYSITELIB}/imageio/core/functions.py
 ${PYSITELIB}/imageio/core/functions.pyc
 ${PYSITELIB}/imageio/core/functions.pyo
+${PYSITELIB}/imageio/core/imopen.py
+${PYSITELIB}/imageio/core/imopen.pyc
+${PYSITELIB}/imageio/core/imopen.pyo
 ${PYSITELIB}/imageio/core/request.py
 ${PYSITELIB}/imageio/core/request.pyc
 ${PYSITELIB}/imageio/core/request.pyo
 ${PYSITELIB}/imageio/core/util.py
 ${PYSITELIB}/imageio/core/util.pyc
 ${PYSITELIB}/imageio/core/util.pyo
+${PYSITELIB}/imageio/core/v3_api.py
+${PYSITELIB}/imageio/core/v3_api.pyc
+${PYSITELIB}/imageio/core/v3_api.pyo
 ${PYSITELIB}/imageio/freeze.py
 ${PYSITELIB}/imageio/freeze.pyc
 ${PYSITELIB}/imageio/freeze.pyo
@@ -97,6 +112,9 @@ ${PYSITELIB}/imageio/plugins/pillow.pyo
 ${PYSITELIB}/imageio/plugins/pillow_info.py
 ${PYSITELIB}/imageio/plugins/pillow_info.pyc
 ${PYSITELIB}/imageio/plugins/pillow_info.pyo
+${PYSITELIB}/imageio/plugins/pillow_legacy.py
+${PYSITELIB}/imageio/plugins/pillow_legacy.pyc
+${PYSITELIB}/imageio/plugins/pillow_legacy.pyo
 ${PYSITELIB}/imageio/plugins/pillowmulti.py
 ${PYSITELIB}/imageio/plugins/pillowmulti.pyc
 ${PYSITELIB}/imageio/plugins/pillowmulti.pyo



Home | Main Index | Thread Index | Old Index