!2 rebase source

Merge pull request !2 from ultra_planet/new
This commit is contained in:
openeuler-ci-bot 2020-01-13 14:16:12 +08:00 committed by Gitee
commit f7e30ba874
3 changed files with 3 additions and 4 deletions

BIN
0.14.1.tar.gz Normal file

Binary file not shown.

View File

@ -4,13 +4,11 @@
Name: python-werkzeug
Summary: A comprehensive WSGI web application library
Version: 0.14.1
Release: 5
Release: 6
License: BSD
URL: http://werkzeug.pocoo.org/
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
# See https://github.com/mitsuhiko/werkzeug/issues/761
Source1: werkzeug-sphinx-theme.tar.gz
Source1: https://github.com/pallets/werkzeug/archive/0.14.1.tar.gz
# https://github.com/pallets/werkzeug/pull/1293
# 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 '1d' tests/multipart/test_collect.py
tar -xf %{SOURCE1}
find -name '_themes' -type d -exec cp -r {} docs/ \;
rm -rf %{py3dir}
cp -a . %{py3dir}

Binary file not shown.