From 0f3e14f3fad28077202297d622ee37ebe818044bff4f3d0c70a01adea3a35b1b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 15 Jan 2022 15:25:46 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-breathe?expand=0&rev=34 --- breathe-4.30.0.tar.gz | 3 --- breathe-4.31.0.tar.gz | 3 +++ python-breathe.changes | 16 ++++++++++++++++ python-breathe.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 breathe-4.30.0.tar.gz create mode 100644 breathe-4.31.0.tar.gz diff --git a/breathe-4.30.0.tar.gz b/breathe-4.30.0.tar.gz deleted file mode 100644 index 08aa828..0000000 --- a/breathe-4.30.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:540ca6d694aa2e194ba33265f58e0070465799f6feabb726d198cb039972a5a3 -size 190892 diff --git a/breathe-4.31.0.tar.gz b/breathe-4.31.0.tar.gz new file mode 100644 index 0000000..2b33c14 --- /dev/null +++ b/breathe-4.31.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63edd18240b7aeb155c6b3d7de13c1322dd7c150f2ad2e9742e95e51b0dc48a8 +size 193629 diff --git a/python-breathe.changes b/python-breathe.changes index 3e3004f..e1b5f50 100644 --- a/python-breathe.changes +++ b/python-breathe.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Jan 15 15:24:12 UTC 2022 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Tue Jun 1 16:05:57 UTC 2021 - Matej Cepl diff --git a/python-breathe.spec b/python-breathe.spec index c4fb232..089151e 100644 --- a/python-breathe.spec +++ b/python-breathe.spec @@ -1,7 +1,7 @@ # # spec file for package python-breathe # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define skip_python2 1 %define modname breathe Name: python-breathe -Version: 4.30.0 +Version: 4.31.0 Release: 0 Summary: Sphinx Doxygen renderer License: BSD-3-Clause