diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-31 09:13:34 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:34:00 +0000 |
commit | f7c7b58978d8dbb52b27d2032c5b88479a3c8ea5 (patch) | |
tree | 00d347dd91f4dd2104c3ae2decdf020e11e2c805 /community/py3-ndg_httpsclient/APKBUILD | |
parent | af325196eeb95d6e3d6544da37812670a9b8c146 (diff) | |
download | aports-f7c7b58978d8dbb52b27d2032c5b88479a3c8ea5.tar.bz2 aports-f7c7b58978d8dbb52b27d2032c5b88479a3c8ea5.tar.xz |
community/py3-ndg_httpsclient: rebuild against python 3.8
Diffstat (limited to 'community/py3-ndg_httpsclient/APKBUILD')
-rw-r--r-- | community/py3-ndg_httpsclient/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-ndg_httpsclient/APKBUILD b/community/py3-ndg_httpsclient/APKBUILD index b5f32e25a9..65649ca921 100644 --- a/community/py3-ndg_httpsclient/APKBUILD +++ b/community/py3-ndg_httpsclient/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-ndg_httpsclient _pkgname=ndg_httpsclient pkgver=0.5.1 -pkgrel=0 +pkgrel=1 pkgdesc="HTTPS client implementation for httplib and urllib2 based on PyOpenSSL" url="https://github.com/cedadev/ndg_httpsclient" arch="noarch" |