diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2017-06-03 13:39:42 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-06-05 14:56:16 +0000 |
commit | 1b1d30c94726747920454da8f5262eeee5ba13bb (patch) | |
tree | d2cf2c992bee0e39fba12537e9750ec3cace84a5 | |
parent | 2d02d1d1f5d26e33156a9221fff9b5fad653c062 (diff) | |
download | aports-1b1d30c94726747920454da8f5262eeee5ba13bb.tar.bz2 aports-1b1d30c94726747920454da8f5262eeee5ba13bb.tar.xz |
community/py-isort: upgrade to 4.2.13
-rw-r--r-- | community/py-isort/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-isort/APKBUILD b/community/py-isort/APKBUILD index 3a75d94771..7695e9cf9d 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.8 +pkgver=4.2.13 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="cc59cdac65e2558794adb8a1337b06e5449af83045238b7a76d839b45070a847f52fee015602409b7e25055a2dca56b092348ebb06391f77a016bf6e827df533 isort-4.2.8.tar.gz" +sha512sums="9f293e480d83499cbb836fad0b67fa16579f8be462cb44c9b259faec70107303e33cb470583b4a44600885813a02b55df6cb3cf1d1b885963d3eaa9859e00078 isort-4.2.13.tar.gz" |