commit 987f14f4a96896fc3e0dcb23e472647ca87ae324
Author: Jakub Bogusz <[email protected]>
Date: Sun Sep 18 19:35:05 2022 +0200
- disable sphinx -W option to allow build without network; release 2
pylint.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/pylint.spec b/pylint.spec
index b1b8039..e27d3b2 100644
--- a/pylint.spec
+++ b/pylint.spec
@@ -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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pylint.git/commitdiff/987f14f4a96896fc3e0dcb23e472647ca87ae324
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit