Accepting request 946639 from devel:languages:python
- 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/request/show/946639 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-breathe?expand=0&rev=14
This commit is contained in:
commit
c3d65343ea
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:540ca6d694aa2e194ba33265f58e0070465799f6feabb726d198cb039972a5a3
|
|
||||||
size 190892
|
|
3
breathe-4.31.0.tar.gz
Normal file
3
breathe-4.31.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:63edd18240b7aeb155c6b3d7de13c1322dd7c150f2ad2e9742e95e51b0dc48a8
|
||||||
|
size 193629
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 15 15:24:12 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <mcepl@suse.com>
|
Tue Jun 1 16:05:57 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-breathe
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%define modname breathe
|
%define modname breathe
|
||||||
Name: python-breathe
|
Name: python-breathe
|
||||||
Version: 4.30.0
|
Version: 4.31.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sphinx Doxygen renderer
|
Summary: Sphinx Doxygen renderer
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user