From 32e5e8a4ae4b5ea2c7e39d83b91f80b2ca14d255 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 29 Feb 2020 08:33:28 +0100 Subject: [PATCH] - updated to 4.12.0 (for Sphinx 1.8) --- python-breathe.spec | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/python-breathe.spec b/python-breathe.spec index 317d67b..661447b 100644 --- a/python-breathe.spec +++ b/python-breathe.spec @@ -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 -- 2.44.0