Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-voluptuous
Commits:
7563a62b by Felix Yan at 2026-01-20T02:50:41+08:00
upgpkg: 0.16.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-voluptuous
pkgdesc = A Python data validation library
- pkgver = 0.15.2
- pkgrel = 2
+ pkgver = 0.16.0
+ pkgrel = 1
url = https://github.com/alecthomas/voluptuous
arch = any
license = BSD-3-Clause
@@ -9,7 +9,7 @@ pkgbase = python-voluptuous
makedepends = git
makedepends = python-setuptools
depends = python
- source = git+https://github.com/alecthomas/voluptuous.git#tag=0.15.2
- sha512sums =
4a6f6ffb7db63bd901863dd431827144a2b51c0634e58cee2fe9ce0357cb792de1a40ccdfce7c22f3ed2115fbcd36686f9a46add77ed849bca9a9ea703403a18
+ source = git+https://github.com/alecthomas/voluptuous.git#tag=0.16.0
+ sha512sums =
9017ff11b95668973a97ae62624934abab7766948ae2d5b1728d9208c692ba60486f3b9ff784aae47e62605d9e7f4d58447678d5d216975b148c07dd24e9ef42
pkgname = python-voluptuous
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-voluptuous
-pkgver=0.15.2
-pkgrel=2
+pkgver=0.16.0
+pkgrel=1
pkgdesc="A Python data validation library"
url="https://github.com/alecthomas/voluptuous"
license=('BSD-3-Clause')
@@ -11,7 +11,7 @@ depends=('python')
makedepends=('git' 'python-setuptools')
checkdepends=('python-pytest')
source=(git+https://github.com/alecthomas/voluptuous.git#tag=$pkgver)
-sha512sums=('4a6f6ffb7db63bd901863dd431827144a2b51c0634e58cee2fe9ce0357cb792de1a40ccdfce7c22f3ed2115fbcd36686f9a46add77ed849bca9a9ea703403a18')
+sha512sums=('9017ff11b95668973a97ae62624934abab7766948ae2d5b1728d9208c692ba60486f3b9ff784aae47e62605d9e7f4d58447678d5d216975b148c07dd24e9ef42')
build() {
cd voluptuous
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-voluptuous/-/commit/7563a62b4f040cd9a8cf9f361a7eb5f1fd1d15d4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-voluptuous/-/commit/7563a62b4f040cd9a8cf9f361a7eb5f1fd1d15d4
You're receiving this email because of your account on gitlab.archlinux.org.