diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2021-02-27 10:47:18 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-03-05 13:42:44 +0700 |
commit | 9bc315b1ce2ba96b12a339840937348b031a8a0d (patch) | |
tree | de798da571a1caa3b1026878a14d2db9b53b65f1 /python | |
parent | 1b0889c6fd7fbcd73b7b8f10c2bad1603bb272e6 (diff) | |
download | slackbuilds-9bc315b1ce2ba96b12a339840937348b031a8a0d.tar.gz |
python/python3-pylint: Updated for version 2.7.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-pylint/python3-pylint.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-pylint/python3-pylint.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-pylint/python3-pylint.SlackBuild b/python/python3-pylint/python3-pylint.SlackBuild index 9cc7a8c561..72e04ad39b 100644 --- a/python/python3-pylint/python3-pylint.SlackBuild +++ b/python/python3-pylint/python3-pylint.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=python3-pylint SRCNAM=pylint -VERSION=${VERSION:-2.7.0} +VERSION=${VERSION:-2.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-pylint/python3-pylint.info b/python/python3-pylint/python3-pylint.info index 3b6f2241eb..6cd4f44b78 100644 --- a/python/python3-pylint/python3-pylint.info +++ b/python/python3-pylint/python3-pylint.info @@ -1,8 +1,8 @@ PRGNAM="python3-pylint" -VERSION="2.7.0" +VERSION="2.7.1" HOMEPAGE="https://www.pylint.org" -DOWNLOAD="https://files.pythonhosted.org/packages/62/a7/5c6587dd61fc6c759f36a535c0a42090ae0d81f9b142950bdafdb3bc0ccc/pylint-2.7.0.tar.gz" -MD5SUM="2566fc12ad1b086c765123247acd1e2c" +DOWNLOAD="https://files.pythonhosted.org/packages/0b/3f/915ca0f0431b68a5e4f155fef4a8b40a472c6107eb4ddfba4bcfa8428257/pylint-2.7.1.tar.gz" +MD5SUM="636da6c4ef52e629f06dc8174a792b35" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-toml python3-astroid python3-isort python3-mccabe" |