15
0

- Update to 4.30.0:

- Fix retval rendering. #687
  - Correctly label example as C. #690
  - apidoc: add -m, --members option flag. #694
  - Do not add inline modifier for C#. #668
  - Use add_css_file instead of deprecated/removed add_stylesheet. #669
  - Use native docutils for field lists, notes, and warnings. #670
  - Handle directives returning no nodes on error. #672
  - Code and documentation for membergroups and members-only options.
    #637
  - Add example.tag to gitignore as it gets modified during build
    process. #644
  - Add support for content-only flag when rendering pages. #645
  - When rendering a section, add target after title. #647
  - Render pages content in order. #651
  - Adds an ID to the rubric created for each section of a group. #658
  - Add missing getter and setter for C#. #661
  - Add support for rowspan/colspan to tables. #642

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-breathe?expand=0&rev=32
This commit is contained in:
2021-06-01 16:40:19 +00:00
committed by Git OBS Bridge
parent c9ee04f460
commit 92917045a7
4 changed files with 29 additions and 6 deletions

View File

@@ -17,13 +17,14 @@
%define skip_python2 1
%define modname breathe
Name: python-breathe
Version: 4.27.0
Version: 4.30.0
Release: 0
Summary: Sphinx Doxygen renderer
License: BSD-3-Clause
URL: https://github.com/michaeljones/breathe
Source: https://github.com/michaeljones/breathe/archive/v%{version}.tar.gz
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 docutils >= 0.12}
BuildRequires: %{python_module mock}
@@ -37,7 +38,7 @@ Requires: python-docutils >= 0.12
Requires: python-setuptools
Requires: python-six >= 1.9
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
Provides: python-sphinxcontrib-breathe = %{version}
Obsoletes: python-sphinxcontrib-breathe < %{version}
BuildArch: noarch