- Increase required version of Sphinx to the one where module

CStructObject was introduced.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-breathe?expand=0&rev=19
This commit is contained in:
Matej Cepl 2020-06-02 12:57:48 +00:00 committed by Git OBS Bridge
parent 3f65d3008a
commit 7968c25689
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 2 12:57:04 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Increase required version of Sphinx to the one where module
CStructObject was introduced.
-------------------------------------------------------------------
Wed May 27 12:01:04 UTC 2020 - pgajdos@suse.com

View File

@ -25,7 +25,7 @@ License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/michaeljones/breathe
Source: https://github.com/michaeljones/breathe/archive/v%{version}.tar.gz#/breathe-%{version}.tar.gz
BuildRequires: %{python_module Sphinx >= 2.0}
BuildRequires: %{python_module Sphinx >= 3.0.4}
BuildRequires: %{python_module docutils >= 0.12}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest}