From: Mateusz Korniak Date: Fri, 27 May 2016 11:53:35 +0000 (+0200) Subject: Version 0.11.10. X-Git-Tag: auto/th/python-werkzeug-2.0.2-1~12 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fpython3-werkzeug.git;a=commitdiff_plain;h=fdb1d6eeda433bd691cf6ce9a8a9e526d8cd850b Version 0.11.10. --- diff --git a/python-werkzeug.spec b/python-werkzeug.spec index 0fc2a14..8a7f876 100644 --- a/python-werkzeug.spec +++ b/python-werkzeug.spec @@ -9,12 +9,13 @@ %define module werkzeug Summary: The Swiss Army knife of Python web development Name: python-%{module} -Version: 0.9.6 -Release: 5 +Version: 0.11.10 +Release: 1 License: BSD Group: Development/Languages/Python -Source0: http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-%{version}.tar.gz -# Source0-md5: f7afcadc03b0f2267bdc156c34586043 +# Source0: http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-%{version}.tar.gz +Source0: https://github.com/pallets/werkzeug/archive/%{version}.tar.gz +# Source0-md5: 5010591f97c36722027bd23ade0029e3 URL: http://werkzeug.pocoo.org/ %if %{with python2} BuildRequires: python-distribute @@ -57,7 +58,7 @@ routing system and a bunch of community contributed addon modules. # %description -n python3-%{module} -l pl.UTF-8 %prep -%setup -q -n Werkzeug-%{version} +%setup -q -n werkzeug-%{version} %build %if %{with python2}