diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-04 14:52:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:41 +0000 |
commit | a48af886fec1ba062c4a3cda0882a84d232f67c5 (patch) | |
tree | c55f2e84fbcdf873f2cca90e62be4aa5b19a350e /community | |
parent | d27cc002729d92e1c1ec549373438cbc2c7f1f1b (diff) | |
download | aports-a48af886fec1ba062c4a3cda0882a84d232f67c5.tar.bz2 aports-a48af886fec1ba062c4a3cda0882a84d232f67c5.tar.xz |
community/py-idna-ssl: rebuild against python 3.7
Diffstat (limited to 'community')
-rw-r--r-- | community/py-idna-ssl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-idna-ssl/APKBUILD b/community/py-idna-ssl/APKBUILD index 66ce589c79..bdd340f500 100644 --- a/community/py-idna-ssl/APKBUILD +++ b/community/py-idna-ssl/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-idna-ssl _pkgname=${pkgname/py-/} pkgver=1.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="Patch ssl.match_hostname for Unicode(idna) domains support" url=" https://github.com/aio-libs/idna_ssl" arch="noarch" |