diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2017-09-26 08:51:01 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-09-26 10:09:53 +0000 |
commit | 968a2106f45f393ea4d18c4b8ac27c4ddecf3ef9 (patch) | |
tree | 2f0eb414e8c9f6613cedb167e0c8f0aa97b228b7 /community/py-isort | |
parent | 839c0d556cc5cb63dcc8d30d45291c00a2e1609e (diff) | |
download | aports-968a2106f45f393ea4d18c4b8ac27c4ddecf3ef9.tar.bz2 aports-968a2106f45f393ea4d18c4b8ac27c4ddecf3ef9.tar.xz |
community/py-isort: upgrade to 4.2.15
Diffstat (limited to 'community/py-isort')
-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 a80028d525..476c79336d 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" |