David Runge pushed to branch main at Arch Linux / Packaging / Packages /
python-pydantic
Commits:
97b5f610 by David Runge at 2024-04-24T11:38:36+02:00
upgpkg: 2.7.1-1
- - - - -
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 = 2
+ pkgver = 2.7.1
+ pkgrel = 1
url = https://github.com/pydantic/pydantic
arch = any
license = MIT
@@ -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.7.0/pydantic-v2.7.0.tar.gz
- sha512sums =
14fe4e55bbfaade52b5176207b3a0101980316b8c35d1fc22e05448106776deee01b31cdd61c03742afc26bd45a5dfca8feb4f67bee75bf7f3c17c028c6088c8
- b2sums =
8a82fe997f7e70b049e29069bc130fd825485e65ff9bcdb1e3b27c0898dbc662dc4631655940b2326a2314e84520908d3d0955c6b3299d402671de6cef1b30d5
+ source =
https://github.com/pydantic/pydantic/archive/v2.7.1/pydantic-v2.7.1.tar.gz
+ sha512sums =
015050bc768909dced19ee008e81cb6efd79c754618802d59d5b998ca20ce0446f2b0e63061709c6fb669d9c66664256b53a84481bcaad547fb41b3a669d4d52
+ b2sums =
219604a1afd1cbfe68f4a33c455bf60a4a322aeb41924f96a5c919fcd138607e0c629ef9c3d022918e9c1033fbbfbce2d0513e3ed731ef935ca5b9b06784a298
pkgname = python-pydantic
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
_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=2
+pkgver=2.7.1
+pkgrel=1
pkgdesc='Data parsing and validation using Python type hints'
arch=(any)
url="https://github.com/pydantic/pydantic"
@@ -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=('14fe4e55bbfaade52b5176207b3a0101980316b8c35d1fc22e05448106776deee01b31cdd61c03742afc26bd45a5dfca8feb4f67bee75bf7f3c17c028c6088c8')
-b2sums=('8a82fe997f7e70b049e29069bc130fd825485e65ff9bcdb1e3b27c0898dbc662dc4631655940b2326a2314e84520908d3d0955c6b3299d402671de6cef1b30d5')
+sha512sums=('015050bc768909dced19ee008e81cb6efd79c754618802d59d5b998ca20ce0446f2b0e63061709c6fb669d9c66664256b53a84481bcaad547fb41b3a669d4d52')
+b2sums=('219604a1afd1cbfe68f4a33c455bf60a4a322aeb41924f96a5c919fcd138607e0c629ef9c3d022918e9c1033fbbfbce2d0513e3ed731ef935ca5b9b06784a298')
build() {
cd $_name-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydantic/-/commit/97b5f610778809a96de1ee8c67c8839b9964718c
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydantic/-/commit/97b5f610778809a96de1ee8c67c8839b9964718c
You're receiving this email because of your account on gitlab.archlinux.org.