python/python3-pylint: Updated for version 2.3.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Markus Rinne 2019-03-23 00:25:01 +02:00 committed by Willy Sudiarto Raharjo
parent 4ba7c37e25
commit 09831e5109
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
PRGNAM=python3-pylint
SRCNAM=pylint
VERSION=${VERSION:-2.2.2}
VERSION=${VERSION:-2.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-pylint"
VERSION="2.2.2"
VERSION="2.3.1"
HOMEPAGE="https://www.pylint.org"
DOWNLOAD="https://files.pythonhosted.org/packages/92/8e/e86eb8dbc10ee845b1c04ed9eaeafb981331f6db5dc05ba21555fcbe7595/pylint-2.2.2.tar.gz"
MD5SUM="6bece9ce12a7461266ecc1908da8d492"
DOWNLOAD="https://files.pythonhosted.org/packages/01/8b/538911c0ebc2529f15004f4cb07e3ca562bb9aacea5df89cc25b62e01891/pylint-2.3.1.tar.gz"
MD5SUM="37b39717a69ab48fbe29aacc3bb3047c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-astroid python3-isort python3-mccabe"