[arch-commits] Commit in python-cerberus/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Apr 11 18:39:16 UTC 2021


    Date: Sunday, April 11, 2021 @ 18:39:15
  Author: felixonmars
Revision: 915778

upgpkg: python-cerberus 1.3.3-1

Modified:
  python-cerberus/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-11 18:28:31 UTC (rev 915777)
+++ PKGBUILD	2021-04-11 18:39:15 UTC (rev 915778)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-cerberus
-pkgver=1.3.2
-pkgrel=3
+pkgver=1.3.3
+pkgrel=1
 pkgdesc="Lightweight, extensible schema and data validation tool for Python dictionaries"
 url="https://github.com/pyeve/cerberus"
 license=('ISC')
@@ -9,9 +9,9 @@
 arch=('any')
 depends=('python')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
+checkdepends=('python-pytest-runner' 'python-pytest-benchmark')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/pyeve/cerberus/archive/$pkgver.tar.gz")
-sha512sums=('e9cfef5a936783eb0576afd3d23397dab38d8c88b6b43f98de0ad7e20739e5ff983eaf4ac769206adb7fe9692c651583f6a5f2bab263b81b8de96f45707c84fb')
+sha512sums=('2f2696751dd1f5191fc1ef328c1b1d604d94c87d3c1eb3210ecbede499d2f13a1d197a1c42a5eb4a11c7257214437857f4023a55415d83793a2f3b1a8aa4a8bd')
 
 build() {
   cd cerberus-$pkgver



More information about the arch-commits mailing list