Hello community, here is the log from the commit of package python-breathe for openSUSE:Factory checked in at 2020-06-21 18:51:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-breathe (Old) and /work/SRC/openSUSE:Factory/.python-breathe.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-breathe" Sun Jun 21 18:51:19 2020 rev:8 rq:814684 version:4.19.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-breathe/python-breathe.changes 2020-04-14 16:29:36.968027716 +0200 +++ /work/SRC/openSUSE:Factory/.python-breathe.new.3606/python-breathe.changes 2020-06-21 19:03:27.224431768 +0200 @@ -1,0 +2,49 @@ +Mon Jun 15 10:33:19 UTC 2020 - Tomáš Chvátal <[email protected]> + +- Use tag, not random sha + +------------------------------------------------------------------- +Sun Jun 14 09:41:23 UTC 2020 - Dirk Mueller <[email protected]> + +- 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 + +------------------------------------------------------------------- +Tue Jun 2 12:57:04 UTC 2020 - Matej Cepl <[email protected]> + +- Increase required version of Sphinx to the one where module + cstructobject was introduced. (bsc#1168627) + +------------------------------------------------------------------- +Wed May 27 12:01:04 UTC 2020 - [email protected] + +- 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 + - Update for Sphinx 3. #491 + +------------------------------------------------------------------- +Wed May 27 09:36:31 UTC 2020 - Petr Gajdos <[email protected]> + +- %python3_only -> %python_alternative + +------------------------------------------------------------------- Old: ---- breathe-4.14.2.tar.gz New: ---- v4.19.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-breathe.spec ++++++ --- /var/tmp/diff_new_pack.uT3BfC/_old 2020-06-21 19:03:27.668433210 +0200 +++ /var/tmp/diff_new_pack.uT3BfC/_new 2020-06-21 19:03:27.672433223 +0200 @@ -18,14 +18,14 @@ %define skip_python2 1 Name: python-breathe -Version: 4.14.2 +Version: 4.19.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#/breathe-%{version}.tar.gz -BuildRequires: %{python_module Sphinx >= 2.0} +Source: https://github.com/michaeljones/breathe/archive/v%{version}.tar.gz +BuildRequires: %{python_module Sphinx >= 3.0.4} BuildRequires: %{python_module docutils >= 0.12} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} @@ -37,6 +37,8 @@ Requires: python-docutils >= 0.12 Requires: python-setuptools Requires: python-six >= 1.9 +Requires(post): update-alternatives +Requires(postun): update-alternatives Provides: python-sphinxcontrib-breathe = %{version} Obsoletes: python-sphinxcontrib-breathe < %{version} BuildArch: noarch @@ -52,17 +54,24 @@ %build %python_build +%check +%pytest + %install %python_install +%python_clone -a %{buildroot}%{_bindir}/breathe-apidoc %python_expand %fdupes %{buildroot}%{$python_sitelib} -%check -%pytest +%post +%python_install_alternative breathe-apidoc + +%postun +%python_uninstall_alternative breathe-apidoc %files %{python_files} %doc README.rst %license LICENSE -%python3_only %{_bindir}/breathe-apidoc +%python_alternative %{_bindir}/breathe-apidoc %{python_sitelib}/breathe %{python_sitelib}/breathe-%{version}-py*.egg-info
