17
0
Files
python-gi-docgen/python-gi-docgen.changes
Bjørn Lie 569f1d0bca Accepting request 940788 from GNOME:Next
- Add 114.patch: gir: Do not qualify type names that are already
  qualified.
- Specify python-Markdown version to at least 3.2.0, because
  permalink_class options in TOC used by gi-docgen was introduced
  on 3.2.0:
  1f3ec538a2
- Update to version 2021.8:
  + Allow `id` fragments to link across namespace boundaries
  + Support links to have custom text
  + Decrease the max font size
  + Improve output for properties and signals
  + Save last search in the history
  + Don't crash on unlabelled array elements
  + Move type functions near constructors
  + Switch to Solarized for syntax highlighting
  + Use the C type for callback types in search results
  + Generate proper cross-reference links
  + Parse and use new gobject-introspection property attributes
  + Properly identify (type, gpointer) types
  + List the interface implementations in a namespace
  + List the class descendants in a namespace
- Update to version 2021.7:
  + Add a "check" sub-command
  + Allow defining multiple content directories
  + Detect gtk-doc code blocks for JavaScript
  + Multiple changes to the basic template
  + Add in-page content navigation
  + Filter hidden data from indices
  + Allow defining hidden symbols matching a regular expression
  + Handle (attribute element-type) annotation for GListModel
  + Fix class method linking
  + Fix links to callback type arguments
  + Fix argument listing in class methods
  + Don't grab the 's' key when the sidebar is hidden
  + Index the extra content files for search
  + Fix gtk-doc sigil handling in code blocks
  + Re-instate gtk-doc `()` function detection
- Switch to building only default flavour of python3.
- Initial package, version 2021.2

OBS-URL: https://build.opensuse.org/request/show/940788
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gi-docgen?expand=0&rev=7
2021-12-17 21:39:11 +00:00

60 lines
2.4 KiB
Plaintext

-------------------------------------------------------------------
Fri Oct 29 20:53:40 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
- Add 114.patch: gir: Do not qualify type names that are already
qualified.
-------------------------------------------------------------------
Tue Oct 26 08:29:13 UTC 2021 - Yifan Jiang <yfjiang@suse.com>
- Specify python-Markdown version to at least 3.2.0, because
permalink_class options in TOC used by gi-docgen was introduced
on 3.2.0:
https://github.com/Python-Markdown/markdown/commit/1f3ec538a2acf25607253fc7c7a992950463931d
-------------------------------------------------------------------
Fri Oct 22 08:35:30 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2021.8:
+ Allow `id` fragments to link across namespace boundaries
+ Support links to have custom text
+ Decrease the max font size
+ Improve output for properties and signals
+ Save last search in the history
+ Don't crash on unlabelled array elements
+ Move type functions near constructors
+ Switch to Solarized for syntax highlighting
+ Use the C type for callback types in search results
+ Generate proper cross-reference links
+ Parse and use new gobject-introspection property attributes
+ Properly identify (type, gpointer) types
+ List the interface implementations in a namespace
+ List the class descendants in a namespace
-------------------------------------------------------------------
Tue Aug 17 11:10:23 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2021.7:
+ Add a "check" sub-command
+ Allow defining multiple content directories
+ Detect gtk-doc code blocks for JavaScript
+ Multiple changes to the basic template
+ Add in-page content navigation
+ Filter hidden data from indices
+ Allow defining hidden symbols matching a regular expression
+ Handle (attribute element-type) annotation for GListModel
+ Fix class method linking
+ Fix links to callback type arguments
+ Fix argument listing in class methods
+ Don't grab the 's' key when the sidebar is hidden
+ Index the extra content files for search
+ Fix gtk-doc sigil handling in code blocks
+ Re-instate gtk-doc `()` function detection
- Switch to building only default flavour of python3.
-------------------------------------------------------------------
Fri Mar 19 10:35:05 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Initial package, version 2021.2