]> git.pld-linux.org Git - packages/python-breathe.git/commitdiff
- updated to 4.12.0 (for Sphinx 1.8) auto/th/python-breathe-4.12.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 29 Feb 2020 07:33:28 +0000 (08:33 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 29 Feb 2020 07:33:28 +0000 (08:33 +0100)
python-breathe.spec

index 317d67b802d5440f68f8724696b5b6428e9c5474..661447bd0e7a7b623999de46e4fc2e29879a7730 100644 (file)
@@ -7,35 +7,38 @@
 Summary:       Sphinx Doxygen renderer
 Summary(pl.UTF-8):     Renderer Doxygena dla systemu dokumentacji Sphinx
 Name:          python-breathe
-Version:       4.11.1
-Release:       2
+# NOTE: keep 4.12 here; 4.13+ requires Sphinx 2 and Python 3
+Version:       4.12.0
+Release:       1
 License:       BSD
 Group:         Development/Languages/Python
 #Source0Download: https://github.com/michaeljones/breathe/releases
 Source0:       https://github.com/michaeljones/breathe/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 04a2cca7502382518a08e07c0c78ac94
+# Source0-md5: 2288749c6e3b2fe1e527873e97144843
 URL:           https://github.com/michaeljones/breathe
 %if %{with python2}
 BuildRequires: python-modules >= 1:2.5
+BuildRequires: python-setuptools
 %if %{with tests}
-BuildRequires: python-Sphinx >= 1.4
-BuildRequires: python-docutils >= 0.5
+BuildRequires: python-Sphinx >= 1.8
+BuildRequires: python-docutils >= 0.12
 BuildRequires: python-nose
-BuildRequires: python-six >= 1.4
+BuildRequires: python-six >= 1.9
 %endif
 %endif
 %if %{with python3}
-BuildRequires: python3-2to3 >= 1:3.2
 BuildRequires: python3-modules >= 1:3.2
+BuildRequires: python3-setuptools
 %if %{with tests}
-BuildRequires: python3-Sphinx >= 1.4
-BuildRequires: python3-docutils >= 0.5
+BuildRequires: python3-Sphinx >= 1.8
+BuildRequires: python3-docutils >= 0.12
 BuildRequires: python3-nose
-BuildRequires: python3-six >= 1.4
+BuildRequires: python3-six >= 1.9
 %endif
 %endif
 BuildRequires: rpm-pythonprov
-BuildRequires: rpmbuild(macros) >= 1.710
+BuildRequires: rpmbuild(macros) >= 1.714
+Requires:      python-modules >= 1:2.5
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -51,7 +54,7 @@ Sphinx, pozwalające na odczyt i renderowanie wyjścia XML z Doxygena.
 Summary:       Sphinx Doxygen renderer
 Summary(pl.UTF-8):     Renderer Doxygena dla systemu dokumentacji Sphinx
 Group:         Libraries/Python
-Requires:      python3-modules
+Requires:      python3-modules >= 1:3.2
 
 %description -n python3-breathe
 Breathe is an extension to reStructuredText and Sphinx to be able to
This page took 0.071356 seconds and 4 git commands to generate.