Accepting request 915470 from GNOME:Factory

- 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.

OBS-URL: https://build.opensuse.org/request/show/915470
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gi-docgen?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2021-09-03 19:25:28 +00:00 committed by Git OBS Bridge
commit 243ce52998
4 changed files with 31 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f79682ebb620ac3199ac209a7d3892c8609ff1feb4c68801880db8d52276f314
size 62902

3
gi-docgen-2021.7.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0fd3f22b02204931d8feb4279fa00d4310d0b8a1f94d14025d440cddb4fe3e0a
size 1258424

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
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>

View File

@ -16,17 +16,17 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define pythons python3
Name: python-gi-docgen
Version: 2021.2
Version: 2021.7
Release: 0
Summary: Documentation tool for GObject-based libraries
License: GPL-3.0-or-later AND Apache-2.0 AND CC0-1.0
License: Apache-2.0 AND GPL-3.0-or-later AND CC0-1.0
URL: https://gitlab.gnome.org/ebassi/gi-docgen
Source: https://files.pythonhosted.org/packages/source/g/gi-docgen/gi-docgen-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module Jinja2}
BuildRequires: %{python_module Markdown}
@ -44,6 +44,7 @@ Requires: python-toml
Requires: python-typogrify
Suggests: python-coverage
Suggests: python-green
Obsoletes: python38-gi-docgen < %{version}
BuildArch: noarch
%python_subpackages
@ -72,5 +73,7 @@ Documentation tool for GObject-based libraries
%license LICENSES LICENSES/Apache-2.0.txt LICENSES/GPL-3.0-or-later.txt
%python_alternative %{_bindir}/gi-docgen
%{python_sitelib}/*
%{_mandir}/man1/gi-docgen.1%{?ext_man}
%{_datadir}/pkgconfig/gi-docgen.pc
%changelog