python3-pydantic-core: update to 2.21.0.
This commit is contained in:
parent
14a03655b0
commit
c3e62eb8a6
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-pydantic-core'
|
||||
pkgname=python3-pydantic-core
|
||||
version=2.16.3
|
||||
version=2.21.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
build_helper=rust
|
||||
|
@ -14,8 +14,9 @@ short_desc="Core functionality for pydantic-core validation and serialization"
|
|||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/pydantic/pydantic-core"
|
||||
changelog="https://github.com/pydantic/pydantic-core/releases"
|
||||
distfiles="${PYPI_SITE}/p/pydantic_core/pydantic_core-${version}.tar.gz"
|
||||
checksum=1cac689f80a3abab2d3c0048b29eea5751114054f032a941a32de4c852c59cad
|
||||
checksum=79c747f9916e5b6cb588dfd994d9ac15a93e43eb07467d9e6f24d892c176bbf5
|
||||
|
||||
# taken from python3-adblock
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Reference in New Issue