diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2020-05-10 11:46:53 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-10 20:31:22 +0700 |
commit | a427ca4d3bf8b53cf19213257c20914551f12b18 (patch) | |
tree | ee3e471c3f51d2e92a1baed9013bd7f4410c959e /python/python3-pylint | |
parent | a6b52277a6c0c05da423c0e4e85045336c1ea450 (diff) | |
download | slackbuilds-a427ca4d3bf8b53cf19213257c20914551f12b18.tar.gz |
python/python3-pylint: Updated for version 2.5.2.
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 8c8f35583f..f4ab31cce3 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.5.0} +VERSION=${VERSION:-2.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-pylint/python3-pylint.info b/python/python3-pylint/python3-pylint.info index 9fdfa33496..a1ffe7f012 100644 --- a/python/python3-pylint/python3-pylint.info +++ b/python/python3-pylint/python3-pylint.info @@ -1,8 +1,8 @@ PRGNAM="python3-pylint" -VERSION="2.5.0" +VERSION="2.5.2" HOMEPAGE="https://www.pylint.org" -DOWNLOAD="https://files.pythonhosted.org/packages/ff/ea/f4dada656f59cb60a223a5f4e83718f41ec82770f7f96b4b54140a4e5df9/pylint-2.5.0.tar.gz" -MD5SUM="c62d9ae4f04deb77a6ce94ae3aec9dc5" +DOWNLOAD="https://files.pythonhosted.org/packages/b4/2d/c209a539c32e2d9c7396e69bab95ad4332b73cdc360bbc89495d7e49d332/pylint-2.5.2.tar.gz" +MD5SUM="d843a9334b7c6ce3a46f4ee9c66ba5e1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-toml python3-astroid python3-isort python3-mccabe" |