diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 12:06:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:34 +0000 |
commit | afb236ad793f84dfea436083cc548d7488c2b290 (patch) | |
tree | e3999df0652f71fd48a5833be9e80a257af73722 /testing/py3-astroid | |
parent | c240d3f1ca8dfe9d6af5d6a736da39b9a58ba6aa (diff) | |
download | aports-afb236ad793f84dfea436083cc548d7488c2b290.tar.bz2 aports-afb236ad793f84dfea436083cc548d7488c2b290.tar.xz |
testing/py3-astroid: rebuild against python 3.8
Diffstat (limited to 'testing/py3-astroid')
-rw-r--r-- | testing/py3-astroid/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-astroid/APKBUILD b/testing/py3-astroid/APKBUILD index d25a2ec952..416e28d128 100644 --- a/testing/py3-astroid/APKBUILD +++ b/testing/py3-astroid/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-astroid _pkgname=astroid pkgver=2.3.2 -pkgrel=0 +pkgrel=1 pkgdesc="A new abstract syntax tree from Python's ast" url="https://www.astroid.org" arch="noarch" |