David Runge pushed to branch main at Arch Linux / Packaging / Packages /
python-pydantic
Commits:
2ebc05bf by David Runge at 2024-04-09T11:15:22+02:00
upgpkg: 2.6.4-3: Rebuild against Python 3.12
- - - - -
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.6.4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/pydantic/pydantic
arch = any
license = MIT
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,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.4
-pkgrel=2
+pkgrel=3
pkgdesc='Data parsing and validation using Python type hints'
arch=(any)
url="https://github.com/pydantic/pydantic"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydantic/-/commit/2ebc05bf7b71aa93644bf6efad7976ed58d13ea1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydantic/-/commit/2ebc05bf7b71aa93644bf6efad7976ed58d13ea1
You're receiving this email because of your account on gitlab.archlinux.org.