Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-validators
Commits:
db49dad3 by Felix Yan at 2024-10-21T13:58:12+03:00
upgpkg: 0.20.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-validators
pkgdesc = Python Data Validation for Humans
- pkgver = 0.20.3
+ pkgver = 0.20.4
pkgrel = 1
url = https://github.com/kvesteri/validators
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-validators
makedepends = python-installer
makedepends = python-poetry-core
depends = python
- source = git+https://github.com/kvesteri/validators.git#tag=0.20.3
- sha512sums =
dab6cbf4a365562162a32ed05241b4c260287bae8e9a33dd378ae2551fa4e4cdbf871c91950f663d0c84b03f5a56bb127b256ad0a430923e5eba6c7ed1625b80
+ source = git+https://github.com/kvesteri/validators.git#tag=0.20.4
+ sha512sums =
c0d896693f90548d664e20872922b7547f6936ed5e9d4818697e0d8e559920fe755b4e9d1e3fd0e93fbc032bf3834abf821ede2fa165dfb0a90e695f23ad7fe1
pkgname = python-validators
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-validators
-pkgver=0.20.3
+pkgver=0.20.4
pkgrel=1
pkgdesc="Python Data Validation for Humans"
url="https://github.com/kvesteri/validators"
@@ -11,7 +11,7 @@ depends=('python')
makedepends=('git' 'python-build' 'python-installer' 'python-poetry-core')
checkdepends=('python-pytest')
source=("git+https://github.com/kvesteri/validators.git#tag=$pkgver")
-sha512sums=('dab6cbf4a365562162a32ed05241b4c260287bae8e9a33dd378ae2551fa4e4cdbf871c91950f663d0c84b03f5a56bb127b256ad0a430923e5eba6c7ed1625b80')
+sha512sums=('c0d896693f90548d664e20872922b7547f6936ed5e9d4818697e0d8e559920fe755b4e9d1e3fd0e93fbc032bf3834abf821ede2fa165dfb0a90e695f23ad7fe1')
build() {
cd validators
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-validators/-/commit/db49dad32f0de9e8f44b5eb7ed94cff3f93caaac
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-validators/-/commit/db49dad32f0de9e8f44b5eb7ed94cff3f93caaac
You're receiving this email because of your account on gitlab.archlinux.org.