pylint: update to 2.14.5.

This commit is contained in:
Michal Vasilek 2022-08-12 00:25:46 +02:00
parent 9784014422
commit 9682bbe468

View file

@ -1,7 +1,7 @@
# Template file for 'pylint'
pkgname=pylint
version=2.14.4
revision=2
version=2.14.5
revision=1
build_style=python3-module
make_check_args="--deselect=tests/benchmark/test_baseline_benchmarks.py"
hostmakedepends="python3-setuptools"
@ -15,7 +15,7 @@ license="GPL-2.0-or-later"
homepage="https://pylint.pycqa.org"
changelog="https://raw.githubusercontent.com/PyCQA/pylint/main/doc/whatsnew/${version%.*.*}/${version%.*}/summary.rst"
distfiles="https://github.com/PyCQA/pylint/archive/refs/tags/v$version.tar.gz"
checksum=fdd513198ccdf96f8b9a70aca3eb80050edf87b433595c67784c0f9ddac80bb5
checksum=be7c852b6b3ef1b1cbd56511c4ae51abdf933eb79684bcf7e2c4fb31b545cfaf
make_check=no # FIXME
post_install() {