mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-pydantic: update to 1.10.7.
This commit is contained in:
parent
5f39ed67f1
commit
1b022d5350
2 changed files with 6 additions and 3 deletions
|
@ -1,8 +1,10 @@
|
||||||
# Template file for 'python3-pydantic'
|
# Template file for 'python3-pydantic'
|
||||||
pkgname=python3-pydantic
|
pkgname=python3-pydantic
|
||||||
version=1.10.2
|
version=1.10.7
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
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"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-typing_extensions"
|
depends="python3-typing_extensions"
|
||||||
checkdepends="${depends} python3-pytest python3-pytest-mock"
|
checkdepends="${depends} python3-pytest python3-pytest-mock"
|
||||||
|
@ -12,7 +14,7 @@ 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=91b8e218852ef6007c2b98cd861601c6a09f1aa32bbbb74fab5b1c33d4a1e410
|
checksum=cfc83c0678b6ba51b0532bea66860617c4cd4251ecf76e9846fa5a9f3454e97e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
1
srcpkgs/python3-pydantic/update
Normal file
1
srcpkgs/python3-pydantic/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ignore="*a*"
|
Loading…
Add table
Reference in a new issue