Date: Sunday, April 9, 2023 @ 18:34:20
Author: felixonmars
Revision: 1443425
upgpkg: python-zope-security 6.1-2: rebuild with python 3.11
Modified:
python-zope-security/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-09 18:32:05 UTC (rev 1443424)
+++ PKGBUILD 2023-04-09 18:34:20 UTC (rev 1443425)
@@ -3,7 +3,7 @@
pkgname=python-zope-security
pkgver=6.1
_commit=41b4bc771b55bbe0db36e6835d3b5aca899bbe44
-pkgrel=1
+pkgrel=2
pkgdesc="Zope Security Framework"
arch=('x86_64')
url="https://github.com/zopefoundation/zope.security"
@@ -23,7 +23,7 @@
check() {
cd zope.security
- PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-310" python -m
zope.testrunner --test-path=src
+ PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-311" python -m
zope.testrunner --test-path=src
}
package() {