guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit 855372d34f9437631976a42bfc041bb16fd489c4 Author: Sharlatan Hellseher <[email protected]> AuthorDate: Tue Oct 14 15:14:31 2025 +0100 gnu: python-sunpy: Update to 7.0.2. * gnu/packages/astronomy.scm (python-sunpy): Update to 7.0.2. [propagated-inputs]: Remove python-dateutil and python-hypothesis; add python-fsspec, opencv, python-aiobotocore, python-contourpy, python-fsspec, and python-lxml. [native-inputs]: Remove opencv; add python-pytest-asdf-plugin. Change-Id: Ibfab36baf9abae45e14a0dc51fe04a6661cb3b63 --- gnu/packages/astronomy.scm | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 2e5acdce82..26d6aabc03 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -9118,17 +9118,17 @@ SunPy.") (define-public python-sunpy (package (name "python-sunpy") - (version "7.0.1") + (version "7.0.2") (source (origin (method url-fetch) (uri (pypi-uri "sunpy" version)) (sha256 - (base32 "1q7z74jf9r65clrq7g6mqqap6455krfp4mxbjs3039jk5gs8d47m")))) + (base32 "1frd7cw18cxmkrflzkwda4nxxbidn64n9q45ldn6jvk6nn8bwy6q")))) (build-system pyproject-build-system) (arguments (list - ;; tests: 2439 passed, 3 xfailed, 35 warnings + ;; tests: 2448 passed, 3 xfailed, 35 warnings #:test-flags #~(list "--pyargs" "sunpy" "--numprocesses" (number->string (min 8 (parallel-job-count))) @@ -9162,12 +9162,11 @@ SunPy.") (apply invoke "pytest" "-vv" test-flags)))))))) (native-inputs (list nss-certs-for-test - opencv ; For tests, includes OpenCV-Python python-aiohttp python-extension-helpers python-hvpy python-jplephem - ;; python-mplcairo ; Not packed yet in Guix + python-pytest-asdf-plugin python-pytest-astropy python-pytest-mock python-pytest-mpl @@ -9175,27 +9174,33 @@ SunPy.") python-setuptools python-setuptools-scm)) (propagated-inputs - (list python-asdf + (list python-astropy + python-numpy + python-packaging + python-parfive + python-pyerfa + python-requests + python-fsspec + ;; [optional] + opencv + python-aiobotocore + python-asdf python-asdf-astropy - python-astropy python-beautifulsoup4 python-cdflib + python-contourpy python-dask - python-dateutil python-drms + python-fsspec python-glymur python-h5netcdf python-h5py - python-hypothesis + python-lxml python-matplotlib python-mpl-animators - python-numpy - python-packaging python-pandas - python-parfive - python-pyerfa + python-beautifulsoup4 python-reproject - python-requests python-scikit-image python-scipy ;; python-spiceypy ; Not packed yet in Guix, long journey.
