Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / python-pydantic-core
Commits: e8ec0d48 by Christian Heusel at 2024-12-18T20:43:50+01:00 upgpkg: 1:2.27.2-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,13 +1,14 @@ pkgbase = python-pydantic-core pkgdesc = Core validation logic for pydantic written in rust - pkgver = 2.23.4 - pkgrel = 2 + pkgver = 2.27.2 + pkgrel = 1 epoch = 1 url = https://github.com/pydantic/pydantic-core arch = x86_64 license = MIT checkdepends = python-dirty-equals checkdepends = python-hypothesis + checkdepends = python-inline-snapshot checkdepends = python-pytest checkdepends = python-pytest-benchmark checkdepends = python-pytest-examples @@ -21,8 +22,8 @@ pkgbase = python-pydantic-core depends = python depends = python-typing_extensions options = !lto - source = python-pydantic-core-2.23.4.tar.gz::https://github.com/pydantic/pydantic-core/archive/refs/tags/v2.23.4.tar.gz - sha512sums = 595c50346e6e4522b9b75cbe07cdfacf3c714ea28d1bee1b78d0128517e5337563ca360db9846944518bbec0a279b666db98397a9753f5809ac5f2900dd6e101 - b2sums = 2ab89e4081edf97a2096e87432418670fe245408fe4c7f6f56fa15a9d1c74cde0d9a8633cc2e6dca4af8cd92ec86fd54b167d194464c62b66d2e915f1e7fed61 + source = python-pydantic-core-2.27.2.tar.gz::https://github.com/pydantic/pydantic-core/archive/refs/tags/v2.27.2.tar.gz + sha512sums = 2720fe30c074b654bad2f200786962f3d92300de01b757b3a6a892cc3a2cec0693fd0070cee8d27a6c83baba68a29a6fd049cdf2d4fdd50bc07312ef4f3cf47c + b2sums = 2b338b3e2d7dd52b8aaa072e06513ec1f5dd10e6699acd3b01cb0e6a7e20d2181a6be233dc51b3d6d4b50a2ea1c19ac66d66c62965fff4b51a94146dbf5eddcc pkgname = python-pydantic-core ===================================== PKGBUILD ===================================== @@ -1,10 +1,11 @@ # Maintainer: David Runge <dv...@archlinux.org> +# Maintainer: Christian Heusel <gro...@archlinux.org> _name=pydantic-core pkgname=python-pydantic-core # WARNING: this package is pinned down to the patch-level version in python-pydantic and should only be updated in lock-step with it -pkgver=2.23.4 -pkgrel=2 +pkgver=2.27.2 +pkgrel=1 epoch=1 pkgdesc="Core validation logic for pydantic written in rust " arch=(x86_64) @@ -24,6 +25,7 @@ makedepends=( checkdepends=( python-dirty-equals python-hypothesis + python-inline-snapshot python-pytest python-pytest-benchmark python-pytest-examples @@ -32,8 +34,8 @@ checkdepends=( ) options=(!lto) source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz) -sha512sums=('595c50346e6e4522b9b75cbe07cdfacf3c714ea28d1bee1b78d0128517e5337563ca360db9846944518bbec0a279b666db98397a9753f5809ac5f2900dd6e101') -b2sums=('2ab89e4081edf97a2096e87432418670fe245408fe4c7f6f56fa15a9d1c74cde0d9a8633cc2e6dca4af8cd92ec86fd54b167d194464c62b66d2e915f1e7fed61') +sha512sums=('2720fe30c074b654bad2f200786962f3d92300de01b757b3a6a892cc3a2cec0693fd0070cee8d27a6c83baba68a29a6fd049cdf2d4fdd50bc07312ef4f3cf47c') +b2sums=('2b338b3e2d7dd52b8aaa072e06513ec1f5dd10e6699acd3b01cb0e6a7e20d2181a6be233dc51b3d6d4b50a2ea1c19ac66d66c62965fff4b51a94146dbf5eddcc') prepare() { # we don't support version pinning View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydantic-core/-/commit/e8ec0d4891d8be59e941a9abedc20f3418ce1219 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydantic-core/-/commit/e8ec0d4891d8be59e941a9abedc20f3418ce1219 You're receiving this email because of your account on gitlab.archlinux.org.