python/python3-astroid: Updated for version 2.6.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Markus Rinne 2021-06-23 16:24:05 +03:00 committed by Willy Sudiarto Raharjo
parent ed715f7785
commit f8daefadf0
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.8}
VERSION=${VERSION:-2.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-astroid"
VERSION="2.5.8"
VERSION="2.6.0"
HOMEPAGE="https://github.com/PyCQA/astroid"
DOWNLOAD="https://files.pythonhosted.org/packages/5b/b7/e2aa3bf1e05a799d0ff0c8d97dd02fcb46d0f5dcba0a0a1cb3e20e40c369/astroid-2.5.8.tar.gz"
MD5SUM="365043dbd1fd6c53194ada419eac1860"
DOWNLOAD="https://files.pythonhosted.org/packages/11/73/96f28130d5379a6373f179cfac747acaaff979b37ef0c62e54122baa642c/astroid-2.6.0.tar.gz"
MD5SUM="b1933ac8d3b211617de9cc8e5ccf6d30"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-lazy-object-proxy python3-wrapt"