From cd390ee16b3148cbbc1ea168e8435d05e290d041e7f0dc57f8da8e3a61e63218 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 21 May 2024 13:12:56 +0000 Subject: [PATCH] Accepting request 1175575 from GNOME:Next - 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"" OBS-URL: https://build.opensuse.org/request/show/1175575 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gi-docgen?expand=0&rev=20 --- gi-docgen-2023.3.tar.gz | 3 --- gi_docgen-2024.1.tar.gz | 3 +++ python-gi-docgen.changes | 26 ++++++++++++++++++++++++++ python-gi-docgen.spec | 6 +++--- 4 files changed, 32 insertions(+), 6 deletions(-) delete mode 100644 gi-docgen-2023.3.tar.gz create mode 100644 gi_docgen-2024.1.tar.gz diff --git a/gi-docgen-2023.3.tar.gz b/gi-docgen-2023.3.tar.gz deleted file mode 100644 index f8c8420..0000000 --- a/gi-docgen-2023.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:977616bcc0e2735bb596c71e8eb34533526680740c666e87f9dfc323acd488f0 -size 2525675 diff --git a/gi_docgen-2024.1.tar.gz b/gi_docgen-2024.1.tar.gz new file mode 100644 index 0000000..54ea2d6 --- /dev/null +++ b/gi_docgen-2024.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4a5569f91109777481aa71451751289227f7c2652cfac366184a41eb19c231 +size 2532310 diff --git a/python-gi-docgen.changes b/python-gi-docgen.changes index e762017..445743e 100644 --- a/python-gi-docgen.changes +++ b/python-gi-docgen.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Tue May 21 11:06:47 UTC 2024 - Dominique Leuenberger + +- 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 diff --git a/python-gi-docgen.spec b/python-gi-docgen.spec index 93b3f9b..13da08d 100644 --- a/python-gi-docgen.spec +++ b/python-gi-docgen.spec @@ -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} .