aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-09-30 02:35:45 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-09-30 05:40:05 +0000
commitf02adaf804b5a0bd3189aa61c821081823a22c1a (patch)
tree19ab7451735a3c030af970a36ccfcb38b4b6681b
parentc4602edec1cd396754c3b902931bd07a649a18c3 (diff)
testing/py3-hyperframe: upgrade to 6.0.0
-rw-r--r--testing/py3-hyperframe/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-hyperframe/APKBUILD b/testing/py3-hyperframe/APKBUILD
index 73b1af8ede4..59b952d90d2 100644
--- a/testing/py3-hyperframe/APKBUILD
+++ b/testing/py3-hyperframe/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Antoine Fontaine <antoine.fontaine@epfl.ch>
# Maintainer: Antoine Fontaine <antoine.fontaine@epfl.ch>
pkgname=py3-hyperframe
-pkgver=5.2.0
+pkgver=6.0.0
pkgrel=0
pkgdesc="HTTP/2 framing layer for Python"
url="https://python-hyper.org/hyperframe/en/latest/"
@@ -18,11 +18,11 @@ build() {
}
check() {
- python3 -m pytest
+ PYTHONPATH="$PWD/build/lib" python3 -m pytest
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="2e04b48c6d31adb0893a3246046b447c32f3d4485ffe9b08370b6c534ed4273c19e2e2c1a23d48268e333d91d8e911578829776076d8f73743cd9ef597926e3c hyperframe-5.2.0.tar.gz"
+sha512sums="54812dcd5bc92ebe8333e6976c2edba7309cff9921fbcbae0eda7666bf7de7758b3646f4738404bcbd069c4904e57710cb312c42ef9b6ae1d88a057b0bd0ca44 hyperframe-6.0.0.tar.gz"