diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2021-03-30 16:17:33 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-01 10:38:37 +0700 |
commit | b801444593a698f1e1c7890e7621ca47543a34fe (patch) | |
tree | 817a92ef640895fe02f5d71a1adf06cdbbbdfb4a /python | |
parent | e447ab205af91c59e8177782692eed43902dd22e (diff) | |
download | slackbuilds-b801444593a698f1e1c7890e7621ca47543a34fe.tar.gz |
python/python3-astroid: Updated for version 2.5.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 da0fe01fd7..0daef9499b 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.5.1} +VERSION=${VERSION:-2.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-astroid/python3-astroid.info b/python/python3-astroid/python3-astroid.info index 7cf03730fa..4357c81d1f 100644 --- a/python/python3-astroid/python3-astroid.info +++ b/python/python3-astroid/python3-astroid.info @@ -1,8 +1,8 @@ PRGNAM="python3-astroid" -VERSION="2.5.1" +VERSION="2.5.2" HOMEPAGE="https://github.com/PyCQA/astroid" -DOWNLOAD="https://files.pythonhosted.org/packages/44/47/fe9dfab6f91682d7bcacf8ca813b3084b48f1deda4ac8ee56e49d63b928e/astroid-2.5.1.tar.gz" -MD5SUM="52ad092c3066cdc64870dfa7f9000363" +DOWNLOAD="https://files.pythonhosted.org/packages/7b/92/1fe4e6cbd476f33658b854f3bae8e7230481ac0e4f2758385b3a5cd05fe7/astroid-2.5.2.tar.gz" +MD5SUM="38c7176fbb623c28a99e398a5d896f39" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-lazy-object-proxy python3-wrapt typed_ast" |