guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 01c065574e4e63e534bf28b7004f57d75e4b3850
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Wed Jun 17 17:57:55 2026 +0200
gnu: python-astropy: Update to 8.0.0.
* gnu/packages/astronomy.scm (python-astropy): Update to 8.0.0.
[inputs]: Replace wcslib by wcslib-8.6.
[native-inputs]: Add python-setuptools.
Relates-to: guix/guix!9359, guix/guix#9207
Modified-by: Sharlatan Hellseher <[email protected]>
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/astronomy.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 083ebd49c1..4163967c22 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3180,13 +3180,13 @@ constraints (i.e., altitude, airmass, moon
separation/illumination, etc.)
(define-public python-astropy
(package
(name "python-astropy")
- (version "7.2.0")
+ (version "8.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "astropy" version))
(sha256
- (base32 "0w1hih745aw76zqvfcg9bw8pl4rrmahizgclrl1vdbpyn4kbqj5f"))
+ (base32 "1hzxl7xkr19kkjlgiy9ph2dw3hdzi92pipgd6c218vzj87dyakbz"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -3202,7 +3202,7 @@ constraints (i.e., altitude, airmass, moon
separation/illumination, etc.)
(build-system pyproject-build-system)
(arguments
(list
- ;; tests: 31207 passed, 443 skipped, 226 xfailed
+ ;; tests: 31946 passed, 410 skipped, 261 xfailed
#:test-flags
#~(list "--pyargs" "astropy"
;; XXX: Tests are not thread save when they are more than 8.
@@ -3246,6 +3246,7 @@ constraints (i.e., altitude, airmass, moon
separation/illumination, etc.)
python-pytest-astropy-header
python-pytest-doctestplus
python-pytest-xdist
+ python-setuptools
python-setuptools-scm
python-sgp4
python-skyfield
@@ -3253,7 +3254,9 @@ constraints (i.e., altitude, airmass, moon
separation/illumination, etc.)
specification-astropy-data))
(inputs
(list expat
- wcslib))
+ ;; XXX: One test fails with [email protected]: ValueError: ERROR 5 in
+ ;; wcsset() at line 2895 of file wcs.c.
+ wcslib-8.6))
(propagated-inputs
(list python-astropy-iers-data
python-configobj ;to replace custom module