diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-09 10:07:24 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-09 10:07:24 +0000 |
commit | 79a4555bbe54a9c43b559c386e0ec1bc4d3f747a (patch) | |
tree | 8de14b47461024d5691ec90455f3d90f4ff4a1ab /community/py-idna-ssl | |
parent | 0cda22506de5829120ee853fb2b0b12e8583ca26 (diff) | |
download | aports-79a4555bbe54a9c43b559c386e0ec1bc4d3f747a.tar.bz2 aports-79a4555bbe54a9c43b559c386e0ec1bc4d3f747a.tar.xz |
community/py-idna-ssl: upgrade to 1.1.0 and set noarch
Diffstat (limited to 'community/py-idna-ssl')
-rw-r--r-- | community/py-idna-ssl/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py-idna-ssl/APKBUILD b/community/py-idna-ssl/APKBUILD index b26abfb456..66ce589c79 100644 --- a/community/py-idna-ssl/APKBUILD +++ b/community/py-idna-ssl/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py-idna-ssl _pkgname=${pkgname/py-/} -pkgver=1.0.1 +pkgver=1.1.0 pkgrel=0 pkgdesc="Patch ssl.match_hostname for Unicode(idna) domains support" url=" https://github.com/aio-libs/idna_ssl" -arch="all" +arch="noarch" license="MIT" depends="py-idna" makedepends="python2-dev python3-dev py-setuptools" @@ -50,4 +50,4 @@ _py() { } -sha512sums="04605ec681ca20a79cb928308d8f863e08973362cd59ba8cf00b010af3433805188269a3c1c7351b14c3ce924fd74eb706a660dece828232ce448247fd0cdf96 py-idna-ssl-1.0.1.tar.gz" +sha512sums="01e58e9f32f7e02ef203edbd76e199916ea0b16d01a929ca2fb272d83988483c17e9c36e131f47bfba7f7b657bef9e2be222f81800716a5b87d5847c27cce34d py-idna-ssl-1.1.0.tar.gz" |