aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-flake8-commas
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-11-04 13:07:09 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:35:35 +0000
commit96d76344491b0dc472aaab491e18e16bb9c9234a (patch)
treece067824f60f5317dddc1685a3719aab6c98977b /testing/py3-flake8-commas
parent0803be6ec993c7b6f680ad9268ab1bf1cc3ea0fc (diff)
downloadaports-96d76344491b0dc472aaab491e18e16bb9c9234a.tar.bz2
aports-96d76344491b0dc472aaab491e18e16bb9c9234a.tar.xz
testing/py3-flake8-commas: rebuild against python 3.8
Diffstat (limited to 'testing/py3-flake8-commas')
-rw-r--r--testing/py3-flake8-commas/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-flake8-commas/APKBUILD b/testing/py3-flake8-commas/APKBUILD
index 749aef0642..56bb41537a 100644
--- a/testing/py3-flake8-commas/APKBUILD
+++ b/testing/py3-flake8-commas/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-flake8-commas
_pkgname=flake8-commas
pkgver=2.0.0
-pkgrel=0
+pkgrel=1
pkgdesc="Extension for flake8 to enforce trailing commas"
options="!check" # Uses flake8 not flake8-3 to run tests
url="https://github.com/trevorcreech/flake8-commas"