diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2020-05-01 18:30:35 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-10 08:36:51 +0700 |
commit | b4197da0202a1c88d2ff26e9be1ac2479737fc47 (patch) | |
tree | 3f923e6806f114a165e002926e9c3890b4ef429a /python/python3-pylint | |
parent | b4bcba738310461ffd3561de21eb88fe23e58eb3 (diff) | |
download | slackbuilds-b4197da0202a1c88d2ff26e9be1ac2479737fc47.tar.gz |
python/python3-pylint: Updated for version 2.5.0.
This commit also updates dependencies to match the new version.
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 | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-pylint/python3-pylint.SlackBuild b/python/python3-pylint/python3-pylint.SlackBuild index adc11b466e..8c8f35583f 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.4.4} +VERSION=${VERSION:-2.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-pylint/python3-pylint.info b/python/python3-pylint/python3-pylint.info index 5a6238dade..9fdfa33496 100644 --- a/python/python3-pylint/python3-pylint.info +++ b/python/python3-pylint/python3-pylint.info @@ -1,10 +1,10 @@ PRGNAM="python3-pylint" -VERSION="2.4.4" +VERSION="2.5.0" HOMEPAGE="https://www.pylint.org" -DOWNLOAD="https://files.pythonhosted.org/packages/93/eb/851ab1d1ca6b37babd326dfa517b432963c54eda26c730353306aa0cdf4d/pylint-2.4.4.tar.gz" -MD5SUM="6c1fd3345b63bd0160612882381579a7" +DOWNLOAD="https://files.pythonhosted.org/packages/ff/ea/f4dada656f59cb60a223a5f4e83718f41ec82770f7f96b4b54140a4e5df9/pylint-2.5.0.tar.gz" +MD5SUM="c62d9ae4f04deb77a6ce94ae3aec9dc5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-astroid python3-isort python3-mccabe" +REQUIRES="python-toml python3-astroid python3-isort python3-mccabe" MAINTAINER="Markus Rinne" EMAIL="markus.ka.rinne@gmail.com" |