diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2019-03-25 22:20:08 +0000 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-03-26 12:08:19 +0100 |
commit | 69971deaafae9a4d6b57b61a311741c13aad2e8e (patch) | |
tree | 96ca5a32968ad8453e7b6f64cc6c7f6407c6f327 /community/py-isort | |
parent | 69d4877b4fe3acbcebd7f319a01a308f100cd688 (diff) | |
download | aports-69971deaafae9a4d6b57b61a311741c13aad2e8e.tar.bz2 aports-69971deaafae9a4d6b57b61a311741c13aad2e8e.tar.xz |
community/py-isort: upgrade to 4.3.16
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 c777bb61c9..9ece6d27e9 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.3.15 +pkgver=4.3.16 pkgrel=0 pkgdesc="A Python utility / library to sort Python imports" url="https://github.com/timothycrosley/isort" @@ -50,4 +50,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="a5774d4f3c49c978e9043e52681e80011591422e60178d72074142725d9d7fa5065553686fd42bffe9e71b38b2b5bdaaa6f20e32cd8dbe33beb9431c397d78e5 isort-4.3.15.tar.gz" +sha512sums="15a94a5204cbbe9d8fdc89c87f4b8db561c65f82876df2971c04c25adf6299c1542482689ff13d6be736e4243b8f802884a7af20733cc1e9649b5120e6d623d9 isort-4.3.16.tar.gz" |