From 3207f28b1fef5982fd1c7fc51e32623dfc1ea425 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 24 Jan 2026 14:02:32 +0000 Subject: [PATCH] gnu: python-numpoly: Update to 1.3.9. * gnu/packages/python-science.scm (python-numpoly): Update to 1.3.9. [source] : Upstream tagging style by removing "v" from the tag. [arguments] : Run all tests. Change-Id: I601ed70b8f4e65782b6bbe98ea7ddc7f91a0b60b --- gnu/packages/python-science.scm | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 1b6fb32e208..9998b42ba25 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -2111,23 +2111,20 @@ backward differences are used.") (define-public python-numpoly (package (name "python-numpoly") - (version "1.3.4") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jonathf/numpoly") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "19cld52ddvlbza1l8g1irfj603m6f5yifqy4pm397ffrxipfbbq6")))) + (version "1.3.9") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/jonathf/numpoly") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1abz6ch2bzghbzwkvrr2yrg6zkkaz4wn7qqc5810szryrv0is3ih")))) (build-system pyproject-build-system) (arguments (list - ;; tests: 219 passed, 2 deselected, 4 warnings - #:test-flags - ;; AssertionError: invalid results type: 3 != - #~(list "--deselect=test/test_array_function.py::test_count_nonzero") + ;; tests: 221 passed, 4 warnings #:phases #~(modify-phases %standard-phases (add-before 'check 'remove-local-source