aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2017-09-26 08:51:01 +0000
committerTimo Teräs <timo.teras@iki.fi>2017-09-26 10:09:53 +0000
commit968a2106f45f393ea4d18c4b8ac27c4ddecf3ef9 (patch)
tree2f0eb414e8c9f6613cedb167e0c8f0aa97b228b7
parent839c0d556cc5cb63dcc8d30d45291c00a2e1609e (diff)
community/py-isort: upgrade to 4.2.15
-rw-r--r--community/py-isort/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-isort/APKBUILD b/community/py-isort/APKBUILD
index a80028d525a..476c79336df 100644
--- a/community/py-isort/APKBUILD
+++ b/community/py-isort/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py-isort
_pkgname=isort
-pkgver=4.2.14
+pkgver=4.2.15
pkgrel=0
pkgdesc="A Python utility / library to sort Python imports"
url="https://github.com/timothycrosley/isort"
@@ -42,4 +42,4 @@ _py() {
$python setup.py install --prefix=/usr --root="$subpkgdir"
}
-sha512sums="dd72efa8ab39f11c9f140d6b07ce5a95338c193811acd1837fecbfa80565d3182201d3221473b8935399ab5a87c79edec74c0378e19dc5be4bab138b553f4525 isort-4.2.14.tar.gz"
+sha512sums="d2fe998118c2e6b4f2c0aaa50e7b51cac839f90895091efeba74d5aa015e75b93abc98cededa11c93c0926ee68d6240b7c3a9a3f308f6a4491960f866bafe44a isort-4.2.15.tar.gz"