python/python3-astroid: Updated for version 2.6.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Markus Rinne 2021-08-04 11:59:39 +03:00 committed by Willy Sudiarto Raharjo
parent e12a6d74d4
commit 9608c2aa3a
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-astroid
SRCNAM=astroid
VERSION=${VERSION:-2.6.5}
VERSION=${VERSION:-2.6.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-astroid"
VERSION="2.6.5"
VERSION="2.6.6"
HOMEPAGE="https://github.com/PyCQA/astroid"
DOWNLOAD="https://files.pythonhosted.org/packages/89/e7/69f2b466eaf494f90f9aee9f802ab9305e2af1b9cd6aebdfdf36800706c8/astroid-2.6.5.tar.gz"
MD5SUM="0105a4a3746cbe7163a72f6c48d52988"
DOWNLOAD="https://files.pythonhosted.org/packages/6d/6a/5d8f8efabad496d6caaffd7ea94e5782dde50bcf5480af72939f71114773/astroid-2.6.6.tar.gz"
MD5SUM="630db44f7adbcdf837d5d659eb043ebd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-lazy-object-proxy python3-wrapt"