Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-gi-docgen for
openSUSE:Factory checked in at 2024-05-22 21:29:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gi-docgen (Old)
and /work/SRC/openSUSE:Factory/.python-gi-docgen.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gi-docgen"
Wed May 22 21:29:07 2024 rev:11 rq:1175580 version:2024.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gi-docgen/python-gi-docgen.changes
2024-02-22 20:55:28.720521457 +0100
+++
/work/SRC/openSUSE:Factory/.python-gi-docgen.new.1880/python-gi-docgen.changes
2024-05-22 21:29:18.767041477 +0200
@@ -1,0 +2,26 @@
+Tue May 21 11:06:47 UTC 2024 - Dominique Leuenberger <[email protected]>
+
+- 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""
+
+-------------------------------------------------------------------
Old:
----
gi-docgen-2023.3.tar.gz
New:
----
gi_docgen-2024.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-gi-docgen.spec ++++++
--- /var/tmp/diff_new_pack.5mNqgA/_old 2024-05-22 21:29:19.487067778 +0200
+++ /var/tmp/diff_new_pack.5mNqgA/_new 2024-05-22 21:29:19.491067924 +0200
@@ -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 @@
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} .