diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2021-12-02 11:21:23 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-03 11:57:53 +0700 |
commit | 62525afa6055596a2b6c9ad7ad2a3940a87e9273 (patch) | |
tree | c4909a192c5a6d25b721f9345242f6cfd1f3a94b /python | |
parent | fd88b9f1f9002f16fd0aacb2a2d8c3d8c075c32f (diff) |
python/python3-isort: Updated for version 5.10.1.
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 94b15a3172cf..4a7b8eec258d 100644 --- a/python/python3-isort/python3-isort.SlackBuild +++ b/python/python3-isort/python3-isort.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-isort SRCNAM=isort -VERSION=${VERSION:-5.9.3} +VERSION=${VERSION:-5.10.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-isort/python3-isort.info b/python/python3-isort/python3-isort.info index c1173ac98a17..87e471c71dad 100644 --- a/python/python3-isort/python3-isort.info +++ b/python/python3-isort/python3-isort.info @@ -1,8 +1,8 @@ PRGNAM="python3-isort" -VERSION="5.9.3" +VERSION="5.10.1" HOMEPAGE="https://timothycrosley.github.io/isort/" -DOWNLOAD="https://files.pythonhosted.org/packages/1c/34/ed9178b5b23ade4561bf77b91856e0e3bc094620fd81bd74d535817a0f0d/isort-5.9.3.tar.gz" -MD5SUM="e8fba9f947e55423f118f36f6dbd2d98" +DOWNLOAD="https://files.pythonhosted.org/packages/ab/e9/964cb0b2eedd80c92f5172f1f8ae0443781a9d461c1372a3ce5762489593/isort-5.10.1.tar.gz" +MD5SUM="717294d0a9017b27bd46b1c946b39bd0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |