diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2017-06-06 13:46:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-06 17:57:25 +0000 |
commit | 3a53720f60e3e88d19e634112e47da44cfe4655b (patch) | |
tree | ebc02de4acb64f7776d0e6ebc3f44054b216277d /community/py-isort | |
parent | 6b6cacbaa2d46acec96c6ca4a1fe498e4b7825e9 (diff) | |
download | aports-3a53720f60e3e88d19e634112e47da44cfe4655b.tar.bz2 aports-3a53720f60e3e88d19e634112e47da44cfe4655b.tar.xz |
community/py-isort: upgrade to 4.2.14
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 7695e9cf9d..a80028d525 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.13 +pkgver=4.2.14 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="9f293e480d83499cbb836fad0b67fa16579f8be462cb44c9b259faec70107303e33cb470583b4a44600885813a02b55df6cb3cf1d1b885963d3eaa9859e00078 isort-4.2.13.tar.gz" +sha512sums="dd72efa8ab39f11c9f140d6b07ce5a95338c193811acd1837fecbfa80565d3182201d3221473b8935399ab5a87c79edec74c0378e19dc5be4bab138b553f4525 isort-4.2.14.tar.gz" |