diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-29 15:53:08 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:18 +0100 |
| commit | bb251034b2f807b699fc448ec7aab5df0c1190af (patch) | |
| tree | 9be5f517f0e333e131df93b0d328d35ff88fc6de | |
| parent | 7bdac6ee018d8674ffbc4c77e361cfe02b9acf7a (diff) | |
gnu: python-allpairspy: Update to 2.5.1.
* gnu/packages/python-check.scm (python-allpairspy): Update to 2.5.1.
[build-system]: Use pyproject.
[native-inputs]: Remove python-pytest-runner; add python-setuptools.
Change-Id: Iea02a2db43a159f9f3866469846b2d90005f9ff7
| -rw-r--r-- | gnu/packages/python-check.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 51d100d34c..0d488b5059 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -125,16 +125,17 @@ HTTP requests.") (define-public python-allpairspy (package (name "python-allpairspy") - (version "2.5.0") + (version "2.5.1") (source (origin (method url-fetch) (uri (pypi-uri "allpairspy" version)) (sha256 - (base32 "1c987h13dly9919d15w3h747rgn50ilnv7dginhlprxbj564hn4k")))) - (build-system python-build-system) + (base32 "1zh983y9k5idna677vsjlfxlzm1dfff3w1n63sfi3vkfnnik37gn")))) + (build-system pyproject-build-system) (native-inputs - (list python-pytest python-pytest-runner)) + (list python-pytest + python-setuptools)) (home-page "https://github.com/thombashi/allpairspy") (synopsis "Pairwise test combinations generator") (description |
