[arch-commits] Commit in python-zope-security/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Nov 15 05:48:19 UTC 2019
Date: Friday, November 15, 2019 @ 05:48:18
Author: felixonmars
Revision: 528802
upgpkg: python-zope-security 5.0-1
Modified:
python-zope-security/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-15 05:48:03 UTC (rev 528801)
+++ PKGBUILD 2019-11-15 05:48:18 UTC (rev 528802)
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-zope-security
-pkgver=4.3.1
-pkgrel=3
+pkgver=5.0
+pkgrel=1
pkgdesc="Zope Security Framework"
arch=('x86_64')
url="https://github.com/zopefoundation/zope.security"
@@ -11,7 +11,7 @@
'python-zope-interface' 'python-zope-location' 'python-zope-proxy' 'python-zope-schema')
checkdepends=('python-btrees' 'python-nose' 'python-zope-configuration' 'python-zope-testing' 'python-zope-testrunner')
source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz")
-sha512sums=('8d07683b978ac3fb2bc0f8b3f08d80c10443085a78cb33a8249a31773fa67f0f01e106ab0b076587513848fb884d77ad02322826cb0ff957c812ff81e341469a')
+sha512sums=('a620d8a1de3d891772144be58741051821d98cb274259e4abf56e9f7b12f7fd7c4b83b3410e380fa6662c7ef07684181ed48224c844ea7c32e637595f9c084b3')
build() {
cd "$srcdir"/zope.security-$pkgver
@@ -20,7 +20,7 @@
check() {
cd "$srcdir"/zope.security-$pkgver
- PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" python -m zope.testrunner --test-path=src || warning "Tests failed"
+ PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8:$PYTHONPATH" python -m zope.testrunner --test-path=src
}
package() {
More information about the arch-commits
mailing list