From 09a68f8b4f6d1220b5238171d243ff19a1d494d5 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 3 Jan 2025 19:32:16 +0100 Subject: gnu: python-imageio: Update to 2.36.1. * gnu/packages/python-xyz.scm (python-imageio): Update to 2.36.1. [propagated-inputs]: Remove python-setuptools. [native-inputs]: Add python-setuptools. Change-Id: Iae2fd64ed6acdb4781079fa3e1037dc1a56ab977 --- gnu/packages/python-xyz.scm | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0de719aa85..fb1f4b1e4f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11541,14 +11541,14 @@ (define-public python-imageio-ffmpeg (define-public python-imageio (package (name "python-imageio") - (version "2.33.1") + (version "2.36.1") (source (origin (method url-fetch) (uri (pypi-uri "imageio" version)) (sha256 (base32 - "1kn1gj9vc1mkirs39x3nkw2d56paiagi24kkxksrig9pn502swkq")))) + "0qmy8qbnycas6v2a43qw9pxmd23fm3hpq3qb20b9x6kzyhqx5qg4")))) (build-system pyproject-build-system) (arguments (list @@ -11575,10 +11575,15 @@ (define-public python-imageio (delete-file "tests/test_freeimage.py")))))) (inputs (list freeimage)) (propagated-inputs - (list python-imageio-ffmpeg python-numpy python-pillow python-tifffile python-setuptools)) + (list python-imageio-ffmpeg python-numpy python-pillow python-tifffile)) (native-inputs - (list python-black python-flake8 python-fsspec python-pytest - python-pytest-cov python-wheel)) + (list python-black + python-flake8 + python-fsspec + python-pytest + python-pytest-cov + python-setuptools + python-wheel)) (home-page "https://imageio.github.io/") (synopsis "Library for reading and writing a wide range of image data") (description -- cgit v1.2.3