python3-pydantic: update to 2.8.2.
This commit is contained in:
parent
b402fc4e79
commit
cb57dffd8f
|
@ -1,22 +1,25 @@
|
|||
# Template file for 'python3-pydantic'
|
||||
pkgname=python3-pydantic
|
||||
version=2.6.3
|
||||
version=2.8.2
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
# requires unpackaged pytest-examples, cloudpickle
|
||||
make_check_args="--ignore=tests/test_docs.py --ignore=tests/test_pickle.py"
|
||||
# 1) requires unpackaged pytest-examples, 2) requires unpackaged cloudpickle
|
||||
# 3) is already fixed: https://github.com/pydantic/pydantic-core/pull/1286
|
||||
make_check_args="--ignore=tests/test_docs.py --ignore=tests/test_pickle.py
|
||||
--deselect=tests/test_discriminated_union.py::test_discriminated_union_model_dump_with_nested_class"
|
||||
hostmakedepends="hatchling hatch-fancy-pypi-readme"
|
||||
depends="python3-typing_extensions python3-annotated-types
|
||||
python3-pydantic-core"
|
||||
checkdepends="${depends} python3-pytest python3-pytest-benchmark
|
||||
python3-pytest-mock python3-dirty-equals python3-Faker python3-email-validator"
|
||||
python3-pytest-mock python3-dirty-equals python3-Faker python3-email-validator
|
||||
python3-rich"
|
||||
short_desc="Data parsing and validation using Python type hints"
|
||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/pydantic/pydantic"
|
||||
changelog="https://raw.githubusercontent.com/pydantic/pydantic/main/HISTORY.md"
|
||||
distfiles="${PYPI_SITE}/p/pydantic/pydantic-${version}.tar.gz"
|
||||
checksum=e07805c4c7f5c6826e33a1d4c9d47950d7eaf34868e2690f8594d2e30241f11f
|
||||
checksum=6f62c13d067b0755ad1c21a34bdd06c0c12625a22b0fc09c6b149816604f7c2a
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue