[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75015] [PATCH 36/38] gnu: python-stdatamodels: Update to 2.2.0.
From: |
Sharlatan Hellseher |
Subject: |
[bug#75015] [PATCH 36/38] gnu: python-stdatamodels: Update to 2.2.0. |
Date: |
Sat, 21 Dec 2024 20:22:56 +0000 |
* gnu/packages/astronomy.scm (python-stdatamodels): Update to 2.2.0.
[arguments] <test-flags>: Skip one more test.
[propagated-inputs]: Remove python-asdf and python-psutil; add python-asdf-3.
[native-inputs]: Add nss-certs-for-test and python-psutil.
Change-Id: I557491aa84854b17a73d23598edb384576aa3133
---
gnu/packages/astronomy.scm | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index d180ea4451..4c5a3cfda0 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5319,13 +5319,13 @@ (define-public python-stcal
(define-public python-stdatamodels
(package
(name "python-stdatamodels")
- (version "2.1.2")
+ (version "2.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "stdatamodels" version))
(sha256
- (base32 "0x7fzkda9cr7bsf8hq2q090a73cxk3l3ynipq8lqixfp8c94m3kq"))))
+ (base32 "14720438p245ncjgwh7j37s69jd91rdk39daab8zswk9lhfbq9dx"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -5333,20 +5333,21 @@ (define-public python-stdatamodels
#~(list "--numprocesses" (number->string (parallel-job-count))
;; Disable tests requiring access to CRDS servers to download
;; ~500MiB of data.
- "-k" "not test_crds_selectors_vs_datamodel")
+ "-k" "not test_crds_selectors_vs_datamodel and not test_report")
#:phases
#~(modify-phases %standard-phases
(add-before 'check 'set-home
(lambda _
(setenv "HOME" "/tmp"))))))
(propagated-inputs
- (list python-asdf
+ (list python-asdf-3
python-asdf-astropy
python-astropy
- python-numpy
- python-psutil))
+ python-numpy))
(native-inputs
- (list python-crds
+ (list nss-certs-for-test
+ python-crds
+ python-psutil
python-pytest
python-pytest-doctestplus
python-pytest-xdist
--
2.46.0
- [bug#75015] [PATCH 30/38] gnu: python-webbpsf: Update to 1.5.0., (continued)
- [bug#75015] [PATCH 30/38] gnu: python-webbpsf: Update to 1.5.0., Sharlatan Hellseher, 2024/12/21
- [bug#75015] [PATCH 09/38] gnu: Add julia-performancetesttools., Sharlatan Hellseher, 2024/12/21
- [bug#75015] [PATCH 11/38] gnu: healpix: Update to 3.8.3., Sharlatan Hellseher, 2024/12/21
- [bug#75015] [PATCH 18/38] gnu: python-bayesicfitting: Update to 3.2.3., Sharlatan Hellseher, 2024/12/21
- [bug#75015] [PATCH 25/38] gnu: python-healpy: Update to 1.18.0., Sharlatan Hellseher, 2024/12/21
- [bug#75015] [PATCH 22/38] gnu: python-extinction: Update to 0.4.7., Sharlatan Hellseher, 2024/12/21
- [bug#75015] [PATCH 27/38] gnu: python-spisea: Update to 2.1.13., Sharlatan Hellseher, 2024/12/21
- [bug#75015] [PATCH 23/38] gnu: python-gwcs: Update to 0.22.1., Sharlatan Hellseher, 2024/12/21
- [bug#75015] [PATCH 32/38] gnu: Add python-asdf-3., Sharlatan Hellseher, 2024/12/21
- [bug#75015] [PATCH 34/38] gnu: python-roman-datamodels: Adjust input., Sharlatan Hellseher, 2024/12/21
- [bug#75015] [PATCH 36/38] gnu: python-stdatamodels: Update to 2.2.0.,
Sharlatan Hellseher <=
- [bug#75015] [PATCH 38/38] gnu: Add python-pysat., Sharlatan Hellseher, 2024/12/21
- [bug#75015] [PATCH 13/38] gnu: splash: Update to 3.11.1., Sharlatan Hellseher, 2024/12/21
- [bug#75015] [PATCH 21/38] gnu: python-crds: Update to 12.0.8., Sharlatan Hellseher, 2024/12/21
- [bug#75015] [PATCH 05/38] gnu: Add julia-extents., Sharlatan Hellseher, 2024/12/21
- [bug#75015] [PATCH 14/38] gnu: wcslib: Update to 8.4., Sharlatan Hellseher, 2024/12/21
- [bug#75015] [PATCH 12/38] gnu: indi-2.0: Update to 2.1.1., Sharlatan Hellseher, 2024/12/21
- [bug#75015] [PATCH 31/38] gnu: python-stsci-stimage: Adjust inputs., Sharlatan Hellseher, 2024/12/21
- [bug#75015] [PATCH 28/38] gnu: python-sunpy: Update to 6.0.4., Sharlatan Hellseher, 2024/12/21
- [bug#75015] [PATCH 33/38] gnu: python-rad: Adjust input., Sharlatan Hellseher, 2024/12/21
- [bug#75015] [PATCH 29/38] gnu: webbpsf-data: Update to 1.5.0., Sharlatan Hellseher, 2024/12/21