Skip to content

Commit

Permalink
Update python-breathe to version 4.22.1 / rev 10 via SR 841649
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/841649
by user StevenK + dimstar_suse
- 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
  • Loading branch information
StevenK authored and bmwiedemann committed Oct 29, 2020
1 parent 06ac4b2 commit d309f3c
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 3 deletions.
Binary file modified packages/p/python-breathe/.files
Binary file not shown.
24 changes: 24 additions & 0 deletions packages/p/python-breathe/.rev
Expand Up @@ -108,4 +108,28 @@
<comment></comment>
<requestid>817213</requestid>
</revision>
<revision rev="10" vrev="1">
<srcmd5>e7c82e7ddd497343e80f945d7d48df8f</srcmd5>
<version>4.22.1</version>
<time>1603961281</time>
<user>dimstar_suse</user>
<comment>- 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 &lt;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: -&gt; :project:. #551
* Add support for innergroup. #556
* Avoid duplicate doxygen targets when debug tracing. #563</comment>
<requestid>841649</requestid>
</revision>
</revisionlist>
21 changes: 21 additions & 0 deletions packages/p/python-breathe/python-breathe.changes
@@ -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>

Expand Down
3 changes: 1 addition & 2 deletions packages/p/python-breathe/python-breathe.spec
Expand Up @@ -18,11 +18,10 @@

%define skip_python2 1
Name: python-breathe
Version: 4.19.2
Version: 4.22.1
Release: 0
Summary: Sphinx Doxygen renderer
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/michaeljones/breathe
Source: https://github.com/michaeljones/breathe/archive/v%{version}.tar.gz
BuildRequires: %{python_module Sphinx >= 3.0.4}
Expand Down
1 change: 0 additions & 1 deletion packages/p/python-breathe/v4.19.2.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-breathe/v4.22.1.tar.gz

0 comments on commit d309f3c

Please sign in to comment.