python-jsonschema: update to 4.23.0

This commit is contained in:
Mehdi Chinoune
2025-01-07 17:45:09 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 9215cb3965
commit 9de3e2a7ab

View File

@@ -3,8 +3,8 @@
_realname=jsonschema
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=4.22.0
pkgrel=3
pkgver=4.23.0
pkgrel=1
pkgdesc="An implementation of JSON Schema validation for Python (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -28,7 +28,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=('5b22d434a45935119af990552c862e5d6d564e8f6601206b305a61fdf661a2b7')
sha256sums=('d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"