Revisions of python-breathe

buildservice-autocommit accepted request 1115886 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 53)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1115629 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 52)
- Make support-sphinx-7.2.patch backwards-compatible
  * and sent upstream: https://github.com/breathe-doc/breathe/pull/956
buildservice-autocommit accepted request 1107831 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 51)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 50)
- 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.
buildservice-autocommit accepted request 1097122 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 49)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1097090 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 48)
- Add %{?sle15_python_module_pythons}
buildservice-autocommit accepted request 1074170 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 47)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 46)
- Remove not needed requirement setuptools
buildservice-autocommit accepted request 1033062 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 45)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 44)
- Remove not needed dep python-six
buildservice-autocommit accepted request 1031837 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 43)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 42)
Fix changelog typo
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 41)
- Add Fix-tests-for-Sphinx-5.3.0.patch to make the package compatible with
  Sphinx 5.0.3
buildservice-autocommit accepted request 1031184 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 40)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1031144 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 39)
- Fix build errors in Leap and Tumbleweed.
buildservice-autocommit accepted request 1005566 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 38)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1005514 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 37)
- version update to 4.34.0
  * Treat .unparsed as plain text. #806
  * Remove unneeded type: ignore annotations. #813
  * Fix internal NodeFinder visitor for when non-Docutils nodes are present in the content of a directive. #812
  * Rename lint workflow. #814
  * Type check pygments and limit docutils stub version. #819
  * Convert dot files' relative path to absolute. #821
  * CI, update Sphinx versions to test. #834
  * CI, update for Sphinx 5.0.1. #846
  * Fix inconsistency in example. #843
  * Fix C# enum rendering crash. #849
  * Drop Sphinx 3 support, add Sphinx 5 support. #850
  * CICD: Disable python 3.6 for Sphinx master tests. #853
  * Populate default include text-node's data field instead of raw-source. #828
buildservice-autocommit accepted request 959942 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 36)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 959941 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 35)
- version update to 4.33.1
  - 2022-02-14 - **Breathe v4.33.1**
    - Avoid warning about multiple graphviz directives.
      `#804 <https://github.com/michaeljones/breathe/pull/804>`__
  - 2022-02-14 - **Breathe v4.33.0**
    - Fix duplicate ``static`` in variable declarations.
      `#794 <https://github.com/michaeljones/breathe/pull/794>`__
    - Update CICD for Sphinx 4.4.0 series.
      `#795 <https://github.com/michaeljones/breathe/pull/795>`__
    - Pin version of black in CICD and reformat files.
      `#792 <https://github.com/michaeljones/breathe/pull/792>`__
    - Fix code block highlighting.
      `#760 <https://github.com/michaeljones/breathe/pull/760>`__
    - Refactoring, cleanup and typing improvements.
      `#802 <https://github.com/michaeljones/breathe/pull/802>`__
    - Doxygen dot graphs to Sphinx graphviz.
      `#757 <https://github.com/michaeljones/breathe/pull/757>`__
    - Support externally hosted images.
      `#705 <https://github.com/michaeljones/breathe/pull/705>`__
    - Address a peculiarity in Doxygen aliases in doc.
      `#770 <https://github.com/michaeljones/breathe/pull/770>`__
    - Add flag to doxygengroup, doxygennamespace to display only the description.
      `#718 <https://github.com/michaeljones/breathe/pull/718>`__
    - Add support for MD block quotes with attribution(s).
      `#759 <https://github.com/michaeljones/breathe/pull/759>`__
  - 2022-01-30 - **Breathe v4.32.0**
    - Added ``breathe_doxygen_aliases`` config variable.
      `#729 <https://github.com/michaeljones/breathe/pull/729>`__
    - Render ``\remark``/``\remarks`` and ``\see``/``\sa`` using Sphinx/Docutils
      admonition style nodes.
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 34)
- 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
Displaying revisions 1 - 20 of 53
openSUSE Build Service is sponsored by