[arch-commits] Commit in python-pylint/trunk (PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Fri Aug 20 22:41:42 UTC 2021


    Date: Friday, August 20, 2021 @ 22:41:42
  Author: alerque
Revision: 1004040

upgpkg: python-pylint 2.10.0-1

Modified:
  python-pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-20 22:04:42 UTC (rev 1004039)
+++ PKGBUILD	2021-08-20 22:41:42 UTC (rev 1004040)
@@ -6,8 +6,8 @@
 
 _pyname=pylint
 pkgname=python-$_pyname
-pkgver=2.9.6
-pkgrel=2
+pkgver=2.10.0
+pkgrel=1
 pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
 arch=(any)
 url=https://pylint.org
@@ -27,11 +27,11 @@
             'tk: Pylint GUI')
 _archive="$_pyname-$pkgver"
 source=("https://github.com/PyCQA/pylint/archive/v$pkgver/pylint-$pkgver.tar.gz")
-sha256sums=('e6335c810ee3ff4b59e3990db49cf0d1e263e122b766853755436d88133c9496')
+sha256sums=('8f34d8c0a8d57544d50b6e13a526dd1d1b7e3ab3d6528adeb3b3c6acd4763a78')
 
 prepare() {
 	cd "$_archive"
-	# Remove overly restrictive dependency version pinning that ends up in runtime checks
+	# Remove overly restrictive dependency pinning that ends up in runtime checks
 	sed -i -e '/>=/{s/>.*//;p}' setup.cfg
 }
 
@@ -44,8 +44,7 @@
 check() {
 	cd "$_archive"
 	PYTHONPATH="$PWD/build/lib" pytest \
-		--deselect tests/benchmark/test_baseline_benchmarks.py \
-		--deselect tests/test_functional.py::test_functional[arguments_renamed]
+		--deselect tests/benchmark/test_baseline_benchmarks.py
 }
 
 package() {



More information about the arch-commits mailing list