diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2021-02-22 16:15:31 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-22 22:33:49 +0700 |
commit | f6d0effe5d76c0e691250c5eec76d873ee1112ae (patch) | |
tree | 14603a62af70b8a07ef619c767549bc2c5138033 /python/python3-pylint | |
parent | d4df9a946edb917b1dd1e938cc3353502b65eff1 (diff) | |
download | slackbuilds-f6d0effe5d76c0e691250c5eec76d873ee1112ae.tar.gz |
python/python3-pylint: Updated for version 2.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pylint')
-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 cb42ff9493..9cc7a8c561 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.6.2} +VERSION=${VERSION:-2.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-pylint/python3-pylint.info b/python/python3-pylint/python3-pylint.info index 1a8c76569a..3b6f2241eb 100644 --- a/python/python3-pylint/python3-pylint.info +++ b/python/python3-pylint/python3-pylint.info @@ -1,8 +1,8 @@ PRGNAM="python3-pylint" -VERSION="2.6.2" +VERSION="2.7.0" HOMEPAGE="https://www.pylint.org" -DOWNLOAD="https://files.pythonhosted.org/packages/f7/d4/c065f898e48e0d839525a2ede871f6f083ad322fb42c0ca0e7cf7ab7bb07/pylint-2.6.2.tar.gz" -MD5SUM="dcae434e122c92d36b11063bfd47eb85" +DOWNLOAD="https://files.pythonhosted.org/packages/62/a7/5c6587dd61fc6c759f36a535c0a42090ae0d81f9b142950bdafdb3bc0ccc/pylint-2.7.0.tar.gz" +MD5SUM="2566fc12ad1b086c765123247acd1e2c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-toml python3-astroid python3-isort python3-mccabe" |