From 3f65d3008ac09753e6ac7dc025e6beeac09c2c7cc2413cebe97a739e26b18d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 28 May 2020 07:35:43 +0000 Subject: [PATCH 1/5] Accepting request 809571 from home:pgajdos:python submit OBS-URL: https://build.opensuse.org/request/show/809571 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-breathe?expand=0&rev=18 --- breathe-4.14.2.tar.gz | 3 --- breathe-4.18.1.tar.gz | 3 +++ python-breathe.changes | 28 ++++++++++++++++++++++++++++ python-breathe.spec | 15 ++++++++++++--- 4 files changed, 43 insertions(+), 6 deletions(-) delete mode 100644 breathe-4.14.2.tar.gz create mode 100644 breathe-4.18.1.tar.gz diff --git a/breathe-4.14.2.tar.gz b/breathe-4.14.2.tar.gz deleted file mode 100644 index b8848a8..0000000 --- a/breathe-4.14.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90c60cc10115f3cf3aa8bee16c3f77b1969fada96975f51926eb4c911f42aff7 -size 171956 diff --git a/breathe-4.18.1.tar.gz b/breathe-4.18.1.tar.gz new file mode 100644 index 0000000..1a15d41 --- /dev/null +++ b/breathe-4.18.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b4ee6c6017d76fb4c1734062a7c4b5db9d56c2dee7c47a02242bb01cea8f34 +size 177305 diff --git a/python-breathe.changes b/python-breathe.changes index c80f5e5..c3d874c 100644 --- a/python-breathe.changes +++ b/python-breathe.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed May 27 12:01:04 UTC 2020 - pgajdos@suse.com + +- 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 + +- %python3_only -> %python_alternative + ------------------------------------------------------------------- Tue Apr 14 08:59:32 UTC 2020 - Paolo Stivanin diff --git a/python-breathe.spec b/python-breathe.spec index 8de9b12..0b76cd4 100644 --- a/python-breathe.spec +++ b/python-breathe.spec @@ -18,7 +18,7 @@ %define skip_python2 1 Name: python-breathe -Version: 4.14.2 +Version: 4.18.1 Release: 0 Summary: Sphinx Doxygen renderer License: BSD-3-Clause @@ -37,6 +37,8 @@ Requires: python-Sphinx >= 2.0 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 @@ -54,15 +56,22 @@ able to read and render Doxygen xml output. %install %python_install +%python_clone -a %{buildroot}%{_bindir}/breathe-apidoc %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +%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 From 7968c25689cb3ca77581b9d98764f7e30e0f11277ac98871d8fcb821b40d875e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 2 Jun 2020 12:57:48 +0000 Subject: [PATCH 2/5] - Increase required version of Sphinx to the one where module CStructObject was introduced. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-breathe?expand=0&rev=19 --- python-breathe.changes | 6 ++++++ python-breathe.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-breathe.changes b/python-breathe.changes index c3d874c..ac64ea9 100644 --- a/python-breathe.changes +++ b/python-breathe.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 2 12:57:04 UTC 2020 - Matej Cepl + +- Increase required version of Sphinx to the one where module + CStructObject was introduced. + ------------------------------------------------------------------- Wed May 27 12:01:04 UTC 2020 - pgajdos@suse.com diff --git a/python-breathe.spec b/python-breathe.spec index 0b76cd4..5ae0f32 100644 --- a/python-breathe.spec +++ b/python-breathe.spec @@ -25,7 +25,7 @@ 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} +BuildRequires: %{python_module Sphinx >= 3.0.4} BuildRequires: %{python_module docutils >= 0.12} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} From ae1cc228a7a260d3f6ca245794051e40e76e12600ec9c3203de0e8a7a30a791d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 2 Jun 2020 13:02:28 +0000 Subject: [PATCH 3/5] Fix changes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-breathe?expand=0&rev=20 --- python-breathe.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-breathe.changes b/python-breathe.changes index ac64ea9..b433eed 100644 --- a/python-breathe.changes +++ b/python-breathe.changes @@ -2,7 +2,7 @@ Tue Jun 2 12:57:04 UTC 2020 - Matej Cepl - Increase required version of Sphinx to the one where module - CStructObject was introduced. + cstructobject was introduced. (bsc#1168627) ------------------------------------------------------------------- Wed May 27 12:01:04 UTC 2020 - pgajdos@suse.com From 832d8cac7a206d7933ad8cdb0a232cb092f89d9e4af7c5bbb2a4f082b375f86e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 14 Jun 2020 09:48:29 +0000 Subject: [PATCH 4/5] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-breathe?expand=0&rev=21 --- 946ae5b35a3ebadf2f43600c08ac96e74f7aac5b.tar.gz | 3 +++ breathe-4.18.1.tar.gz | 3 --- python-breathe.changes | 10 ++++++++++ python-breathe.spec | 12 ++++++------ 4 files changed, 19 insertions(+), 9 deletions(-) create mode 100644 946ae5b35a3ebadf2f43600c08ac96e74f7aac5b.tar.gz delete mode 100644 breathe-4.18.1.tar.gz diff --git a/946ae5b35a3ebadf2f43600c08ac96e74f7aac5b.tar.gz b/946ae5b35a3ebadf2f43600c08ac96e74f7aac5b.tar.gz new file mode 100644 index 0000000..21e1560 --- /dev/null +++ b/946ae5b35a3ebadf2f43600c08ac96e74f7aac5b.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a5c2edb0af19431e8e22c55df3b7f9c15716cbfd6c35553d79425ff9235395 +size 177864 diff --git a/breathe-4.18.1.tar.gz b/breathe-4.18.1.tar.gz deleted file mode 100644 index 1a15d41..0000000 --- a/breathe-4.18.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42b4ee6c6017d76fb4c1734062a7c4b5db9d56c2dee7c47a02242bb01cea8f34 -size 177305 diff --git a/python-breathe.changes b/python-breathe.changes index b433eed..dbd7a66 100644 --- a/python-breathe.changes +++ b/python-breathe.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Jun 14 09:41:23 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-breathe.spec b/python-breathe.spec index 5ae0f32..f719a64 100644 --- a/python-breathe.spec +++ b/python-breathe.spec @@ -18,13 +18,13 @@ %define skip_python2 1 Name: python-breathe -Version: 4.18.1 +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 +Source: https://github.com/michaeljones/breathe/archive/946ae5b35a3ebadf2f43600c08ac96e74f7aac5b.tar.gz BuildRequires: %{python_module Sphinx >= 3.0.4} BuildRequires: %{python_module docutils >= 0.12} BuildRequires: %{python_module mock} @@ -49,19 +49,19 @@ Breathe is an extension to reStructuredText and Sphinx to be able to read and render Doxygen xml output. %prep -%autosetup -p1 -n breathe-%{version} +%autosetup -p1 -n breathe-946ae5b35a3ebadf2f43600c08ac96e74f7aac5b %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 From 8abae51e14dfce2c1f3b448352cb093f8c119987cd6b2d8040e08807dd920be9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 15 Jun 2020 10:35:26 +0000 Subject: [PATCH 5/5] - Use tag, not random sha OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-breathe?expand=0&rev=22 --- 946ae5b35a3ebadf2f43600c08ac96e74f7aac5b.tar.gz | 3 --- python-breathe.changes | 5 +++++ python-breathe.spec | 4 ++-- v4.19.1.tar.gz | 3 +++ 4 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 946ae5b35a3ebadf2f43600c08ac96e74f7aac5b.tar.gz create mode 100644 v4.19.1.tar.gz diff --git a/946ae5b35a3ebadf2f43600c08ac96e74f7aac5b.tar.gz b/946ae5b35a3ebadf2f43600c08ac96e74f7aac5b.tar.gz deleted file mode 100644 index 21e1560..0000000 --- a/946ae5b35a3ebadf2f43600c08ac96e74f7aac5b.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11a5c2edb0af19431e8e22c55df3b7f9c15716cbfd6c35553d79425ff9235395 -size 177864 diff --git a/python-breathe.changes b/python-breathe.changes index dbd7a66..b4c05eb 100644 --- a/python-breathe.changes +++ b/python-breathe.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 15 10:33:19 UTC 2020 - Tomáš Chvátal + +- Use tag, not random sha + ------------------------------------------------------------------- Sun Jun 14 09:41:23 UTC 2020 - Dirk Mueller diff --git a/python-breathe.spec b/python-breathe.spec index f719a64..65c3f9f 100644 --- a/python-breathe.spec +++ b/python-breathe.spec @@ -24,7 +24,7 @@ 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/946ae5b35a3ebadf2f43600c08ac96e74f7aac5b.tar.gz +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} @@ -49,7 +49,7 @@ Breathe is an extension to reStructuredText and Sphinx to be able to read and render Doxygen xml output. %prep -%autosetup -p1 -n breathe-946ae5b35a3ebadf2f43600c08ac96e74f7aac5b +%autosetup -p1 -n breathe-%{version} %build %python_build diff --git a/v4.19.1.tar.gz b/v4.19.1.tar.gz new file mode 100644 index 0000000..d24f82d --- /dev/null +++ b/v4.19.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30dd925b885f4658898d4c36272665e04100351faed4b19b59ae3963b09f5091 +size 177835