Accepting request 1175580 from GNOME:Factory

- Update to version 2024.1:
  + Added
    - Add unit testing for link syntax
    - Support link to enumeration members
    - Add favicon support
    - Add proper anchor for enum members
    - Parse optional anchors in links
    - Generate a link to finish functions
    - Add 'inline' to C declarations for inline callables
    - Make the logo a link to the index
   - Clear search when pressing Escape
  + Changed
    - Update the wording for transfer modes
    - Turn deprecation notices into admonitions
    - Improve filesystem string type docs
  + Fixed
    - Fix doubled paragraph tags around descriptions
    - Append period after last line in more cases
    - Documentation fixes
    - Use the basename of the urlmap file
  + Removed
    - Revert "generate: Add fallback for missing "since"" (forwarded request 1175575 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1175580
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gi-docgen?expand=0&rev=11
This commit is contained in:
Ana Guerrero 2024-05-22 19:29:07 +00:00 committed by Git OBS Bridge
commit 528918f835
4 changed files with 32 additions and 6 deletions

View File

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

BIN
gi_docgen-2024.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue May 21 11:06:47 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 2024.1:
+ Added
- Add unit testing for link syntax
- Support link to enumeration members
- Add favicon support
- Add proper anchor for enum members
- Parse optional anchors in links
- Generate a link to finish functions
- Add 'inline' to C declarations for inline callables
- Make the logo a link to the index
- Clear search when pressing Escape
+ Changed
- Update the wording for transfer modes
- Turn deprecation notices into admonitions
- Improve filesystem string type docs
+ Fixed
- Fix doubled paragraph tags around descriptions
- Append period after last line in more cases
- Documentation fixes
- Use the basename of the urlmap file
+ Removed
- Revert "generate: Add fallback for missing "since""
-------------------------------------------------------------------
Tue Feb 20 18:20:41 UTC 2024 - Michael Gorse <mgorse@suse.com>

View File

@ -18,14 +18,14 @@
%define pythons python3
Name: python-gi-docgen
Version: 2023.3
Version: 2024.1
Release: 0
Summary: A documentation generator for GObject-based libraries
# For reference, as some scripts are known to reorder things:
# (Apache-2.0 OR GPL-3.0-or-later) AND CC0-1.0 AND MIT AND OFL-1.1
License: (Apache-2.0 OR GPL-3.0-or-later) AND CC0-1.0 AND MIT AND OFL-1.1
URL: https://gitlab.gnome.org/GNOME/gi-docgen
Source: https://files.pythonhosted.org/packages/source/g/gi-docgen/gi-docgen-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/g/gi-docgen/gi_docgen-%{version}.tar.gz
Source98: README.license
Source99: %{name}-rpmlintrc
@ -63,7 +63,7 @@ to generate the API reference of these libraries, as well as other
ancillary documentation.
%prep
%autosetup -n gi-docgen-%{version} -p1
%autosetup -n gi_docgen-%{version} -p1
# Copy README.license to the source tree, so we can use the %%doc macro on it.
cp %{SOURCE98} .