mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-pydantic: update to 2.8.2.
This commit is contained in:
parent
b402fc4e79
commit
cb57dffd8f
1 changed files with 8 additions and 5 deletions
|
@ -1,22 +1,25 @@
|
||||||
# Template file for 'python3-pydantic'
|
# Template file for 'python3-pydantic'
|
||||||
pkgname=python3-pydantic
|
pkgname=python3-pydantic
|
||||||
version=2.6.3
|
version=2.8.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
# requires unpackaged pytest-examples, cloudpickle
|
# 1) requires unpackaged pytest-examples, 2) requires unpackaged cloudpickle
|
||||||
make_check_args="--ignore=tests/test_docs.py --ignore=tests/test_pickle.py"
|
# 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"
|
hostmakedepends="hatchling hatch-fancy-pypi-readme"
|
||||||
depends="python3-typing_extensions python3-annotated-types
|
depends="python3-typing_extensions python3-annotated-types
|
||||||
python3-pydantic-core"
|
python3-pydantic-core"
|
||||||
checkdepends="${depends} python3-pytest python3-pytest-benchmark
|
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"
|
short_desc="Data parsing and validation using Python type hints"
|
||||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
license="MIT"
|
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=e07805c4c7f5c6826e33a1d4c9d47950d7eaf34868e2690f8594d2e30241f11f
|
checksum=6f62c13d067b0755ad1c21a34bdd06c0c12625a22b0fc09c6b149816604f7c2a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue