- Update to 4.22.1:
* Fix anonymous struct/union usage in C domain. #585 * New boolean breathe_show_enumvalue_initializer option specifying whether value of enumvalue should be displayed. #581 * Fix Read the Docs build. #567 * Document doxygenclass template specialisation spacing. #570 * Update upper Sphinx release to <3.4. #571 * Reuse breathe.__version__ in setup.py. #572 * Document :inner: for the doxygengroup section. #573 * Add support for verbatim inline elements. #560 * Fix wrong refid when Doxygen SEPARATE_MEMBER_PAGES is YES. #566 * Allow Sphinx 3.2. #561 * Update CI scripts with new Sphinx versions. #552 * Add support for C# using sphinx-csharp. #550 * Doc, fix typo, :source: -> :project:. #551 * Add support for innergroup. #556 * Avoid duplicate doxygen targets when debug tracing. #563 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-breathe?expand=0&rev=26
This commit is contained in:
parent
de17c8a65e
commit
cd7e47c695
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 14 01:38:22 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Update to 4.22.1:
|
||||||
|
* Fix anonymous struct/union usage in C domain. #585
|
||||||
|
* New boolean breathe_show_enumvalue_initializer option specifying whether
|
||||||
|
value of enumvalue should be displayed. #581
|
||||||
|
* Fix Read the Docs build. #567
|
||||||
|
* Document doxygenclass template specialisation spacing. #570
|
||||||
|
* Update upper Sphinx release to <3.4. #571
|
||||||
|
* Reuse breathe.__version__ in setup.py. #572
|
||||||
|
* Document :inner: for the doxygengroup section. #573
|
||||||
|
* Add support for verbatim inline elements. #560
|
||||||
|
* Fix wrong refid when Doxygen SEPARATE_MEMBER_PAGES is YES. #566
|
||||||
|
* Allow Sphinx 3.2. #561
|
||||||
|
* Update CI scripts with new Sphinx versions. #552
|
||||||
|
* Add support for C# using sphinx-csharp. #550
|
||||||
|
* Doc, fix typo, :source: -> :project:. #551
|
||||||
|
* Add support for innergroup. #556
|
||||||
|
* Avoid duplicate doxygen targets when debug tracing. #563
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 26 08:45:26 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
Fri Jun 26 08:45:26 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -18,11 +18,10 @@
|
|||||||
|
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-breathe
|
Name: python-breathe
|
||||||
Version: 4.19.2
|
Version: 4.22.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sphinx Doxygen renderer
|
Summary: Sphinx Doxygen renderer
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/michaeljones/breathe
|
URL: https://github.com/michaeljones/breathe
|
||||||
Source: https://github.com/michaeljones/breathe/archive/v%{version}.tar.gz
|
Source: https://github.com/michaeljones/breathe/archive/v%{version}.tar.gz
|
||||||
BuildRequires: %{python_module Sphinx >= 3.0.4}
|
BuildRequires: %{python_module Sphinx >= 3.0.4}
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fa868df50459d8a043e8ff3d0b9589cd9879aec323ea8e74c58c1acf37882510
|
|
||||||
size 177934
|
|
3
v4.22.1.tar.gz
Normal file
3
v4.22.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b2cde521dd05bca0171b6008456d8f6fb66fd6231fbffa2802f3db8d3d5648a2
|
||||||
|
size 180968
|
Loading…
Reference in New Issue
Block a user