From c5f9b08f9bf86898029a49d29beeebd8bad341f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?= Date: Sat, 31 Aug 2024 12:51:08 -0300 Subject: [PATCH] pylint: update to 3.2.7 --- srcpkgs/pylint/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template index c6b11aa3be2..ab18415ac4e 100644 --- a/srcpkgs/pylint/template +++ b/srcpkgs/pylint/template @@ -1,6 +1,6 @@ # Template file for 'pylint' pkgname=pylint -version=3.2.6 +version=3.2.7 revision=1 build_style=python3-pep517 make_build_args="--skip-dependency-check" @@ -15,7 +15,7 @@ maintainer="André L. C. Moreira " license="GPL-2.0-or-later" homepage="https://pylint.pycqa.org" distfiles="https://github.com/PyCQA/pylint/archive/refs/tags/v$version.tar.gz" -checksum=66c917c27c74b84d44aecacd9725defeb3ef51bdf916213e52c647f5545dda75 +checksum=afa603e2ebfd602b5ad0c17972b38b8eb2a00843bbb26e8701ab3bcd52bfaba0 do_check() { # FIXME: run upstream test suite