From e14fc7b18c4e1ebcff4adc1929e37d494f535987 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 2 Jul 2024 12:59:35 +0000 Subject: [PATCH] python-pydantic: update to 2.8.0 --- mingw-w64-python-pydantic/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-pydantic/PKGBUILD b/mingw-w64-python-pydantic/PKGBUILD index dd7561af63..26d3f13c3f 100644 --- a/mingw-w64-python-pydantic/PKGBUILD +++ b/mingw-w64-python-pydantic/PKGBUILD @@ -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