guix_mirror_bot pushed a commit to branch master
in repository guix.
commit d4bcb182353fa661c9528b48e5753238559a3ac7
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Oct 18 10:00:01 2025 +0100
gnu: python-astropy: Update to 7.1.1.
* gnu/packages/astronomy.scm (python-astropy, python-astropy-minimal):
Update to 7.1.1.
[native-inputs]: Remove python-cython-3; add python-cython.
Change-Id: I802aee560b66c8d92375cf5df1b0f927f0db2fd1
---
gnu/packages/astronomy.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index fd176b3b31..5377d4829d 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2829,13 +2829,13 @@ constraints (i.e., altitude, airmass, moon
separation/illumination, etc.)
(define-public python-astropy
(package
(name "python-astropy")
- (version "7.1.0")
+ (version "7.1.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "astropy" version))
(sha256
- (base32 "1iakikzhw173djb2p24229ndpvzpbcanyg9h4k7viccm48r59wn8"))
+ (base32 "1y5hip9pkndx13yrq9ssw4gcmr6hz65ld11l25q4zhz20l08y4kd"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -2872,7 +2872,7 @@ constraints (i.e., altitude, airmass, moon
separation/illumination, etc.)
(substitute* "pyproject.toml"
(("xfail_strict = true") "xfail_strict = false"))
;; Replace reference to external ply.
- (substitute* "astropy/utils/parsing.py"
+ (substitute* (find-files "." "\\.py$")
(("astropy.extern.ply") "ply"))
;; Replace reference to external configobj.
(substitute* "astropy/config/configuration.py"
@@ -2916,17 +2916,15 @@ constraints (i.e., altitude, airmass, moon
separation/illumination, etc.)
python-ply ;to replace custom module
python-pyerfa
python-pyyaml
- ;; [recommended]
+ ;; [optional]
python-matplotlib
python-scipy
- ;; [jupyter]
;; python-ipydatagrid ;no packaged
python-ipykernel
python-ipython
python-ipywidgets
python-jupyter-core
python-pandas
- ;; [optional]
python-asdf
python-asdf-astropy
python-beautifulsoup4