diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 15:20:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:55 +0000 |
commit | 864ab86c71a680582b62ea205727ef7f0bc00ae7 (patch) | |
tree | 8c35cb32ded1c5055ee650eea821541dafb2edc9 /testing | |
parent | 27c4fb767426a8d624f1fa599ace605aeb6f3c1b (diff) | |
download | aports-864ab86c71a680582b62ea205727ef7f0bc00ae7.tar.bz2 aports-864ab86c71a680582b62ea205727ef7f0bc00ae7.tar.xz |
testing/py-h2: rebuild against python 3.7
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-h2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-h2/APKBUILD b/testing/py-h2/APKBUILD index 651ca84a23..360dea6d8f 100644 --- a/testing/py-h2/APKBUILD +++ b/testing/py-h2/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-h2 _pkgname=hyper-h2 pkgver=3.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="HTTP/2 State-Machine based protocol implementation" url="https://python-hyper.org/h2/" arch="noarch" |