* update python-pydantic to 2.10.4-1

This commit is contained in:
Alexander Baldeck 2025-01-07 12:56:45 +01:00
parent e6309569de
commit edad52d67c
2 changed files with 10 additions and 11 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-pydantic
pkgdesc = Data parsing and validation using Python type hints
pkgver = 2.9.2
pkgrel = 2
pkgver = 2.10.4
pkgrel = 1
url = https://github.com/pydantic/pydantic
arch = x86_64
arch = powerpc64le
@ -11,7 +11,6 @@ pkgbase = python-pydantic
license = MIT
checkdepends = python-ansi2html
checkdepends = python-cloudpickle
checkdepends = python-devtools
checkdepends = python-dirty-equals
checkdepends = python-email-validator
checkdepends = python-faker
@ -41,8 +40,8 @@ pkgbase = python-pydantic
optdepends = python-dotenv: for .env file support
optdepends = python-email-validator: for email validation
optdepends = python-hypothesis: for hypothesis plugin when using legacy v1
source = https://github.com/pydantic/pydantic/archive/v2.9.2/pydantic-v2.9.2.tar.gz
sha512sums = ca4efd3972fabff9be675e1f8bc39b4048e18b56db7d8985c560172aceb9f73818ede407d1b97a9069815c0cc7ce9b8dada0cbb43ba0f66a84be7700b48230b6
b2sums = 4512bb93e10fb99445bd3162dd71ddb5328a74029b7239bfd6f98ea48f7e9bf8254f8b10bca491c3357a40a08f9a7d1f085655dac03cc8cdb7149d54c4ba3cb6
source = https://github.com/pydantic/pydantic/archive/v2.10.4/pydantic-v2.10.4.tar.gz
sha512sums = bc8e5d6af3d41dc72a65123db8159cb29b37c336bc20e31192e2622dcbf9b43d0184147b7852705b38d7293bd65a0c1a9196ba2d751a2fd18d44d03db65818d9
b2sums = 1860ec8934be58542d530fe3fb8d2c5a22573c65c28b841983bf91ae97d000e83a738cd6f3ce27498f9471e6e547e88ffcfba94794ff82197878a93a112e66e4
pkgname = python-pydantic

View File

@ -1,12 +1,13 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: David Runge <dvzrv@archlinux.org>
# Maintainer: Filipe Laíns (FFY00) <lains@archlinux.org>
# Maintainer: Christian Heusel <gromit@archlinux.org>
_name=pydantic
pkgname=python-$_name
# WARNING: upstream pins pydantic-core down to the patch-level and using other versions breaks tests! only update in lock-step with python-pydantic-core!
pkgver=2.9.2
pkgrel=2
pkgver=2.10.4
pkgrel=1
pkgdesc='Data parsing and validation using Python type hints'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/pydantic/pydantic"
@ -28,7 +29,6 @@ makedepends=(
checkdepends=(
python-ansi2html
python-cloudpickle
python-devtools
python-dirty-equals
python-email-validator
python-faker
@ -52,8 +52,8 @@ optdepends=(
'python-hypothesis: for hypothesis plugin when using legacy v1'
)
source=($url/archive/v$pkgver/$_name-v$pkgver.tar.gz)
sha512sums=('ca4efd3972fabff9be675e1f8bc39b4048e18b56db7d8985c560172aceb9f73818ede407d1b97a9069815c0cc7ce9b8dada0cbb43ba0f66a84be7700b48230b6')
b2sums=('4512bb93e10fb99445bd3162dd71ddb5328a74029b7239bfd6f98ea48f7e9bf8254f8b10bca491c3357a40a08f9a7d1f085655dac03cc8cdb7149d54c4ba3cb6')
sha512sums=('bc8e5d6af3d41dc72a65123db8159cb29b37c336bc20e31192e2622dcbf9b43d0184147b7852705b38d7293bd65a0c1a9196ba2d751a2fd18d44d03db65818d9')
b2sums=('1860ec8934be58542d530fe3fb8d2c5a22573c65c28b841983bf91ae97d000e83a738cd6f3ce27498f9471e6e547e88ffcfba94794ff82197878a93a112e66e4')
build() {
cd $_name-$pkgver