[packages/python-urllib3] - drop -W from SPHINXOPTS to avoid bailing out on no network access to download inventories - releas
qboosh
qboosh at pld-linux.org
Sat Jul 21 12:51:44 CEST 2018
commit ad572b13f43d33175535f8e3f7e3cbfff775e8e0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Jul 21 12:53:40 2018 +0200
- drop -W from SPHINXOPTS to avoid bailing out on no network access to download inventories
- release 2
python-urllib3.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/python-urllib3.spec b/python-urllib3.spec
index 2b7d2c6..d45b2de 100644
--- a/python-urllib3.spec
+++ b/python-urllib3.spec
@@ -11,7 +11,7 @@ Summary: HTTP library with thread-safe connection pooling, file post, and more
Summary(pl.UTF-8): Biblioteka HTTP z bezpieczną wątkowo pulą połączeń, wysyłaniem plików itd.
Name: python-%{module}
Version: 1.23
-Release: 1
+Release: 2
License: MIT
Group: Development/Languages/Python
Source0: https://files.pythonhosted.org/packages/source/u/urllib3/%{module}-%{version}.tar.gz
@@ -119,7 +119,8 @@ Dokumentacja API modułu Pythona urllib3.
%endif
%if %{with doc}
-%{__make} -C docs html
+%{__make} -C docs html \
+ SPHINXOPTS=
%endif
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-urllib3.git/commitdiff/ad572b13f43d33175535f8e3f7e3cbfff775e8e0
More information about the pld-cvs-commit
mailing list