Accepting request 874949 from devel:languages:python
- Update to 4.27.0: * Add various specifiers to functions and variables. #628 * Add multiply inherited class for PHP objects. #630 * Initial support for table rendering. #632 * Add rendering of \section, \subsection and \subsubsection. #635 * Sphinx 3.5 compatibility. #640 * Fix linking to sections. #639 * Add table examples to documentation. #638 * Fix doxygenfile causing duplicate IDs for unspecified sections. #622 * Fixes for doxygenfunction (friend keyword, friend class, arg checks). #623 * Add test for ellipsis ('...') in args. #610 * Sphinx 3.4.x compatibility. #617 * Adapt friendclass to Doxygen 1.9. #618 * Add support for \parblock parsing and rendering. #603 * Allow lookup in doxygenfunction without writing param names. #606 OBS-URL: https://build.opensuse.org/request/show/874949 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-breathe?expand=0&rev=12
This commit is contained in:
commit
26cbfa20ed
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 25 03:13:38 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 4.27.0:
|
||||
* Add various specifiers to functions and variables. #628
|
||||
* Add multiply inherited class for PHP objects. #630
|
||||
* Initial support for table rendering. #632
|
||||
* Add rendering of \section, \subsection and \subsubsection. #635
|
||||
* Sphinx 3.5 compatibility. #640
|
||||
* Fix linking to sections. #639
|
||||
* Add table examples to documentation. #638
|
||||
* Fix doxygenfile causing duplicate IDs for unspecified sections. #622
|
||||
* Fixes for doxygenfunction (friend keyword, friend class, arg checks). #623
|
||||
* Add test for ellipsis ('...') in args. #610
|
||||
* Sphinx 3.4.x compatibility. #617
|
||||
* Adapt friendclass to Doxygen 1.9. #618
|
||||
* Add support for \parblock parsing and rendering. #603
|
||||
* Allow lookup in doxygenfunction without writing param names. #606
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 9 23:29:13 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-breathe
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define skip_python2 1
|
||||
Name: python-breathe
|
||||
Version: 4.24.1
|
||||
Version: 4.27.0
|
||||
Release: 0
|
||||
Summary: Sphinx Doxygen renderer
|
||||
License: BSD-3-Clause
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da9c2d5970b999c5aac0b11c828b852cd997d176a66f741eecef20d0e698549a
|
||||
size 182338
|
3
v4.27.0.tar.gz
Normal file
3
v4.27.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21fe14b241fe8596f008e799706e2c5f15371bb3325fabdf4b6aab8e60e8c59f
|
||||
size 186352
|
Loading…
Reference in New Issue
Block a user