python/python3-pylint: Updated for version 2.7.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Markus Rinne 2021-04-03 21:14:15 +03:00 committed by Willy Sudiarto Raharjo
parent 8606193281
commit 7b05f175be
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-pylint
SRCNAM=pylint
VERSION=${VERSION:-2.7.2}
VERSION=${VERSION:-2.7.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-pylint"
VERSION="2.7.2"
VERSION="2.7.4"
HOMEPAGE="https://www.pylint.org"
DOWNLOAD="https://files.pythonhosted.org/packages/5c/09/4948cd0ad3ef8ab707bab1169bc73672bda3ede1c92e528b02b940be67e8/pylint-2.7.2.tar.gz"
MD5SUM="1e085a3680f12a4ed4ecc8fd01bb3038"
DOWNLOAD="https://files.pythonhosted.org/packages/2d/5b/491cf9e85288c29759a6535e6009938c2141b137b27a0653e435dcbad6a2/pylint-2.7.4.tar.gz"
MD5SUM="448218b9b424be9b3012dd60ee14ad94"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-toml python3-astroid python3-isort python3-mccabe"