From 832d8cac7a206d7933ad8cdb0a232cb092f89d9e4af7c5bbb2a4f082b375f86e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 14 Jun 2020 09:48:29 +0000 Subject: [PATCH] - 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