aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-11-04 13:07:24 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:35:36 +0000
commitf2f9d9f2e9a0a56660f3e64c5f452f86d0d8107e (patch)
tree0216dcacec2b8f19a7e1b83424b967b754879b93
parentcb3a7aa0273a2bff6bfb1479fe68975ce87546a3 (diff)
testing/py3-flake8-import-order: rebuild against python 3.8
-rw-r--r--testing/py3-flake8-import-order/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-flake8-import-order/APKBUILD b/testing/py3-flake8-import-order/APKBUILD
index 652e69cade1..26db968bc30 100644
--- a/testing/py3-flake8-import-order/APKBUILD
+++ b/testing/py3-flake8-import-order/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-flake8-import-order
_pkgname=flake8-import-order
pkgver=0.18.1
-pkgrel=0
+pkgrel=1
pkgdesc="Extension for flake8 which checks for the ordering of import statements"
options="!check" # Requires unpackaged pylama
url="https://github.com/public/flake8-import-order"