python/python3-pylint: Updated for version 2.9.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Markus Rinne 2021-07-26 12:11:32 +03:00 committed by Willy Sudiarto Raharjo
parent a0c5690f75
commit e36e71a0d3
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-pylint PRGNAM=python3-pylint
SRCNAM=pylint SRCNAM=pylint
VERSION=${VERSION:-2.9.4} VERSION=${VERSION:-2.9.5}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-pylint" PRGNAM="python3-pylint"
VERSION="2.9.4" VERSION="2.9.5"
HOMEPAGE="https://www.pylint.org" HOMEPAGE="https://www.pylint.org"
DOWNLOAD="https://files.pythonhosted.org/packages/49/31/b4c4272664d4c5576c0d8b30dc01fb159561e5ee026a390de24461735f46/pylint-2.9.4.tar.gz" DOWNLOAD="https://files.pythonhosted.org/packages/cb/f4/41c130d3efb1cbc8dc34a7b8f38ea3f753820a1c74b5c19bc965033e031c/pylint-2.9.5.tar.gz"
MD5SUM="99159082f1037407c49fe4c242ede248" MD5SUM="af10eacb0c9e94d0067980d481a45d4f"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="python-toml python3-astroid python3-isort python3-mccabe" REQUIRES="python-toml python3-astroid python3-isort python3-mccabe"