From 92672e1617ee922ca44b3347bfcf210d003ebd62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?= Date: Tue, 24 Sep 2024 12:24:47 -0300 Subject: [PATCH] pylint: update to 3.3.1 Closes: #52361 [via git-merge-pr] --- srcpkgs/pylint/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template index 50361ed730f..66516522394 100644 --- a/srcpkgs/pylint/template +++ b/srcpkgs/pylint/template @@ -1,6 +1,6 @@ # Template file for 'pylint' pkgname=pylint -version=3.3.0 +version=3.3.1 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=fff8b671e0d3daeef20c23c4925cc4ed2e52ecd38dc59b45428934007ad0b034 +checksum=3343069bd6f6fcf220cfac79db466f69a509213ed1f0bedc9887600eb0b58084 do_check() { # FIXME: run upstream test suite