]> git.pld-linux.org Git - packages/python3-markupsafe.git/blobdiff - python3-markupsafe.spec
rebuild with tests and docs
[packages/python3-markupsafe.git] / python3-markupsafe.spec
index a5370c1e65d2861651d94cf2a0b0ce3703acdec7..4d7bf3058ee2c2c9c71f91b0bcbc3e11bf40d117 100644 (file)
@@ -8,14 +8,14 @@ Summary:      Implements a XML/HTML/XHTML Markup safe string for Python 3
 Summary(pl.UTF-8):     MarkupSafe - łańcuch dla Pythona 3 bezpieczny pod kątem znaczników XML/HTML/XHTML
 Name:          python3-%{module}
 Version:       2.0.1
-Release:       1
+Release:       4
 License:       BSD
 Group:         Development/Languages/Python
 #Source0Download: https://pypi.org/simple/markupsafe/
 Source0:       https://files.pythonhosted.org/packages/source/M/MarkupSafe/MarkupSafe-%{version}.tar.gz
 # Source0-md5: 892e0fefa3c488387e5cc0cad2daa523
 URL:           https://markupsafe.palletsprojects.com/
-BuildRequires: python3-devel >= 1:3.4
+BuildRequires: python3-devel >= 1:3.6
 BuildRequires: python3-setuptools
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
@@ -24,11 +24,11 @@ BuildRequires:      python3-pytest
 %endif
 %if %{with doc}
 BuildRequires: python3-pallets-sphinx-themes >= 1.1.0
-# docs/requirements.txt says 1.8.0, but 1.7.6 also works
-BuildRequires: sphinx-pdg-3 >= 1.7.0
-#BuildRequires:        sphinx-pdg-3 >= 1.8.0
+BuildRequires: python3-sphinx_issues >= 1.2.0
+BuildRequires: python3-sphinxcontrib-log-cabinet >= 1.0.1
+BuildRequires: sphinx-pdg-3 >= 1.8.0
 %endif
-Requires:      python3-modules >= 1:3.4
+Requires:      python3-modules >= 1:3.6
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
This page took 0.045385 seconds and 4 git commands to generate.