python-pydantic-core: update to 2.16.1

This commit is contained in:
Mehdi Chinoune
2024-01-22 17:11:04 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent a22a7f04f1
commit 73672e8a64

View File

@@ -3,7 +3,7 @@
_realname=pydantic-core
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.14.6
pkgver=2.16.1
pkgrel=1
pkgdesc="Core validation logic for pydantic written in rust (mingw-w64)"
arch=('any')
@@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-rust")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname/-/_}-${pkgver}.tar.gz")
sha256sums=('1fd0c1d395372843fba13a51c28e3bb9d59bd7aebfeb17358ffaaa1e4dbbe948')
sha256sums=('daff04257b49ab7f4b3f73f98283d3dbb1a65bf3500d55c7beac3c66c310fe34')
build() {
cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"