Date: Sunday, April 9, 2023 @ 20:21:35
Author: felixonmars
Revision: 473573
upgpkg: python-cryptography 40.0.1-3: rebuild with python 3.11
Modified:
python-cryptography/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-09 20:18:42 UTC (rev 473572)
+++ PKGBUILD 2023-04-09 20:21:35 UTC (rev 473573)
@@ -3,7 +3,7 @@
pkgname=python-cryptography
pkgver=40.0.1
_commit=9dd0b26c48f567d5a7c4a0bc9f45ef2176a2d4a4
-pkgrel=2
+pkgrel=3
pkgdesc="A package designed to expose cryptographic recipes and primitives to
Python developers"
arch=('x86_64')
license=('Apache')
@@ -22,7 +22,7 @@
check() {
cd cryptography
- PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-310:$PWD/vectors" pytest
+ PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-311:$PWD/vectors" pytest
}
package() {