diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2021-07-20 10:16:14 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-23 09:45:29 +0700 |
commit | a516ede31941bc6daa264769902b11a3a6d66280 (patch) | |
tree | b71dcadba2eb657cca867abcbddc53fd8fd3002b /python/python3-astroid | |
parent | ae4753d4ffd992109fa76260af2a014b9125db6f (diff) |
python/python3-astroid: Updated for version 2.6.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-astroid')
-rw-r--r-- | python/python3-astroid/python3-astroid.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-astroid/python3-astroid.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-astroid/python3-astroid.SlackBuild b/python/python3-astroid/python3-astroid.SlackBuild index f484859e1efc9..13c8bb0776eba 100644 --- a/python/python3-astroid/python3-astroid.SlackBuild +++ b/python/python3-astroid/python3-astroid.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-astroid SRCNAM=astroid -VERSION=${VERSION:-2.6.2} +VERSION=${VERSION:-2.6.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-astroid/python3-astroid.info b/python/python3-astroid/python3-astroid.info index dd4a8e917a197..632dccfd86660 100644 --- a/python/python3-astroid/python3-astroid.info +++ b/python/python3-astroid/python3-astroid.info @@ -1,8 +1,8 @@ PRGNAM="python3-astroid" -VERSION="2.6.2" +VERSION="2.6.4" HOMEPAGE="https://github.com/PyCQA/astroid" -DOWNLOAD="https://files.pythonhosted.org/packages/6a/7f/90312f42efc2a5249f26e436be10f0c53c512b2f3a36af364cd021283660/astroid-2.6.2.tar.gz" -MD5SUM="198f41f9b07ce563eb9dba2dbe5f316b" +DOWNLOAD="https://files.pythonhosted.org/packages/32/e2/cbf9fe1a49019b121de04844f1ade3765e5aee097e4f579e0c97489c5ab4/astroid-2.6.4.tar.gz" +MD5SUM="977a62918d08098faa5ee519fbebd4c6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-lazy-object-proxy python3-wrapt" |