gnu: python-imageio: Update to 2.33.1.

* gnu/packages/python-xyz.scm (python-imageio): Update to 2.33.1.
[propagated-inputs]: Remove python-psutil; add python-tifffile.
[native-inputs]: Add python-black, python-flake8, python-fsspec, and
python-pytest-cov.

Change-Id: I5c64d939f5ee94ac9ec8fdbd7b51cd978b7df0fb
This commit is contained in:
Ricardo Wurmus 2024-01-08 00:00:19 +01:00
parent 6fbbffd6ef
commit 32edfc4a85
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9717,14 +9717,14 @@ from FFMPEG, reliably terminating the process when done.")
(define-public python-imageio (define-public python-imageio
(package (package
(name "python-imageio") (name "python-imageio")
(version "2.26.0") (version "2.33.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "imageio" version)) (uri (pypi-uri "imageio" version))
(sha256 (sha256
(base32 (base32
"0dgddhi5dlpry5j4d3256v09pcziyj3ii47yx0zi68xprm11d7qn")))) "1kn1gj9vc1mkirs39x3nkw2d56paiagi24kkxksrig9pn502swkq"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
@ -9751,9 +9751,10 @@ from FFMPEG, reliably terminating the process when done.")
(delete-file "tests/test_freeimage.py")))))) (delete-file "tests/test_freeimage.py"))))))
(inputs (list freeimage)) (inputs (list freeimage))
(propagated-inputs (propagated-inputs
(list python-imageio-ffmpeg python-numpy python-pillow python-psutil)) (list python-imageio-ffmpeg python-numpy python-pillow python-tifffile))
(native-inputs (native-inputs
(list python-pytest)) (list python-black python-flake8 python-fsspec python-pytest
python-pytest-cov))
(home-page "https://imageio.github.io/") (home-page "https://imageio.github.io/")
(synopsis "Library for reading and writing a wide range of image data") (synopsis "Library for reading and writing a wide range of image data")
(description (description