summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Markus Rinne2021-07-23 09:51:35 +0200
committer Willy Sudiarto Raharjo2021-07-23 10:32:22 +0200
commit78aceead067cef3a7d3004007a2ff12d9259d192 (patch)
treeb9da4f822ad1b276ae84f4af4eaa84211e966ef6
parentd4c9d934e1b5ca00471a7aab1b532a4c4caaef71 (diff)
downloadslackbuilds-78aceead067cef3a7d3004007a2ff12d9259d192.tar.gz
python/python3-pylint: Updated for version 2.9.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-pylint/python3-pylint.SlackBuild2
-rw-r--r--python/python3-pylint/python3-pylint.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-pylint/python3-pylint.SlackBuild b/python/python3-pylint/python3-pylint.SlackBuild
index b50f76d115..b26c982c79 100644
--- a/python/python3-pylint/python3-pylint.SlackBuild
+++ b/python/python3-pylint/python3-pylint.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-pylint
SRCNAM=pylint
-VERSION=${VERSION:-2.9.3}
+VERSION=${VERSION:-2.9.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-pylint/python3-pylint.info b/python/python3-pylint/python3-pylint.info
index 48af3900ee..11970578e8 100644
--- a/python/python3-pylint/python3-pylint.info
+++ b/python/python3-pylint/python3-pylint.info
@@ -1,8 +1,8 @@
PRGNAM="python3-pylint"
-VERSION="2.9.3"
+VERSION="2.9.4"
HOMEPAGE="https://www.pylint.org"
-DOWNLOAD="https://files.pythonhosted.org/packages/59/9a/3a021b3b7965c5070bfec5d54759f076a31bd537043e0dc9b0fb2b49bff6/pylint-2.9.3.tar.gz"
-MD5SUM="b3105edf59bdec0dde1972248942c5da"
+DOWNLOAD="https://files.pythonhosted.org/packages/49/31/b4c4272664d4c5576c0d8b30dc01fb159561e5ee026a390de24461735f46/pylint-2.9.4.tar.gz"
+MD5SUM="99159082f1037407c49fe4c242ede248"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-toml python3-astroid python3-isort python3-mccabe"