rebase source
This commit is contained in:
parent
a26ad068cd
commit
88822bd051
BIN
0.14.1.tar.gz
Normal file
BIN
0.14.1.tar.gz
Normal file
Binary file not shown.
@ -4,13 +4,11 @@
|
|||||||
Name: python-werkzeug
|
Name: python-werkzeug
|
||||||
Summary: A comprehensive WSGI web application library
|
Summary: A comprehensive WSGI web application library
|
||||||
Version: 0.14.1
|
Version: 0.14.1
|
||||||
Release: 5
|
Release: 6
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://werkzeug.pocoo.org/
|
URL: http://werkzeug.pocoo.org/
|
||||||
Source0: https://files.pythonhosted.org/packages/source/W/Werkzeug/%{srcname}-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/W/Werkzeug/%{srcname}-%{version}.tar.gz
|
||||||
# Pypi version of werkzeug is missing _themes folder needed to build werkzeug sphinx docs
|
Source1: https://github.com/pallets/werkzeug/archive/0.14.1.tar.gz
|
||||||
# See https://github.com/mitsuhiko/werkzeug/issues/761
|
|
||||||
Source1: werkzeug-sphinx-theme.tar.gz
|
|
||||||
|
|
||||||
# https://github.com/pallets/werkzeug/pull/1293
|
# https://github.com/pallets/werkzeug/pull/1293
|
||||||
# skip tests that use a fixture called 'subprocess' when pytest-xprocess
|
# skip tests that use a fixture called 'subprocess' when pytest-xprocess
|
||||||
@ -92,6 +90,7 @@ Documentation and examples for python3-werkzeug.
|
|||||||
%{__sed} -i 's/\r//' LICENSE
|
%{__sed} -i 's/\r//' LICENSE
|
||||||
%{__sed} -i '1d' tests/multipart/test_collect.py
|
%{__sed} -i '1d' tests/multipart/test_collect.py
|
||||||
tar -xf %{SOURCE1}
|
tar -xf %{SOURCE1}
|
||||||
|
find -name '_themes' -type d -exec cp -r {} docs/ \;
|
||||||
|
|
||||||
rm -rf %{py3dir}
|
rm -rf %{py3dir}
|
||||||
cp -a . %{py3dir}
|
cp -a . %{py3dir}
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user