diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 14:42:42 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:44 +0000 |
commit | 85a3482f9f9a72385cdf250cef5c7f09e90825a9 (patch) | |
tree | bd150bdbfdf7f6c4f539e3ebf9cf7d0474e4df50 /testing/py3-treq/APKBUILD | |
parent | 7251cfa1ceced72b83cfec2dbe6ee601d20cda5a (diff) | |
download | aports-85a3482f9f9a72385cdf250cef5c7f09e90825a9.tar.bz2 aports-85a3482f9f9a72385cdf250cef5c7f09e90825a9.tar.xz |
testing/py3-treq: rebuild against python 3.8
Diffstat (limited to 'testing/py3-treq/APKBUILD')
-rw-r--r-- | testing/py3-treq/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-treq/APKBUILD b/testing/py3-treq/APKBUILD index ecec18625a..cf6da18d58 100644 --- a/testing/py3-treq/APKBUILD +++ b/testing/py3-treq/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-treq pkgver=18.6.0 -pkgrel=0 +pkgrel=1 pkgdesc="py3-requests-like API build on top of Twisted's HTTP client" options="!check" # Requires unpackaged httpbin url="https://github.com/twisted/treq" |