diff options
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 b50f76d11594..b26c982c7925 100644 --- a/python/python3-pylint/python3-pylint.SlackBuild +++ b/python/python3-pylint/python3-pylint.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pylint SRCNAM=pylint -VERSION=${VERSION:-2.9.3} +VERSION=${VERSION:-2.9.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-pylint/python3-pylint.info b/python/python3-pylint/python3-pylint.info index 48af3900ee18..11970578e8c8 100644 --- a/python/python3-pylint/python3-pylint.info +++ b/python/python3-pylint/python3-pylint.info @@ -1,8 +1,8 @@ PRGNAM="python3-pylint" -VERSION="2.9.3" +VERSION="2.9.4" HOMEPAGE="https://www.pylint.org" -DOWNLOAD="https://files.pythonhosted.org/packages/59/9a/3a021b3b7965c5070bfec5d54759f076a31bd537043e0dc9b0fb2b49bff6/pylint-2.9.3.tar.gz" -MD5SUM="b3105edf59bdec0dde1972248942c5da" +DOWNLOAD="https://files.pythonhosted.org/packages/49/31/b4c4272664d4c5576c0d8b30dc01fb159561e5ee026a390de24461735f46/pylint-2.9.4.tar.gz" +MD5SUM="99159082f1037407c49fe4c242ede248" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-toml python3-astroid python3-isort python3-mccabe" |