aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-flake8-blind-except/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-11-04 13:06:58 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:35:35 +0000
commit28bddd44a1944036e87e26ce3376d350a0d56a27 (patch)
tree7dce26ce7f3cc6649f25781e525f007905372d09 /testing/py3-flake8-blind-except/APKBUILD
parent57bdbc068eb4175ca7638dae79dfa4d8fe1faf3a (diff)
testing/py3-flake8-blind-except: rebuild against python 3.8
Diffstat (limited to 'testing/py3-flake8-blind-except/APKBUILD')
-rw-r--r--testing/py3-flake8-blind-except/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-flake8-blind-except/APKBUILD b/testing/py3-flake8-blind-except/APKBUILD
index f6cc1fc8af6..f264be5024f 100644
--- a/testing/py3-flake8-blind-except/APKBUILD
+++ b/testing/py3-flake8-blind-except/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-flake8-blind-except
_pkgname=flake8-blind-except
pkgver=0.1.1
-pkgrel=0
+pkgrel=1
pkgdesc="Extension for flake8 which checks for blind except: statements"
options="!check" # No testsuite
url="https://github.com/elijahandrews/flake8-blind-except"