diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-04 22:20:14 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:08 +0100 |
| commit | 4eeb93ef7a1e57d353ff83d3d6efb483d4277efa (patch) | |
| tree | 5500e0ad021b8f5e552dfc70d5ff807a1d0b9ef0 /gnu/packages/python-xyz.scm | |
| parent | 18cd3b9e7620a5a214b204650db90e4b7cd6ecc7 (diff) | |
gnu: python-jsonpatch: Update to 1.33.
* gnu/packages/python-xyz.scm (python-jsonpatch): Update to 1.33.
[build-system]: Use pypproject.
[arguments] <test-backend>: Use 'custom.
[native-inputs]: Add python-setuptools.
Change-Id: Icfaa7842ea88fd40c5c29a16f2d12d6bea25aafc
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 32e38d7b6d..35040b33a1 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -26943,7 +26943,7 @@ conversion: Gamut A, B, and C.") (define-public python-jsonpatch (package (name "python-jsonpatch") - (version "1.16") + (version "1.33") (source (origin (method git-fetch) @@ -26953,9 +26953,13 @@ conversion: Gamut A, B, and C.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 - "0k9pff06lxama3nhsc7cdxbp83422bdy8ifs52i6xkas8hpyzfzr")))) - (build-system python-build-system) + (base32 "0qidj3vrklygsid40y6qgxclssd85hbxnic1av833iy4hbml2w14")))) + (build-system pyproject-build-system) + (arguments + (list #:test-backend #~'custom + #:test-flags #~(list "tests.py"))) + (native-inputs + (list python-setuptools)) (propagated-inputs (list python-jsonpointer)) (home-page "https://github.com/stefankoegl/python-json-patch") |
