]> git.pld-linux.org Git - packages/python3-markupsafe.git/blobdiff - python-markupsafe.spec
use setuptools instead of distribute
[packages/python3-markupsafe.git] / python-markupsafe.spec
index 1c93ff260a6c98e09107f68d6f55a30a3bb2bec4..340d56c80aac8438e8834866bc2a70fac3536182 100644 (file)
@@ -8,23 +8,24 @@
 Summary:       MarkupSafe - a XML/HTML/XHTML Markup safe string for Python 2
 Summary(pl.UTF-8):     MarkupSafe - łańcuch dla Pythona 2 bezpieczny pod kątem znaczników XML/HTML/XHTML
 Name:          python-%{module}
-Version:       0.18
-Release:       2
+Version:       0.23
+Release:       3
 License:       BSD
 Group:         Development/Languages/Python
+#Source0Download: https://pypi.python.org/pypi/MarkupSafe
 Source0:       https://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-%{version}.tar.gz
-# Source0-md5: f8d252fd05371e51dec2fe9a36890687
+# Source0-md5: f5ab3deee4c37cd6a922fb81e730da6e
 URL:           http://www.pocoo.org/
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.219
 %if %{with python2}
 BuildRequires: python-devel
-BuildRequires: python-distribute
+BuildRequires: python-setuptools
 %endif
 %if %{with python3}
 BuildRequires: python-2to3
 BuildRequires: python3-devel
-BuildRequires: python3-distribute
+BuildRequires: python3-setuptools
 %endif
 Requires:      python-modules
 Provides:      python-MarkupSafe = %{version}-%{release}
This page took 0.050976 seconds and 4 git commands to generate.