From 1acd9819566c378c081ccf57af0d5ed5ce1b686eeb8dc4e25811bd16b48abba3 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 25 Oct 2022 18:18:38 +0000 Subject: [PATCH] Accepting request 1031144 from home:ecsos - Fix build errors in Leap and Tumbleweed. OBS-URL: https://build.opensuse.org/request/show/1031144 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-breathe?expand=0&rev=39 --- python-breathe.changes | 5 +++++ python-breathe.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-breathe.changes b/python-breathe.changes index bce24ea..21f998b 100644 --- a/python-breathe.changes +++ b/python-breathe.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 25 12:46:34 UTC 2022 - ecsos + +- Fix build errors in Leap and Tumbleweed. + ------------------------------------------------------------------- Fri Sep 23 02:44:31 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-breathe.spec b/python-breathe.spec index a0cc5a0..a424f68 100644 --- a/python-breathe.spec +++ b/python-breathe.spec @@ -25,14 +25,14 @@ Summary: Sphinx Doxygen renderer License: BSD-3-Clause URL: https://github.com/michaeljones/breathe Source: https://github.com/michaeljones/%{modname}/archive/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz -BuildRequires: %{python_module Sphinx >= 3.0.4} +BuildRequires: %{python_module Sphinx >= 4.0} BuildRequires: %{python_module docutils >= 0.12} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six >= 1.9} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-Sphinx >= 3.0 +Requires: python-Sphinx >= 4.0 Requires: python-docutils >= 0.12 Requires: python-setuptools Requires: python-six >= 1.9