python/python3-astroid: Updated for version 2.5.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Markus Rinne 2021-03-30 16:17:33 +03:00 committed by Willy Sudiarto Raharjo
parent e447ab205a
commit b801444593
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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"