From 49a3cbd73130b83504a8f5874896fdfe1458d5d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?= Date: Sun, 1 Dec 2024 22:03:18 -0300 Subject: [PATCH] pylint: update to 3.3.3 --- srcpkgs/pylint/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template index 08cdfb1cb2d..47650ee0ac1 100644 --- a/srcpkgs/pylint/template +++ b/srcpkgs/pylint/template @@ -1,7 +1,7 @@ # Template file for 'pylint' pkgname=pylint -version=3.3.1 -revision=2 +version=3.3.3 +revision=1 build_style=python3-pep517 make_build_args="--skip-dependency-check" make_check_args="--deselect=tests/benchmark/test_baseline_benchmarks.py" @@ -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=3343069bd6f6fcf220cfac79db466f69a509213ed1f0bedc9887600eb0b58084 +checksum=8fd1399fb997550fb24b1142f9b775a9623b23f78b7571a74fed9a8eb01c7df7 do_check() { # FIXME: run upstream test suite