]> git.pld-linux.org Git - packages/pylint.git/commitdiff
- disable sphinx -W option to allow build without network; release 2 master auto/th/pylint-2.15.2-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 18 Sep 2022 17:35:05 +0000 (19:35 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 18 Sep 2022 17:35:05 +0000 (19:35 +0200)
pylint.spec

index b1b803985966b4e2036f983a3eb21486fa0af558..e27d3b2906dcd000e8a1af47a88c05895d29be5c 100644 (file)
@@ -7,7 +7,7 @@ Summary:        Python tool that checks if a module satisfy a coding standard
 Summary(pl.UTF-8):     Narzędzie Pythona sprawdzające zgodność modułu ze standardem kodowania
 Name:          pylint
 Version:       2.15.2
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Development/Languages/Python
 #Source0Download: https://pypi.org/simple/pylint/
@@ -114,6 +114,9 @@ from setuptools import setup
 setup()
 EOF
 
+# disable errors on warnings caused by unreachable network
+%{__sed} -i -e '/ALLSPHINXOPTS/ s/ -W / /' doc/Makefile
+
 %build
 %py3_build
 
This page took 0.119946 seconds and 4 git commands to generate.