Revisions of python-breathe

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1107831 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 22)
- Upgrade to 4.35: 
  * Pull lone literal blocks in paragraphs up to produce correct doctree.
  * Fix tests for changes in Sphinx 5.3.
  * Bump Python requirement to 3.7.
  * Support Sphinx 6.
  * Support sort option to sort sections by name.
- Drop patch Fix-tests-for-Sphinx-5.3.0.patch, included upstream.
- Add patch support-sphinx-7.2.patch:
  * Support Sphinx 7.2 changes.
- Switch to pyproject macros.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1074170 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 20)
- Remove not needed requirement setuptools
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1033062 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 19)
- Remove not needed dep python-six
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1031837 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 18)
- Add Fix-tests-for-Sphinx-5.3.0.patch to make the package compatible with
  Sphinx 5.3.0
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 946639 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 14)
- update to 4.31.0:
  * Collapse multiple retvals into a single bullet list
  * Fix mypy issues on CI
  * Print usage message from 'compare' doc script
  * Test against Sphinx 4.0.3, 4.1.2 and 4.1.x branch
  * Fix duplicate ``static`` in function declarations
  * Directive refactoring
  * Handle parsing errors
  * Make doxygenfunction more robust when matching parameters
  * Separate, link and style the changelog
  * Update changelog and readme ahead of release
  * CICD: Track Sphinx 4.2.x development series
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 896766 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 13)
- 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
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 874949 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 12)
- Update to 4.27.0:
  * Add various specifiers to functions and variables. #628
  * Add multiply inherited class for PHP objects. #630
  * Initial support for table rendering. #632
  * Add rendering of \section, \subsection and \subsubsection. #635
  * Sphinx 3.5 compatibility. #640
  * Fix linking to sections. #639
  * Add table examples to documentation. #638
  * Fix doxygenfile causing duplicate IDs for unspecified sections. #622
  * Fixes for doxygenfunction (friend keyword, friend class, arg checks). #623
  * Add test for ellipsis ('...') in args. #610
  * Sphinx 3.4.x compatibility. #617
  * Adapt friendclass to Doxygen 1.9. #618
  * Add support for \parblock parsing and rendering. #603
  * Allow lookup in doxygenfunction without writing param names. #606
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 841649 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 10)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 814684 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 8)
- Use tag, not random sha

- update to 4.19.1:
  * Mark package as compatible with Sphinx 3.1.
  * Refactoring. #528
  * Make debug config variables available in conf.py. #533
  * Fix warning formatting for function lookup. #535
  * Correctly reverse nested namespaces in get_qualification. #540

- Increase required version of Sphinx to the one where module
  cstructobject was introduced. (bsc#1168627)

- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 732151 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 4)
Automatic submission by obs-autosubmit
Displaying revisions 1 - 20 of 23
openSUSE Build Service is sponsored by