python3-pydantic: update to 1.10.2.

This commit is contained in:
Joel Beckmeyer 2022-09-07 16:06:15 -04:00 committed by Michal Vasilek
parent ac4f0095d9
commit 0d7cd5a934

View file

@ -1,6 +1,6 @@
# Template file for 'python3-pydantic' # Template file for 'python3-pydantic'
pkgname=python3-pydantic pkgname=python3-pydantic
version=1.10.1 version=1.10.2
revision=1 revision=1
wrksrc="pydantic-${version}" wrksrc="pydantic-${version}"
build_style=python3-module build_style=python3-module
@ -13,7 +13,7 @@ license="MIT"
homepage="https://github.com/pydantic/pydantic" homepage="https://github.com/pydantic/pydantic"
changelog="https://raw.githubusercontent.com/pydantic/pydantic/main/HISTORY.md" changelog="https://raw.githubusercontent.com/pydantic/pydantic/main/HISTORY.md"
distfiles="${PYPI_SITE}/p/pydantic/pydantic-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pydantic/pydantic-${version}.tar.gz"
checksum=d41bb80347a8a2d51fbd6f1748b42aca14541315878447ba159617544712f770 checksum=91b8e218852ef6007c2b98cd861601c6a09f1aa32bbbb74fab5b1c33d4a1e410
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE