guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit 70e2c475b384f71ded844b3a92660e51b164b11c Author: Sharlatan Hellseher <[email protected]> AuthorDate: Tue Oct 14 22:11:23 2025 +0100 gnu: python-gwcs: Update to 0.26.0. * gnu/packages/astronomy.scm (python-gwcs): Update to 0.26.0. [arguments] <test-flags>: Run all tests. [native-inputs]: Remove python-wheel. Change-Id: I52d9a292e57e1e7faa33c5bb1359633c13743e1d --- gnu/packages/astronomy.scm | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 0125d545d5..c18f8d7335 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4723,21 +4723,17 @@ specifically pulsar timing array signals.") (define-public python-gwcs (package (name "python-gwcs") - (version "0.25.2") + (version "0.26.0") (source (origin (method url-fetch) (uri (pypi-uri "gwcs" version)) (sha256 - (base32 "12hs7qa03blpxp2i97n3wckvih7zcmpm4k4ia0p3hird49qq7l44")))) + (base32 "0r9r6ns4gcszq199pwiw4pb4lydp16i4zdp136az8y6f994lrzqb")))) (build-system pyproject-build-system) (arguments (list - ;; tests: 1021 passed, 10 skipped, 1 deselected, 9 warnings - #:test-flags - ;; XXX: This is worth checking out more closely: - ;; Not equal to tolerance rtol=1e-07, atol=0. - #~(list "-k" "not test_fitswcs_imaging[fits_wcs_imaging_simple2]") + ;; tests: 1023 passed, 10 skipped, 10 warnings #:phases #~(modify-phases %standard-phases (add-after 'unpack 'relax-requirements @@ -4750,8 +4746,7 @@ specifically pulsar timing array signals.") python-pytest-astropy python-pyyaml python-setuptools - python-setuptools-scm - python-wheel)) + python-setuptools-scm)) (propagated-inputs (list python-asdf python-asdf-astropy
