python-pydantic: update to 2.8.0

This commit is contained in:
Biswapriyo Nath
2024-07-02 12:59:35 +00:00
parent 9786e7d33a
commit e14fc7b18c

View File

@@ -3,12 +3,12 @@
_realname=pydantic
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.6.2
pkgver=2.8.0
pkgrel=1
pkgdesc="Data validation and settings management using python type hints (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://github.com/samuelcolvin/pydantic'
url='https://github.com/pydantic/pydantic'
msys2_references=(
'pypi: pydantic'
"cpe: cpe:/a:pydantic_project:pydantic"
@@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-hatchling"
"${MINGW_PACKAGE_PREFIX}-python-hatch-fancy-pypi-readme")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('a09be1c3d28f3abe37f8a78af58284b236a92ce520105ddc91a6d29ea1176ba7')
sha256sums=('d970ffb9d030b710795878940bd0489842c638e7252fc4a19c3ae2f7da4d6141')
prepare() {
rm -rf "python-build-${MSYSTEM}" | true