diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2021-08-31 15:05:46 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-09-06 07:57:32 +0700 |
commit | 3950ee245c4f29bf8d2dc3c7c8af3e7cf980f1db (patch) | |
tree | 15b54feb7a04e5b842524f31c51eced6edb4720b /python/python3-astroid | |
parent | f2ef21d96ce8bfc4fe40d0ad3be4587c1389245d (diff) |
python/python3-astroid: Updated for version 2.7.3.
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 fb28c66ca672..2dcdc19c8819 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.7.2} +VERSION=${VERSION:-2.7.3} 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 1ffe49d53a0c..4cd04b84987b 100644 --- a/python/python3-astroid/python3-astroid.info +++ b/python/python3-astroid/python3-astroid.info @@ -1,8 +1,8 @@ PRGNAM="python3-astroid" -VERSION="2.7.2" +VERSION="2.7.3" HOMEPAGE="https://github.com/PyCQA/astroid" -DOWNLOAD="https://files.pythonhosted.org/packages/6f/94/88d24ff14d5e00e78ad7f940dec22d9e95234a2bbf1c16ebcfa19d761ac6/astroid-2.7.2.tar.gz" -MD5SUM="5ef20fa544489da581fe6b7a153b069a" +DOWNLOAD="https://files.pythonhosted.org/packages/20/91/23a1c0c8e41549fc05c58b58351b5aeacfe0fcdd51195d12f0eb652fe8d2/astroid-2.7.3.tar.gz" +MD5SUM="3803355e3d40d2179b13df082f1425f9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-lazy-object-proxy python3-wrapt" |