forked from pool/python-breathe
Accepting request 809571 from home:pgajdos:python
submit OBS-URL: https://build.opensuse.org/request/show/809571 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-breathe?expand=0&rev=18
This commit is contained in:
parent
a0ac40f328
commit
3f65d3008a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90c60cc10115f3cf3aa8bee16c3f77b1969fada96975f51926eb4c911f42aff7
|
||||
size 171956
|
3
breathe-4.18.1.tar.gz
Normal file
3
breathe-4.18.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42b4ee6c6017d76fb4c1734062a7c4b5db9d56c2dee7c47a02242bb01cea8f34
|
||||
size 177305
|
@ -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 <pgajdos@suse.com>
|
||||
|
||||
- %python3_only -> %python_alternative
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 08:59:32 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user