Accepting request 915456 from GNOME:Next
New package, needed for current version of json-glib (and other package bumps comming up) OBS-URL: https://build.opensuse.org/request/show/915456 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gi-docgen?expand=0&rev=3
This commit is contained in:
parent
f5ff2ce9cf
commit
0a18a99893
@ -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
3
gi-docgen-2021.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0fd3f22b02204931d8feb4279fa00d4310d0b8a1f94d14025d440cddb4fe3e0a
|
||||||
|
size 1258424
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 19 10:35:05 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
Fri Mar 19 10:35:05 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-gi-docgen
|
Name: python-gi-docgen
|
||||||
Version: 2021.2
|
Version: 2021.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Documentation tool for GObject-based libraries
|
Summary: Documentation tool for GObject-based libraries
|
||||||
License: GPL-3.0-or-later AND Apache-2.0 AND CC0-1.0
|
License: GPL-3.0-or-later AND Apache-2.0 AND CC0-1.0
|
||||||
@ -36,6 +36,7 @@ BuildRequires: %{python_module toml}
|
|||||||
BuildRequires: %{python_module typogrify}
|
BuildRequires: %{python_module typogrify}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
Requires: gi-docgen-data = %{version}
|
||||||
Requires: python-Jinja2
|
Requires: python-Jinja2
|
||||||
Requires: python-Markdown
|
Requires: python-Markdown
|
||||||
Requires: python-MarkupSafe
|
Requires: python-MarkupSafe
|
||||||
@ -50,6 +51,14 @@ BuildArch: noarch
|
|||||||
%description
|
%description
|
||||||
Documentation tool for GObject-based libraries
|
Documentation tool for GObject-based libraries
|
||||||
|
|
||||||
|
%package -n gi-docgen-data
|
||||||
|
Summary: Data files for python-gi-docgen (all flavors)
|
||||||
|
|
||||||
|
%description -n gi-docgen-data
|
||||||
|
Summary: Data files for python-gi-docgen (all flavors)
|
||||||
|
|
||||||
|
The data (.pc file and man pages) is shared across python flavors
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n gi-docgen-%{version}
|
%setup -q -n gi-docgen-%{version}
|
||||||
|
|
||||||
@ -73,4 +82,8 @@ Documentation tool for GObject-based libraries
|
|||||||
%python_alternative %{_bindir}/gi-docgen
|
%python_alternative %{_bindir}/gi-docgen
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
|
%files -n gi-docgen-data
|
||||||
|
%{_mandir}/man1/gi-docgen.1%{?ext_man}
|
||||||
|
%{_datadir}/pkgconfig/gi-docgen.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user