]> git.pld-linux.org Git - packages/python3-werkzeug.git/blobdiff - python-werkzeug.spec
- up to 0.16.0
[packages/python3-werkzeug.git] / python-werkzeug.spec
index ba4a3c5bef1548d5f35be071becbbda72ffb2bb4..70c8d48223b7b957d32b53a0e892a2945118f1b5 100644 (file)
@@ -5,11 +5,11 @@
 %bcond_without python2 # CPython 2.x module
 %bcond_without python3 # CPython 3.x module
 
 %bcond_without python2 # CPython 2.x module
 %bcond_without python3 # CPython 3.x module
 
-%define        module  werkzeug
+%define                module  werkzeug
 Summary:       The Swiss Army knife of Python web development
 Summary(pl.UTF-8):     Scyzoryk szwajcarski programisty aplikacji WWW
 Name:          python-%{module}
 Summary:       The Swiss Army knife of Python web development
 Summary(pl.UTF-8):     Scyzoryk szwajcarski programisty aplikacji WWW
 Name:          python-%{module}
-Version:       0.11.15
+Version:       0.16.0
 Release:       1
 License:       BSD
 Group:         Development/Languages/Python
 Release:       1
 License:       BSD
 Group:         Development/Languages/Python
@@ -18,22 +18,52 @@ Group:              Development/Languages/Python
 #Source0:      https://files.pythonhosted.org/packages/source/W/Werkzeug/Werkzeug-%{version}.tar.gz
 #Source0Download: https://github.com/pallets/werkzeug/releases
 Source0:       https://github.com/pallets/werkzeug/archive/%{version}/werkzeug-%{version}.tar.gz
 #Source0:      https://files.pythonhosted.org/packages/source/W/Werkzeug/Werkzeug-%{version}.tar.gz
 #Source0Download: https://github.com/pallets/werkzeug/releases
 Source0:       https://github.com/pallets/werkzeug/archive/%{version}/werkzeug-%{version}.tar.gz
-# Source0-md5: 9cb2ba56c694dbd5863ed1b13ce478c2
-Patch0:                %{name}-py3.patch
+# Source0-md5: e2d3061005cc442d80a118b42f8f3e11
 URL:           http://werkzeug.pocoo.org/
 %if %{with python2}
 BuildRequires: python-devel >= 1:2.6
 BuildRequires: python-modules >= 1:2.6
 BuildRequires: python-setuptools
 URL:           http://werkzeug.pocoo.org/
 %if %{with python2}
 BuildRequires: python-devel >= 1:2.6
 BuildRequires: python-modules >= 1:2.6
 BuildRequires: python-setuptools
+%if %{with tests}
+BuildRequires: python-greenlet
+BuildRequires: python-hypothesis
+# optional
+#BuildRequires:        python-memcached
+BuildRequires: python-pyOpenSSL
+BuildRequires: python-pytest
+# optional
+#BuildRequires:        python-pytest-xprocess
+# optional
+#BuildRequires:        python-redis
+BuildRequires: python-requests
+# optional
+#BuildRequires:        python-watchdog
+%endif
 %endif
 %if %{with python3}
 BuildRequires: python3-devel >= 1:3.3
 BuildRequires: python3-modules >= 1:3.3
 BuildRequires: python3-setuptools
 %endif
 %if %{with python3}
 BuildRequires: python3-devel >= 1:3.3
 BuildRequires: python3-modules >= 1:3.3
 BuildRequires: python3-setuptools
+%if %{with tests}
+BuildRequires: python3-greenlet
+BuildRequires: python3-hypothesis
+# optional
+#BuildRequires:        python3-memcached
+BuildRequires: python3-pyOpenSSL
+BuildRequires: python3-pytest
+# optional
+#BuildRequires:        python3-pytest-xprocess
+# optional
+#BuildRequires:        python3-redis
+BuildRequires: python3-requests
+# optional
+#BuildRequires:        python3-watchdog
+%endif
 %endif
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
 %if %{with doc}
 %endif
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
 %if %{with doc}
+BuildRequires: python3-sphinx_issues
 BuildRequires: sphinx-pdg
 %endif
 Requires:      python-modules >= 1:2.6
 BuildRequires: sphinx-pdg
 %endif
 Requires:      python-modules >= 1:2.6
@@ -93,7 +123,6 @@ Dokumentacja do pakietu Pythona Werkzeug.
 
 %prep
 %setup -q -n werkzeug-%{version}
 
 %prep
 %setup -q -n werkzeug-%{version}
-%patch0 -p1
 
 %build
 %if %{with python2}
 
 %build
 %if %{with python2}
@@ -136,7 +165,7 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with python2}
 %files
 %defattr(644,root,root,755)
 %if %{with python2}
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS CHANGES LICENSE README.rst
+%doc CHANGES.rst LICENSE.rst README.rst
 %{py_sitescriptdir}/werkzeug
 %{py_sitescriptdir}/Werkzeug-%{version}-py*.egg-info
 %{_examplesdir}/python-%{module}-%{version}
 %{py_sitescriptdir}/werkzeug
 %{py_sitescriptdir}/Werkzeug-%{version}-py*.egg-info
 %{_examplesdir}/python-%{module}-%{version}
@@ -145,7 +174,7 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with python3}
 %files -n python3-%{module}
 %defattr(644,root,root,755)
 %if %{with python3}
 %files -n python3-%{module}
 %defattr(644,root,root,755)
-%doc AUTHORS CHANGES LICENSE README.rst
+%doc CHANGES.rst LICENSE.rst README.rst
 %{py3_sitescriptdir}/werkzeug
 %{py3_sitescriptdir}/Werkzeug-%{version}-py*.egg-info
 %{_examplesdir}/python3-%{module}-%{version}
 %{py3_sitescriptdir}/werkzeug
 %{py3_sitescriptdir}/Werkzeug-%{version}-py*.egg-info
 %{_examplesdir}/python3-%{module}-%{version}
This page took 0.045601 seconds and 4 git commands to generate.