python3-pydantic: update to 1.10.7.
This commit is contained in:
parent
5f39ed67f1
commit
1b022d5350
|
@ -1,8 +1,10 @@
|
|||
# Template file for 'python3-pydantic'
|
||||
pkgname=python3-pydantic
|
||||
version=1.10.2
|
||||
revision=2
|
||||
version=1.10.7
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
# added to stop test failing due to DeprecationWarning on pkg_resources import
|
||||
make_check_args="-p no:warnings"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-typing_extensions"
|
||||
checkdepends="${depends} python3-pytest python3-pytest-mock"
|
||||
|
@ -12,7 +14,7 @@ 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=91b8e218852ef6007c2b98cd861601c6a09f1aa32bbbb74fab5b1c33d4a1e410
|
||||
checksum=cfc83c0678b6ba51b0532bea66860617c4cd4251ecf76e9846fa5a9f3454e97e
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
ignore="*a*"
|
Loading…
Reference in New Issue