David Runge pushed to branch main at Arch Linux / Packaging / Packages /
python-pydantic
Commits:
7bf1df8b by David Runge at 2024-09-12T21:45:05+02:00
upgpkg: 2.9.1-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.9.0
+ pkgver = 2.9.1
pkgrel = 1
url = https://github.com/pydantic/pydantic
arch = any
@@ -37,8 +37,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.0/pydantic-v2.9.0.tar.gz
- sha512sums =
878ab50396f7545561e648bf4b835ed26f6f496949a1231393dcebf222ee1b63454608ea7a3e2e25a5d69912c3b163f337e70e625cc82f9531c4a8991da798da
- b2sums =
472428ad78669ac0bbf2e30cbd53089c198cb8928586ae5251cf41d941a428b0d8ae98c796e41f2b1b2430816ae5f71e1deae9b1403a694435e6fefae7e4f860
+ source =
https://github.com/pydantic/pydantic/archive/v2.9.1/pydantic-v2.9.1.tar.gz
+ sha512sums =
aa6f0f488cb570f2fd14eb095b5fccb1813b09b6c903ac60c08072894dfdec363c3c7a7a86877b6d97bff7c48b238919cedfc28bd31d3dd8db6b46e8ae5b2cfc
+ b2sums =
2195cce8aea51096dadb8e12254dcf87f22e452171f0096261694d23a12fbc72c878358935a288c62f2b4d6e64adeaeb1ce074efe21568ded5245bb6223aa93b
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.9.0
+pkgver=2.9.1
pkgrel=1
pkgdesc='Data parsing and validation using Python type hints'
arch=(any)
@@ -51,8 +51,8 @@ optdepends=(
'python-hypothesis: for hypothesis plugin when using legacy v1'
)
source=($url/archive/v$pkgver/$_name-v$pkgver.tar.gz)
-sha512sums=('878ab50396f7545561e648bf4b835ed26f6f496949a1231393dcebf222ee1b63454608ea7a3e2e25a5d69912c3b163f337e70e625cc82f9531c4a8991da798da')
-b2sums=('472428ad78669ac0bbf2e30cbd53089c198cb8928586ae5251cf41d941a428b0d8ae98c796e41f2b1b2430816ae5f71e1deae9b1403a694435e6fefae7e4f860')
+sha512sums=('aa6f0f488cb570f2fd14eb095b5fccb1813b09b6c903ac60c08072894dfdec363c3c7a7a86877b6d97bff7c48b238919cedfc28bd31d3dd8db6b46e8ae5b2cfc')
+b2sums=('2195cce8aea51096dadb8e12254dcf87f22e452171f0096261694d23a12fbc72c878358935a288c62f2b4d6e64adeaeb1ce074efe21568ded5245bb6223aa93b')
build() {
cd $_name-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydantic/-/commit/7bf1df8b39dd171bd70562da07b7ebe5291a5c5a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydantic/-/commit/7bf1df8b39dd171bd70562da07b7ebe5291a5c5a
You're receiving this email because of your account on gitlab.archlinux.org.