diff --git a/srcpkgs/python3-pydantic/template b/srcpkgs/python3-pydantic/template index 4f9d686ce96..566bf069052 100644 --- a/srcpkgs/python3-pydantic/template +++ b/srcpkgs/python3-pydantic/template @@ -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 " 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