David Runge pushed to branch main at Arch Linux / Packaging / Packages /
python-pydantic
Commits:
e3c7b00f by David Runge at 2024-04-13T13:02:46+02:00
upgpkg: 2.7.0-2: 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.7.0
- pkgrel = 1
+ pkgrel = 2
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.7.0
-pkgrel=1
+pkgrel=2
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/e3c7b00f3428e49d8815cd6455cdd81bccff1d20
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydantic/-/commit/e3c7b00f3428e49d8815cd6455cdd81bccff1d20
You're receiving this email because of your account on gitlab.archlinux.org.