python/python3-astroid: Updated for version 2.5.

This commit also updates the dependencies to match the new version.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Markus Rinne 2021-02-17 22:22:18 +02:00 committed by Willy Sudiarto Raharjo
parent 9298b8d5b3
commit d4df9a946e
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -1,10 +1,10 @@
PRGNAM="python3-astroid"
VERSION="2.4.2"
VERSION="2.5"
HOMEPAGE="https://github.com/PyCQA/astroid"
DOWNLOAD="https://files.pythonhosted.org/packages/ee/25/d3f01bc7e16641e0acb9a8c12decf1d5c2f04336c1f19ba69dc8e6927dff/astroid-2.4.2.tar.gz"
MD5SUM="b54e1325995d3a9abd84bac91d4d5867"
DOWNLOAD="https://files.pythonhosted.org/packages/18/00/753b485627d9cd642516c195db63dcc0c87c36b8c682125c000b7f611b09/astroid-2.5.tar.gz"
MD5SUM="ada7b4df6243a4506de0efb8442ae596"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-lazy-object-proxy python3-six python3-wrapt typed_ast"
REQUIRES="python3-lazy-object-proxy python3-wrapt typed_ast"
MAINTAINER="Markus Rinne"
EMAIL="markus.ka.rinne@gmail.com"