python-jsonschema: update to 4.25.1

Check also needs python-jsonpath-ng, but it's currently not part
of MSYS2 / MINGW64.
This commit is contained in:
Dirk Stolle 2025-08-19 06:02:14 +02:00
parent 190baf4439
commit 3b1456f032

View File

@ -3,15 +3,17 @@
_realname=jsonschema
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=4.25.0
pkgver=4.25.1
pkgrel=1
pkgdesc="An implementation of JSON Schema validation for Python (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://python-jsonschema.readthedocs.io/"
msys2_repository_url="https://github.com/python-jsonschema/jsonschema/"
msys2_changelog_url="https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst"
msys2_references=(
'archlinux: python-jsonschema'
'gentoo: dev-python/jsonschema'
'purl: pkg:pypi/jsonschema'
)
license=('spdx:MIT')
@ -28,7 +30,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('e63acf5c11762c0e6672ffb61482bdf57f0876684d8d249c0fe2d730d48bc55f')
sha256sums=('e4a9655ce0da0c0b67a085847e00a3a51449e1157f4f75e9fb5aa545e122eb85')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"