Date: Saturday, February 4, 2023 @ 10:39:59
  Author: arojas
Revision: 1392330

upgpkg: python-pylint 2.16.1-1: Update to 2.16 for compatibility with astroid

Modified:
  python-pylint/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-04 10:34:51 UTC (rev 1392329)
+++ PKGBUILD    2023-02-04 10:39:59 UTC (rev 1392330)
@@ -7,7 +7,7 @@
 
 _pyname=pylint
 pkgname=python-$_pyname
-pkgver=2.15.10
+pkgver=2.16.1
 pkgrel=1
 pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
 arch=(any)
@@ -31,12 +31,12 @@
 checkdepends=(mpdecimal
               python-gitpython
               python-py
-              python-pytest{,-timeout})
+              python-pytest{,-timeout,-benchmark})
 optdepends=('graphviz: Enable output formats other than dot or vcg'
             'tk: Pylint GUI')
 _archive="$_pyname-$pkgver"
 source=("https://github.com/PyCQA/pylint/archive/v$pkgver/$_archive.tar.gz";)
-sha256sums=('ba0be22b01f1e2b2abab33c72496e3194942307d2d89567d0363db858ab3c858')
+sha256sums=('d228c89808dbda4846b261d1b8806141977549b1a0f06ba9aeb2f7a0e33b4029')
 
 prepare() {
        cd "$_archive"

Reply via email to