diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2019-02-25 17:27:29 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-26 06:11:02 +0700 |
commit | b4560fdde6c62640cd841f5c275994d128e95420 (patch) | |
tree | 043aaa91927a93eaf593bd75d083a436655dfdc1 /python | |
parent | d45e46d590af8145eaf169ec0def97d3a974b95e (diff) | |
download | slackbuilds-b4560fdde6c62640cd841f5c275994d128e95420.tar.gz |
python/python3-isort: Updated for version 4.3.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-isort/python3-isort.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-isort/python3-isort.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-isort/python3-isort.SlackBuild b/python/python3-isort/python3-isort.SlackBuild index 385688cd72..e13dcbd25e 100644 --- a/python/python3-isort/python3-isort.SlackBuild +++ b/python/python3-isort/python3-isort.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=python3-isort SRCNAM=isort -VERSION=${VERSION:-4.3.4} +VERSION=${VERSION:-4.3.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-isort/python3-isort.info b/python/python3-isort/python3-isort.info index 5a3d682e3c..0cf640e448 100644 --- a/python/python3-isort/python3-isort.info +++ b/python/python3-isort/python3-isort.info @@ -1,8 +1,8 @@ PRGNAM="python3-isort" -VERSION="4.3.4" +VERSION="4.3.9" HOMEPAGE="https://github.com/timothycrosley/isort" -DOWNLOAD="https://files.pythonhosted.org/packages/b1/de/a628d16fdba0d38cafb3d7e34d4830f2c9cb3881384ce5c08c44762e1846/isort-4.3.4.tar.gz" -MD5SUM="fb554e9c8f9aa76e333a03d470a5cf52" +DOWNLOAD="https://files.pythonhosted.org/packages/35/c5/025aaa76f0f337e3d91197973c42b4e807fa6dd509da70e87053d85ce278/isort-4.3.9.tar.gz" +MD5SUM="97843adc4f5f77bdcc5f7516d92a8504" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |