python/python3-astroid: Updated for version 2.4.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Markus Rinne 2020-05-10 11:12:28 +03:00 committed by Willy Sudiarto Raharjo
parent a427ca4d3b
commit 9aa39d56f4
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
PRGNAM=python3-astroid
SRCNAM=astroid
VERSION=${VERSION:-2.4.0}
VERSION=${VERSION:-2.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-astroid"
VERSION="2.4.0"
VERSION="2.4.1"
HOMEPAGE="https://bitbucket.org/logilab/astroid"
DOWNLOAD="https://files.pythonhosted.org/packages/c7/77/b63d5956ffaa237981fa99f902d1963f2c097c1dd9700447b4815dedceb9/astroid-2.4.0.tar.gz"
MD5SUM="bd3b2a61b6ecf7446125b418b031a01e"
DOWNLOAD="https://files.pythonhosted.org/packages/c4/82/30e5f146863fb34b733bd57e82f96a6c61a6cb3692fc838e20d0091ee752/astroid-2.4.1.tar.gz"
MD5SUM="b0ab3129a634e7210f7b3647fb81c215"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-lazy-object-proxy python3-six python3-wrapt typed_ast"