pylint: update to 2.14.4.

This commit is contained in:
Michal Vasilek 2022-07-05 11:09:14 +02:00
parent 267bb62397
commit 24aa89d9b7
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'pylint'
pkgname=pylint
version=2.14.2
version=2.14.4
revision=1
build_style=python3-module
make_check_args="--deselect=tests/benchmark/test_baseline_benchmarks.py"
@ -15,7 +15,7 @@ license="GPL-2.0-or-later"
homepage="https://www.pylint.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=f7420e582f5852599f866e727071542801adbad59b5e93e61a0147e056e94bc7
checksum=fdd513198ccdf96f8b9a70aca3eb80050edf87b433595c67784c0f9ddac80bb5
make_check=no # FIXME
post_install() {