Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-breathe for openSUSE:Factory checked in at 2021-06-04 22:42:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-breathe (Old) and /work/SRC/openSUSE:Factory/.python-breathe.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-breathe" Fri Jun 4 22:42:25 2021 rev:13 rq:896766 version:4.30.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-breathe/python-breathe.changes 2021-03-02 12:25:36.151324396 +0100 +++ /work/SRC/openSUSE:Factory/.python-breathe.new.1898/python-breathe.changes 2021-06-04 22:42:29.039057805 +0200 @@ -1,0 +2,22 @@ +Tue Jun 1 16:05:57 UTC 2021 - Matej Cepl <mc...@suse.com> + +- 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 + +------------------------------------------------------------------- Old: ---- v4.27.0.tar.gz New: ---- breathe-4.30.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-breathe.spec ++++++ --- /var/tmp/diff_new_pack.5YRcZo/_old 2021-06-04 22:42:30.179059063 +0200 +++ /var/tmp/diff_new_pack.5YRcZo/_new 2021-06-04 22:42:30.183059068 +0200 @@ -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-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