diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2019-10-18 19:30:16 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-19 11:00:26 +0700 |
commit | 0cda7cb09ff6c851f1562256b3dbf6da61b34921 (patch) | |
tree | 5bf963b946dc9753473686fdf443873272fee6c9 /python | |
parent | 58887acdfc6c9a79ea3c102d06b63a2012d78fb3 (diff) | |
download | slackbuilds-0cda7cb09ff6c851f1562256b3dbf6da61b34921.tar.gz |
python/python3-pylint: Updated for version 2.4.3.
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 a4b6609886..6b19f0c4b8 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.2} +VERSION=${VERSION:-2.4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-pylint/python3-pylint.info b/python/python3-pylint/python3-pylint.info index cd3cc6c630..cd1c559bd5 100644 --- a/python/python3-pylint/python3-pylint.info +++ b/python/python3-pylint/python3-pylint.info @@ -1,8 +1,8 @@ PRGNAM="python3-pylint" -VERSION="2.4.2" +VERSION="2.4.3" HOMEPAGE="https://www.pylint.org" -DOWNLOAD="https://files.pythonhosted.org/packages/ca/dc/6b85a88376ec32fc72e598e6ff20cd6d7741e4cb9a3dda173739e5459d7d/pylint-2.4.2.tar.gz" -MD5SUM="5399857b9f56f1153a57a70f4394022a" +DOWNLOAD="https://files.pythonhosted.org/packages/be/d8/334c1a5228bd300638147e62dce9c6966656fbee812b97cd0472b3eac09d/pylint-2.4.3.tar.gz" +MD5SUM="3e2f51c65d1671dea3e1703a156ac390" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-astroid python3-isort python3-mccabe" |