guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ba4b70cd20d7d483f228d2f0ec0e5dd9d34b5f2b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Aug 16 23:26:37 2026 +0100

    gnu: python-sunpy: Update to 8.0.0.
    
    * gnu/packages/astronomy.scm (python-sunpy): Update to 8.0.0.
    [native-inputs]: Add python-pytest-run-parallel and python-responses.
    
    Relates-to: guix/guix!10702
---
 gnu/packages/astronomy.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index c8ca6b962b..c5f720d831 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -12329,7 +12329,7 @@ SunPy.")
 (define-public python-sunpy
   (package
     (name "python-sunpy")
-    (version "7.1.2")
+    (version "8.0.0")
     (source
      (origin
        (method git-fetch)
@@ -12338,11 +12338,11 @@ SunPy.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0v6h67j0p9ppxlv47l5mlbvw8acmdbxryjhw90bqhajchayvgami"))))
+        (base32 "0q5a57lz63l96lw0j069qjhvw90dgvmc8d7pmvsk54ici6y0a7am"))))
     (build-system pyproject-build-system)
     (arguments
      (list
-      ;; tests: 2674 passed, 14 skipped, 3 xfailed, 2722 warnings
+      ;; tests: 2969 passed, 15 skipped, 3 xfailed, 3017 warnings
       #:test-flags
       #~(list "-m" "not remote_data"
               "--pyargs" "sunpy"
@@ -12365,9 +12365,6 @@ SunPy.")
                  (find-files "sunpy"))
                 (close port))))
           (add-before 'build 'set-HOME
-            ;; It requires during sanity check as well to prevent error like:
-            ;; PermissionError: [Errno 13] Permission denied:
-            ;; '/homeless-shelter'
             (lambda _
               (setenv "HOME" "/tmp")))
           (add-before 'check 'remove-local-source
@@ -12383,7 +12380,9 @@ SunPy.")
            python-pytest-astropy
            python-pytest-mock
            python-pytest-mpl
+           python-pytest-run-parallel
            python-pytest-xdist
+           python-responses
            python-setuptools
            python-setuptools-scm))
     (propagated-inputs

Reply via email to