[arch-commits] Commit in python-h2/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Nov 26 17:36:56 UTC 2020
Date: Thursday, November 26, 2020 @ 17:36:56
Author: felixonmars
Revision: 763688
upgpkg: python-h2 4.0.0-1
Modified:
python-h2/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-26 17:34:32 UTC (rev 763687)
+++ PKGBUILD 2020-11-26 17:36:56 UTC (rev 763688)
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-h2
-pkgver=3.2.0
-pkgrel=4
+pkgver=4.0.0
+pkgrel=1
pkgdesc="HTTP/2 State-Machine based protocol implementation"
arch=('any')
license=('MIT')
@@ -9,9 +9,9 @@
url="https://hyper.rtfd.org"
depends=('python-hpack' 'python-hyperframe')
makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-hypothesis')
+checkdepends=('python-pytest-runner' 'python-hypothesis')
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-hyper/hyper-h2/archive/v$pkgver.tar.gz")
-sha512sums=('103a4ea2cd29037ce03ae676864125b4111c7d31a82bbbe7028557da886d88fb5363d885f08d5d3f68dfa29013b7b03350cc0cb4d9dddf32735e98dae5d7fc7c')
+sha512sums=('84578174a13782897f9286c62d450eaf11aa71c01c96b8660179cd2df77618dc1a6c4b354b2bc5731cd21c4709c8c0a8282a859a98c4a62a7295b6dfd1b5cfb2')
build() {
cd hyper-h2-$pkgver
@@ -20,7 +20,7 @@
check() {
cd hyper-h2-$pkgver
- python -m pytest
+ python setup.py pytest
}
package() {
More information about the arch-commits
mailing list