[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#66778] [PATCH 11/19] gnu: python-astropy: Update to 5.3.4.
From: |
Sharlatan Hellseher |
Subject: |
[bug#66778] [PATCH 11/19] gnu: python-astropy: Update to 5.3.4. |
Date: |
Fri, 27 Oct 2023 23:14:54 +0100 |
* gnu/packages/astronomy.scm (python-astropy): Update to 5.3.4.
[arguments]{phases}: Disable one failing test, reported upstream.
---
gnu/packages/astronomy.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 51053b1d58..937da94b03 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1412,13 +1412,13 @@ (define-public celestia-gtk
(define-public python-astropy
(package
(name "python-astropy")
- (version "5.3.3")
+ (version "5.3.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "astropy" version))
(sha256
- (base32 "1fwk7x4q1hgdf9m8q613c6q7045sam1g934vgqv588ksbngxyc03"))
+ (base32 "1n7iwvjari4xv37094cpiapmjhhm57b04hi4r40wqb5czbigg46l"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -1473,7 +1473,9 @@ (define-public python-astropy
"not remote_data"
;; XXX: Check why this tests failing.
" and not test_ignore_sigint"
- " and not test_parquet_filter"))))))))
+ " and not test_parquet_filter"
+ ;; See
https://github.com/astropy/astropy/issues/15537
+ " and not test_pvstar"))))))))
(native-inputs
(list pkg-config
python-colorlog
--
2.41.0
- [bug#66778] [PATCH 15/19] gnu: python-jwst: Update to 1.12.5., (continued)
- [bug#66778] [PATCH 15/19] gnu: python-jwst: Update to 1.12.5., Sharlatan Hellseher, 2023/10/27
- [bug#66778] [PATCH 08/19] gnu: erfa: Update to 2.0.1., Sharlatan Hellseher, 2023/10/27
- [bug#66778] [PATCH 14/19] gnu: python-ephem: Update to 4.1.5., Sharlatan Hellseher, 2023/10/27
- [bug#66778] [PATCH 12/19] gnu: python-cdflib: Update to 1.2.3., Sharlatan Hellseher, 2023/10/27
- [bug#66778] [PATCH 17/19] gnu: python-pytest-doctestplus: Update to 1.0.0., Sharlatan Hellseher, 2023/10/27
- [bug#66778] [PATCH 19/19] gnu: python-asdf: Update to 3.0.0., Sharlatan Hellseher, 2023/10/27
- [bug#66778] [PATCH 13/19] gnu: python-crds: Update to 11.17.7., Sharlatan Hellseher, 2023/10/27
- [bug#66778] [PATCH 10/19] gnu: libxisf: Update to 0.2.10., Sharlatan Hellseher, 2023/10/27
- [bug#66778] [PATCH 16/19] gnu: python-pytest-remotedata: Update to 0.4.1., Sharlatan Hellseher, 2023/10/27
- [bug#66778] [PATCH 09/19] gnu: python-pyerfa: Update to 2.0.1.1., Sharlatan Hellseher, 2023/10/27
- [bug#66778] [PATCH 11/19] gnu: python-astropy: Update to 5.3.4.,
Sharlatan Hellseher <=
- [bug#66778] [PATCH 06/19] gnu: python-cdflib: Update to 1.2.2., Sharlatan Hellseher, 2023/10/27
- [bug#66778] [PATCH 18/19] gnu: python-pytest-astropy: Update to 0.11.0., Sharlatan Hellseher, 2023/10/27