Accepting request 1035818 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1035818 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gi-docgen?expand=0&rev=6
This commit is contained in:
commit
f2053be30b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f91d879ff28d7d5265cde84275ee510e32386bfeb7ec6203a647342aead55cec
|
||||
size 2515101
|
3
gi-docgen-2022.2.tar.gz
Normal file
3
gi-docgen-2022.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc56df0c7d4ab9e5ed83f35b7483cb07d0bf91761e4f139eed363d7e42ffe0c0
|
||||
size 2515533
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 12:26:57 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2022.2:
|
||||
+ Use const.*.html instead of constant.*.html for search index
|
||||
links
|
||||
+ Remove "terms" from index.json, rewrite commandline search to
|
||||
work without it
|
||||
+ Add interface type description
|
||||
+ Fix failure to generate link to error domain
|
||||
+ Make log.log() thread safe
|
||||
+ Quote string constant values
|
||||
+ Set the license of the generated documentation
|
||||
+ Support (scope forever)
|
||||
+ Add a way to frame images
|
||||
+ Use the appropriate namespace for indices
|
||||
+ Fix type annotations for Repository packages and c_includes
|
||||
+ Add py.typed to comply with PEP561
|
||||
+ Add links to external classes in the hierarchy
|
||||
+ Use definition lists for callable arguments
|
||||
+ Improve styles
|
||||
+ Use definition lists for callable arguments
|
||||
+ Clarify generated description for GError arguments
|
||||
+ Clarify generated description for nullable in/out arguments
|
||||
+ Add emblems for versions and stability
|
||||
+ Require a sufficient minimum dependency of markdown
|
||||
+ Add a "serve" command
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 12 18:38:36 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define pythons python3
|
||||
Name: python-gi-docgen
|
||||
Version: 2022.1
|
||||
Version: 2022.2
|
||||
Release: 0
|
||||
Summary: Documentation tool for GObject-based libraries
|
||||
License: Apache-2.0 AND GPL-3.0-or-later AND CC0-1.0
|
||||
|
Loading…
Reference in New Issue
Block a user