diff --git a/breathe-4.14.2.tar.gz b/breathe-4.14.2.tar.gz deleted file mode 100644 index b8848a8..0000000 --- a/breathe-4.14.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90c60cc10115f3cf3aa8bee16c3f77b1969fada96975f51926eb4c911f42aff7 -size 171956 diff --git a/breathe-4.18.1.tar.gz b/breathe-4.18.1.tar.gz new file mode 100644 index 0000000..1a15d41 --- /dev/null +++ b/breathe-4.18.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b4ee6c6017d76fb4c1734062a7c4b5db9d56c2dee7c47a02242bb01cea8f34 +size 177305 diff --git a/python-breathe.changes b/python-breathe.changes index c80f5e5..c3d874c 100644 --- a/python-breathe.changes +++ b/python-breathe.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed May 27 12:01:04 UTC 2020 - pgajdos@suse.com + +- version update to 4.18.1 + * 2020-05-10 - Breathe v4.18.1 + - Fix friend class rendering and allow friend struct. #522 + - Add extern examples to doc and remove variable hack. #526 + - Render function candidates without using Sphinx directives. #524 + * 2020-05-02 - Breathe v4.18.0 + - Support tiles in verbatim blocks. #517 + * 2020-05-01 - Breathe v4.17.0 + - Scoped rendering, better integration with Sphinx, misc fixes. #512 + * 2020-04-19 - Breathe v4.16.0 + - Strictly depend on Sphinx's minor version. #498 + - Simplifications and fixes, use more of modern Sphinx natively. #503 + - Add section option to the doxygen(auto)file directive. #501 + - Fix link generation when enum is inside a group (enum FQDN). #508 + - Fix creation of LaTeX math formulas. #506 + - Improve documentation for doxygen(auto)file section option. #509 + * 2020-04-07 - Breathe v4.15.0 + - Add license file to distribution. #492 + - Update for Sphinx 3. #491 + +------------------------------------------------------------------- +Wed May 27 09:36:31 UTC 2020 - Petr Gajdos + +- %python3_only -> %python_alternative + ------------------------------------------------------------------- Tue Apr 14 08:59:32 UTC 2020 - Paolo Stivanin diff --git a/python-breathe.spec b/python-breathe.spec index 8de9b12..0b76cd4 100644 --- a/python-breathe.spec +++ b/python-breathe.spec @@ -18,7 +18,7 @@ %define skip_python2 1 Name: python-breathe -Version: 4.14.2 +Version: 4.18.1 Release: 0 Summary: Sphinx Doxygen renderer License: BSD-3-Clause @@ -37,6 +37,8 @@ Requires: python-Sphinx >= 2.0 Requires: python-docutils >= 0.12 Requires: python-setuptools Requires: python-six >= 1.9 +Requires(post): update-alternatives +Requires(postun): update-alternatives Provides: python-sphinxcontrib-breathe = %{version} Obsoletes: python-sphinxcontrib-breathe < %{version} BuildArch: noarch @@ -54,15 +56,22 @@ able to read and render Doxygen xml output. %install %python_install +%python_clone -a %{buildroot}%{_bindir}/breathe-apidoc %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +%pytest + +%post +%python_install_alternative breathe-apidoc + +%postun +%python_uninstall_alternative breathe-apidoc %files %{python_files} %doc README.rst %license LICENSE -%python3_only %{_bindir}/breathe-apidoc +%python_alternative %{_bindir}/breathe-apidoc %{python_sitelib}/breathe %{python_sitelib}/breathe-%{version}-py*.egg-info