David Runge pushed to branch main at Arch Linux / Packaging / Packages /
python-pydantic
Commits:
66628279 by David Runge at 2024-03-12T20:01:46+01:00
upgpkg: 2.6.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pydantic
pkgdesc = Data parsing and validation using Python type hints
- pkgver = 2.6.3
+ pkgver = 2.6.4
pkgrel = 1
url = https://github.com/pydantic/pydantic
arch = any
@@ -32,8 +32,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.6.3/pydantic-v2.6.3.tar.gz
- sha512sums =
767cbe8b63905ff72cc826941fdfde7d98a6aa9868eed40a2fdea3df5608dd64d274ad44f47e323b167f01cc9250c72db8c339caf9ffe48fa8e12c2531d51c0f
- b2sums =
5eb1be9acb4f688f5aa2789a1f6248bbd6692f5004530eba6a84b8e587e83260f7cfd9b50e398e34d0edb12c6814f205b01ba29c1bb04208a9e25c65d3893113
+ source =
https://github.com/pydantic/pydantic/archive/v2.6.4/pydantic-v2.6.4.tar.gz
+ sha512sums =
dd3cb35d6b062649f30ede0f32740d02e53383d231b3c92e9a6aec26d8fa07a141d22162b2e08efa49ea7321411891f9a34cb5bc2e05186c4069f57cec6e51d2
+ b2sums =
e9aab3378dceb544be12d49bd6d34f83b3d9b14db2517de058ae93dccb2fc0d84bece4103b7fe9349764d16ec3fe36f4d14fa06381880ee143efa1ac0beeaecf
pkgname = python-pydantic
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_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.6.3
+pkgver=2.6.4
pkgrel=1
pkgdesc='Data parsing and validation using Python type hints'
arch=(any)
@@ -46,8 +46,8 @@ optdepends=(
'python-hypothesis: for hypothesis plugin when using legacy v1'
)
source=($url/archive/v$pkgver/$_name-v$pkgver.tar.gz)
-sha512sums=('767cbe8b63905ff72cc826941fdfde7d98a6aa9868eed40a2fdea3df5608dd64d274ad44f47e323b167f01cc9250c72db8c339caf9ffe48fa8e12c2531d51c0f')
-b2sums=('5eb1be9acb4f688f5aa2789a1f6248bbd6692f5004530eba6a84b8e587e83260f7cfd9b50e398e34d0edb12c6814f205b01ba29c1bb04208a9e25c65d3893113')
+sha512sums=('dd3cb35d6b062649f30ede0f32740d02e53383d231b3c92e9a6aec26d8fa07a141d22162b2e08efa49ea7321411891f9a34cb5bc2e05186c4069f57cec6e51d2')
+b2sums=('e9aab3378dceb544be12d49bd6d34f83b3d9b14db2517de058ae93dccb2fc0d84bece4103b7fe9349764d16ec3fe36f4d14fa06381880ee143efa1ac0beeaecf')
build() {
cd $_name-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydantic/-/commit/6662827956899c96f6bac8d086e942df4149403d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydantic/-/commit/6662827956899c96f6bac8d086e942df4149403d
You're receiving this email because of your account on gitlab.archlinux.org.