diff --git a/breathe-4.31.0.tar.gz b/breathe-4.31.0.tar.gz deleted file mode 100644 index 2b33c14..0000000 --- a/breathe-4.31.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63edd18240b7aeb155c6b3d7de13c1322dd7c150f2ad2e9742e95e51b0dc48a8 -size 193629 diff --git a/breathe-4.33.1.tar.gz b/breathe-4.33.1.tar.gz new file mode 100644 index 0000000..39adb39 --- /dev/null +++ b/breathe-4.33.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acda75b216b227ec09ffd74378a6c7ed8f023df4539693c6e20574d1df52e75b +size 206013 diff --git a/python-breathe.changes b/python-breathe.changes index e1b5f50..99a4d06 100644 --- a/python-breathe.changes +++ b/python-breathe.changes @@ -1,3 +1,84 @@ +------------------------------------------------------------------- +Mon Mar 7 13:43:13 UTC 2022 - pgajdos@suse.com + +- version update to 4.33.1 + - 2022-02-14 - **Breathe v4.33.1** + - Avoid warning about multiple graphviz directives. + `#804 `__ + - 2022-02-14 - **Breathe v4.33.0** + - Fix duplicate ``static`` in variable declarations. + `#794 `__ + - Update CICD for Sphinx 4.4.0 series. + `#795 `__ + - Pin version of black in CICD and reformat files. + `#792 `__ + - Fix code block highlighting. + `#760 `__ + - Refactoring, cleanup and typing improvements. + `#802 `__ + - Doxygen dot graphs to Sphinx graphviz. + `#757 `__ + - Support externally hosted images. + `#705 `__ + - Address a peculiarity in Doxygen aliases in doc. + `#770 `__ + - Add flag to doxygengroup, doxygennamespace to display only the description. + `#718 `__ + - Add support for MD block quotes with attribution(s). + `#759 `__ + - 2022-01-30 - **Breathe v4.32.0** + - Added ``breathe_doxygen_aliases`` config variable. + `#729 `__ + - Render ``\remark``/``\remarks`` and ``\see``/``\sa`` using Sphinx/Docutils + admonition style nodes. + `#756 `__ + - Render C++ scoped enums differently than unscoped enums, and with their + underlying type. + `#753 `__ + - Render ``\retval`` lists using dedicated field list when Sphinx >= 4.3 is + used. + `#749 `__ + - Make ``.. doxygenfunction`` handle function template specializations. + `#750 `__ + - Properly handle field-lists and admonitions in the detailed description of + classes and functions. + `#764 `__ + - Add ``:confval:`breathe_show_include``` to control whether ``#include`` + lines are shown. Defaults to ``True``. + `#725 `__ + - Fix sys.path adjustment in doc config. + `#734 `__ + - Fix sphinx renderer variable and function visitors for C#. + `#737 `__ + - Fix sphinx renderer class visitor for C#. + `#738 `__ + - Auto-format python code with black. + `#743 `__ + - Extend flake8 and address some style issues. + `#745 `__ + - Fix black formatting warning. + `#747 `__ + - Update Sphinx and Python versions tested against. + `#765 `__ + - Fix friend functions for older Doxygen versions. + `#769 `__ + - Doxygen >= 1.9.2 supports C++20 concepts, add support for them. + `#779 `__ + - Change the way directives are added to adhere to the interface, + e.g., avoiding myst-parser to crash. + `#780 `__ + - Improved list of included files (with cross-references for local includes). + `#763 `__ + - Update flake8 and mypy related stuff. + `#781 `__ + - Update readme with logo and sponsorship info. + `#784 `__ + - Store version number in both setup.py and __init__.py. + `#789 `__ + - CICD: lint: continue with other jobs if black fails. + `#791 `__ +- actually does not require python-mock + ------------------------------------------------------------------- Sat Jan 15 15:24:12 UTC 2022 - Dirk Müller diff --git a/python-breathe.spec b/python-breathe.spec index 089151e..981c8c9 100644 --- a/python-breathe.spec +++ b/python-breathe.spec @@ -19,7 +19,7 @@ %define skip_python2 1 %define modname breathe Name: python-breathe -Version: 4.31.0 +Version: 4.33.1 Release: 0 Summary: Sphinx Doxygen renderer License: BSD-3-Clause @@ -27,7 +27,6 @@ URL: https://github.com/michaeljones/breathe Source: https://github.com/michaeljones/%{modname}/archive/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz BuildRequires: %{python_module Sphinx >= 3.0.4} BuildRequires: %{python_module docutils >= 0.12} -BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six >= 1.9}