diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 07:35:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:33 +0000 |
commit | 1554dcc43642686cdbedbf9e2049a05198b104b6 (patch) | |
tree | 81da858eda491ca27a3138a71c647eccc839b20b /testing/py3-columnize | |
parent | b1a89c6dd602e88b90639d19f00178d2e41df646 (diff) | |
download | aports-1554dcc43642686cdbedbf9e2049a05198b104b6.tar.bz2 aports-1554dcc43642686cdbedbf9e2049a05198b104b6.tar.xz |
testing/py3-columnize: rebuild against python 3.8
Diffstat (limited to 'testing/py3-columnize')
-rw-r--r-- | testing/py3-columnize/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-columnize/APKBUILD b/testing/py3-columnize/APKBUILD index 2fe8d767cd..d1a9dbebac 100644 --- a/testing/py3-columnize/APKBUILD +++ b/testing/py3-columnize/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-columnize _pkgname=columnize pkgver=0.3.9 -pkgrel=3 +pkgrel=4 pkgdesc="Python module to align in columns a simple list" url="https://github.com/rocky/pycolumnize" arch="noarch" |