diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 07:09:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:32 +0000 |
commit | 9e204aad49a9165b08d1787c69c463ca6676b497 (patch) | |
tree | b6413469e228519cb4cf6944bee59dfc97e7479b /testing/py3-blist | |
parent | 3c46000c802c83b2f3a61e07699c7423b3e61bb7 (diff) | |
download | aports-9e204aad49a9165b08d1787c69c463ca6676b497.tar.bz2 aports-9e204aad49a9165b08d1787c69c463ca6676b497.tar.xz |
testing/py3-blist: rebuild against python 3.8
Diffstat (limited to 'testing/py3-blist')
-rw-r--r-- | testing/py3-blist/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-blist/APKBUILD b/testing/py3-blist/APKBUILD index e2d468046f..a8ed2d2b84 100644 --- a/testing/py3-blist/APKBUILD +++ b/testing/py3-blist/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-blist _pkgname=blist pkgver=1.3.6 -pkgrel=2 +pkgrel=3 pkgdesc="A list-like type with better asymptotic performance and similar performance on small lists" url="https://github.com/DanielStutzbach/blist" arch="all" |