]> git.pld-linux.org Git - packages/python-urllib3.git/commitdiff
- drop -W from SPHINXOPTS to avoid bailing out on no network access to download inven... auto/th/python-urllib3-1.23-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 21 Jul 2018 10:53:40 +0000 (12:53 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 21 Jul 2018 10:53:40 +0000 (12:53 +0200)
- release 2

python-urllib3.spec

index 2b7d2c6e6ebc89472d58ce931b811dc1173bbdcf..d45b2dea0cd9fd1aa16ae96d30dfe13e0222e457 100644 (file)
@@ -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
This page took 0.19961 seconds and 4 git commands to generate.