[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70489] [PATCH 14/47] gnu: python-astropy: Update to 6.0.1.
From: |
Sharlatan Hellseher |
Subject: |
[bug#70489] [PATCH 14/47] gnu: python-astropy: Update to 6.0.1. |
Date: |
Sun, 21 Apr 2024 00:22:03 +0100 |
* gnu/packages/astronomy.scm (python-astropy): Update to 6.0.1.
[arguments]: <#:test-flags>: Enable recently failing tests; disable some
new one.
[propagated-inputs]: Add python-matplotlib and python-scipy.
[native-inputs]: Remove python-matplotlib and python-scipy; add
python-threadpoolctl.
Change-Id: Iaa48c84565d11c944444ecd1fd77291f4b3c8c3c
---
gnu/packages/astronomy.scm | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index fc3c652132..7fcb1a678d 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1546,13 +1546,13 @@ (define-public celestia-gtk
(define-public python-astropy
(package
(name "python-astropy")
- (version "6.0.0")
+ (version "6.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "astropy" version))
(sha256
- (base32 "1nbpqx7ibm8zsyyy17y5rmfjamwz6mv0sy4drlisap9hald81k83"))
+ (base32 "175k2h039c0b8rsf0fdphmxbpjrszd138j8z9zkhh1kd6pg7bac9"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -1574,11 +1574,9 @@ (define-public python-astropy
"-k" (string-append
;; Skip tests that need remote data.
"not remote_data"
- ;; E astropy.samp.errors.SAMPProxyError:
- ;; <SAMPProxyError 1: 'Timeout expired!'>
- " and not test_main"
- ;; E ModuleNotFoundError: No module named 'wofz'
- " and not test_pickle_functional"))
+ ;; ValueError: The truth value of an array with more than
+ ;; one element is ambiguous. Use a.any() or a.all()
+ " and not test_table_comp[t16-t26]"))
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'preparations
@@ -1619,7 +1617,6 @@ (define-public python-astropy
python-h5py
python-ipython
python-jplephem
- python-matplotlib
python-objgraph
python-pandas
python-pyarrow
@@ -1629,21 +1626,23 @@ (define-public python-astropy
python-pytest-mpl
python-pytest-xdist
python-scikit-image
- python-scipy
python-setuptools-scm
python-sgp4
python-skyfield
+ python-threadpoolctl
python-timezonefinder))
(inputs
(list expat wcslib))
(propagated-inputs
(list python-astropy-iers-data
python-configobj
+ python-matplotlib
python-numpy
python-packaging
python-ply
python-pyerfa
- python-pyyaml))
+ python-pyyaml
+ python-scipy))
(home-page "https://www.astropy.org/")
(synopsis "Core package for Astronomy in Python")
(description
--
2.41.0
- [bug#70489] [PATCH 04/47] gnu: libxisf: Update to 0.2.12., (continued)
- [bug#70489] [PATCH 04/47] gnu: libxisf: Update to 0.2.12., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 03/47] gnu: indi-2.0: Update to 2.0.7., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 13/47] gnu: python-astropy: Symplify package., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 10/47] gnu: python-asdf: Update to 3.2.0., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 12/47] gnu: python-astropy-iers-data: Update to 0.2024.4.15.2.45.49., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 09/47] gnu: Add python-supersmoother., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 01/47] gnu: cfitsio: Update to 4.4.0., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 07/47] gnu: python-exif-read: Update to 3.0.0., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 15/47] gnu: python-astropy-healpix: Update to 1.0.3., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 11/47] gnu: python-asdf-astropy: Update to 0.6.1., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 14/47] gnu: python-astropy: Update to 6.0.1.,
Sharlatan Hellseher <=
- [bug#70489] [PATCH 08/47] gnu: Add python-pysiaf., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 16/47] gnu: python-jwst: Update to 1.14.0., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 17/47] gnu: python-stcal: Update to 1.7.0., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 18/47] gnu: python-stdatamodels: Update to 1.10.1., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 06/47] gnu: parfive: Update to 2.1.0., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 19/47] gnu: python-stsci-imagestats: Update to 1.8.2., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 21/47] gnu: python-synphot: Add custom check phase., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 20/47] gnu: python-stsci-image: Refresh package style., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 22/47] gnu: python-synphot: Update to 1.4.0., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 23/47] gnu: python-tweakwcs: Adjust indentation., Sharlatan Hellseher, 2024/04/20