aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-pylint
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-11-05 12:07:07 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:35:41 +0000
commit7d3582b751b3ce813c171c12a0aa49182c164406 (patch)
treee80cc249e4514d67177ecd774fd8245a04314fd1 /testing/py3-pylint
parente63bfb50a14661b75e483895f4e7d8fcace8230b (diff)
downloadaports-7d3582b751b3ce813c171c12a0aa49182c164406.tar.bz2
aports-7d3582b751b3ce813c171c12a0aa49182c164406.tar.xz
testing/py3-pylint: rebuild against python 3.8
Diffstat (limited to 'testing/py3-pylint')
-rw-r--r--testing/py3-pylint/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-pylint/APKBUILD b/testing/py3-pylint/APKBUILD
index 21444647bc..c7278cf290 100644
--- a/testing/py3-pylint/APKBUILD
+++ b/testing/py3-pylint/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-pylint
_pkgname=pylint
pkgver=2.4.3
-pkgrel=0
+pkgrel=1
pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
options="!check" # 1 test test_by_module_statement_value fails
url="https://github.com/PyCQA/pylint"