Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / python-pydantic
Commits: 042eef69 by Christian Heusel at 2024-12-18T20:48:12+01:00 upgpkg: 2.10.4-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-pydantic pkgdesc = Data parsing and validation using Python type hints - pkgver = 2.9.2 - pkgrel = 3 + pkgver = 2.10.4 + pkgrel = 1 url = https://github.com/pydantic/pydantic arch = any license = MIT @@ -36,8 +36,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 ===================================== PKGBUILD ===================================== @@ -1,11 +1,12 @@ # Maintainer: David Runge <dv...@archlinux.org> # Maintainer: Filipe LaĆns (FFY00) <la...@archlinux.org> +# Maintainer: Christian Heusel <gro...@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=3 +pkgver=2.10.4 +pkgrel=1 pkgdesc='Data parsing and validation using Python type hints' arch=(any) url="https://github.com/pydantic/pydantic" @@ -50,8 +51,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 View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydantic/-/commit/042eef69c3dc75d9e90d950d42a140940a3b5f39 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydantic/-/commit/042eef69c3dc75d9e90d950d42a140940a3b5f39 You're receiving this email because of your account on gitlab.archlinux.org.