gnu: python-fastjsonschema: Update to 2.21.1.

* gnu/packages/python-xyz.scm (python-fastjsonschema): Update to 2.21.1.
[native-inputs]: Remove python-colorama, python-pytest-cache, and python-wheel.

Change-Id: I059d6792b2d9573a05140f2657f86427914347bb
This commit is contained in:
Sharlatan Hellseher 2025-08-09 16:53:20 +01:00
parent b7626613e6
commit 0f9c78a16a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -19088,7 +19088,7 @@ significantly better performance.")
(define-public python-fastjsonschema (define-public python-fastjsonschema
(package (package
(name "python-fastjsonschema") (name "python-fastjsonschema")
(version "2.20.0") (version "2.21.1")
(source (source
(origin (origin
(method git-fetch) ; no tests in PyPI release (method git-fetch) ; no tests in PyPI release
@ -19097,17 +19097,14 @@ significantly better performance.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0aqj7hf1fgana9hh9la475wiyivcr46fra1bvigp00805g14k599")))) (base32 "1j7dc8hlvrlhzkiv0vqzd6shhjaf14g9v3zlfn7x17j04c1g3iz7"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(native-inputs (native-inputs
(list python-colorama (list python-json-spec
python-json-spec
python-jsonschema python-jsonschema
python-pytest python-pytest
python-pytest-benchmark python-pytest-benchmark
python-pytest-cache python-setuptools))
python-setuptools
python-wheel))
(home-page "https://github.com/horejsek/python-fastjsonschema") (home-page "https://github.com/horejsek/python-fastjsonschema")
(synopsis "Fast Python implementation of JSON schema") (synopsis "Fast Python implementation of JSON schema")
(description (description