diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2020-10-24 20:01:42 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-25 11:12:46 +0700 |
commit | 51ddd21f5d0db9a21e2ac52bb200d8f6ebaa7cb3 (patch) | |
tree | 2665646a0ca6c60e3becd02000aa68862566c889 /python | |
parent | 41fa52299e271fdd4909b298cd0348f5f01986ea (diff) |
python/python3-isort: Updated for version 5.6.4.
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 d2ddc1ed6194a..d7b4e10873ae5 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:-5.6.1} +VERSION=${VERSION:-5.6.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-isort/python3-isort.info b/python/python3-isort/python3-isort.info index 2a732dddb1baf..b66394dadd884 100644 --- a/python/python3-isort/python3-isort.info +++ b/python/python3-isort/python3-isort.info @@ -1,8 +1,8 @@ PRGNAM="python3-isort" -VERSION="5.6.1" +VERSION="5.6.4" HOMEPAGE="https://timothycrosley.github.io/isort/" -DOWNLOAD="https://files.pythonhosted.org/packages/0e/83/9697b151c190c71fae8d39a2b8b84fa37f317fd7ae82d8890f3f0675c078/isort-5.6.1.tar.gz" -MD5SUM="13061f11890cc8d0d68eef78ff7cd6bd" +DOWNLOAD="https://files.pythonhosted.org/packages/7b/b5/19e828baf02d3e441cd287a3f3cc172bec2d1210c0210294debeddbd3550/isort-5.6.4.tar.gz" +MD5SUM="d2dfc32943b1d64311facec6a05c2f98" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |