diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2021-07-03 16:33:37 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-04 01:27:00 +0700 |
commit | 2f27f579b440504c7677396ee8512239c3794c99 (patch) | |
tree | 04606ec1cf888dc493cc499afa0dfd9eae10b644 /python | |
parent | ee4ed5fc1133009f5d82e7e0cc8f9c9db4753c87 (diff) | |
download | slackbuilds-2f27f579b440504c7677396ee8512239c3794c99.tar.gz |
python/python3-astroid: Updated for version 2.6.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 5cebfab34a..13e8e11abd 100644 --- a/python/python3-astroid/python3-astroid.SlackBuild +++ b/python/python3-astroid/python3-astroid.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=python3-astroid SRCNAM=astroid -VERSION=${VERSION:-2.6.0} +VERSION=${VERSION:-2.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-astroid/python3-astroid.info b/python/python3-astroid/python3-astroid.info index 70828e37c5..dd4a8e917a 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.0" +VERSION="2.6.2" HOMEPAGE="https://github.com/PyCQA/astroid" -DOWNLOAD="https://files.pythonhosted.org/packages/11/73/96f28130d5379a6373f179cfac747acaaff979b37ef0c62e54122baa642c/astroid-2.6.0.tar.gz" -MD5SUM="b1933ac8d3b211617de9cc8e5ccf6d30" +DOWNLOAD="https://files.pythonhosted.org/packages/6a/7f/90312f42efc2a5249f26e436be10f0c53c512b2f3a36af364cd021283660/astroid-2.6.2.tar.gz" +MD5SUM="198f41f9b07ce563eb9dba2dbe5f316b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-lazy-object-proxy python3-wrapt" |