guix_mirror_bot pushed a commit to branch astro-update
in repository guix.

commit f0684236ba780649836882425358ca2a2de960dd
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 17 12:26:45 2026 +0000

    gnu: python-asdf-coordinates-schemas: Update to 0.5.1.
    
    * gnu/packages/astronomy.scm (python-asdf-coordinates-schemas): Update to 
0.5.1.
    [arguments] <test-flags>: Pin threads count to 8.
    [propagated-inputs]: Add python-asdf-standard.
    [native-inputs]: Remove python-wheel; add python-pytest-asdf-plugin.
    
    Change-Id: I516d3f8c64750a98d6ddda2dc2e831a2b319a32e
---
 gnu/packages/astronomy.scm | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index fbf6bb9166..7a094a0d19 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2298,26 +2298,28 @@ Frame},@url{http://facebook.github.io/zstd/, 
Zstandard}.")
 (define-public python-asdf-coordinates-schemas
   (package
     (name "python-asdf-coordinates-schemas")
-    (version "0.4.0")
+    (version "0.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "asdf_coordinates_schemas" version))
        (sha256
-        (base32 "1i5w1v74b84ygbd9pw9cs35bjaqs35f5iavazhjpbycqr1pf8rvh"))))
+        (base32 "1qilyzmb0nzpj7ss22xqwvi2dy7b706f2v4y5f7wn9rg67y75kyr"))))
     (build-system pyproject-build-system)
     (arguments
      (list
+      ;; tests: 257 passed
       #:test-flags
-      #~(list "--numprocesses" (number->string (parallel-job-count)))))
+      #~(list "--numprocesses" (number->string (min 8 (parallel-job-count))))))
     (native-inputs
      (list python-pytest
+           python-pytest-asdf-plugin
            python-pytest-xdist
            python-setuptools
-           python-setuptools-scm
-           python-wheel))
+           python-setuptools-scm))
     (propagated-inputs
-     (list python-asdf))
+     (list python-asdf
+           python-asdf-standard))
     (home-page "https://github.com/asdf-format/asdf-coordinates-schemas";)
     (synopsis "ASDF coordinates schemas")
     (description

Reply via email to