diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2020-09-05 12:26:28 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-12 23:44:58 +0700 |
commit | 0c057ee99561e2f5b2373d10ac97f3c467fbcf27 (patch) | |
tree | 0246a1ded295f74c22790365dff09ccedd40b7b0 /python/python3-isort | |
parent | ccc6b6186e1daba89ab84b80b7b8baf7a96a7d85 (diff) | |
download | slackbuilds-0c057ee99561e2f5b2373d10ac97f3c467fbcf27.tar.gz |
python/python3-isort: Updated for version 5.5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-isort')
-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 8d615d8426..7850226843 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.4.2} +VERSION=${VERSION:-5.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-isort/python3-isort.info b/python/python3-isort/python3-isort.info index c5c78f2c44..a7a572419d 100644 --- a/python/python3-isort/python3-isort.info +++ b/python/python3-isort/python3-isort.info @@ -1,8 +1,8 @@ PRGNAM="python3-isort" -VERSION="5.4.2" +VERSION="5.5.1" HOMEPAGE="https://timothycrosley.github.io/isort/" -DOWNLOAD="https://files.pythonhosted.org/packages/4b/c6/892dd1ad3b6b8d0b33f8ad51255042e5926e4c93b3f0307005d4bc5596a4/isort-5.4.2.tar.gz" -MD5SUM="59592b6e14beba48149d651e900e3815" +DOWNLOAD="https://files.pythonhosted.org/packages/48/0f/6891366ea99c001dfa69901f6c40c745d8acc524d7c26c0f8f8b666dc420/isort-5.5.1.tar.gz" +MD5SUM="4dc53eb2c5e21a13a5d9530b68bd3d74" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |