diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 12:04:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:40 +0000 |
commit | d92c0aa604b9e09db8b2e08693d9adc97e4df8eb (patch) | |
tree | ffc5e89b8a00c6b8bc7ec86acc5519d14912a8a1 /testing/py3-py-radix | |
parent | f592b8e24b7f209895336963ad4f0deaf5ebdde2 (diff) | |
download | aports-d92c0aa604b9e09db8b2e08693d9adc97e4df8eb.tar.bz2 aports-d92c0aa604b9e09db8b2e08693d9adc97e4df8eb.tar.xz |
testing/py3-py-radix: rebuild against python 3.8
Diffstat (limited to 'testing/py3-py-radix')
-rw-r--r-- | testing/py3-py-radix/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-py-radix/APKBUILD b/testing/py3-py-radix/APKBUILD index 50a3210790..ca0a1bfa84 100644 --- a/testing/py3-py-radix/APKBUILD +++ b/testing/py3-py-radix/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-py-radix _pkgname=py-radix pkgver=0.10.0 -pkgrel=2 +pkgrel=3 pkgdesc="An implementation of a radix tree for Python" url="https://github.com/mjschultz/py-radix" arch="all" |