]> git.pld-linux.org Git - packages/python-WebOb.git/commitdiff
- updated to 1.8.5 auto/th/python-WebOb-1.8.5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 31 Dec 2019 18:16:57 +0000 (19:16 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 31 Dec 2019 18:16:57 +0000 (19:16 +0100)
python-WebOb.spec

index 0b0597474a92dca7a498d50628ef5a7ebb059e6c..f10118db9d2707edb8212a37d5cdbe28508252ca 100644 (file)
@@ -9,13 +9,13 @@
 Summary:       WSGI request and response object
 Summary(pl.UTF-8):     Obiekty żądań i odpowiedzi WSGI
 Name:          python-%{module}
-Version:       1.8.2
-Release:       2
+Version:       1.8.5
+Release:       1
 License:       MIT
 Group:         Libraries/Python
 #Source0Download: https://pypi.org/simple/WebOb/
 Source0:       https://files.pythonhosted.org/packages/source/W/WebOb/%{module}-%{version}.tar.gz
-# Source0-md5: d04756e6683fedddba52eafbe9adf404
+# Source0-md5: 1761f416e8cf53f6fb674149cc223bd1
 URL:           https://webob.org/
 %if %{with python2}
 BuildRequires: python-devel >= 1:2.7
@@ -34,7 +34,8 @@ BuildRequires:        python3-pytest >= 3.1.0
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
 %if %{with doc}
-BuildRequires: sphinx-pdg >= 1.3.1
+BuildRequires: python3-pylons-sphinx-themes
+BuildRequires: sphinx-pdg-3 >= 1.7.5
 %endif
 Requires:      python-modules >= 1:2.7
 BuildArch:     noarch
@@ -112,7 +113,8 @@ PYTHONPATH=$(pwd)/src \
 
 %if %{with doc}
 PYTHONPATH=$(pwd)/src \
-%{__make} -C docs html
+%{__make} -C docs html \
+       SPHINXBUILD=sphinx-build-3
 %endif
 
 %install
This page took 0.086081 seconds and 4 git commands to generate.