From 7d6afa299f4a9318e1d25b16b0e1d9ba10d5c5c5f88ae46a1a7751eb892970f9 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 20 Mar 2023 12:50:27 +0000 Subject: [PATCH] Accepting request 1073122 from GNOME:Next - Update to version 2023.1: + Added: Use tomlib for Python >= 3.11 and tomli/toml for Python < 3.11 + Fixed: Use the proper link fragment for interface prerequisite OBS-URL: https://build.opensuse.org/request/show/1073122 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gi-docgen?expand=0&rev=12 --- gi-docgen-2022.2.tar.gz | 3 --- gi-docgen-2023.1.tar.gz | 3 +++ python-gi-docgen.changes | 8 ++++++++ python-gi-docgen.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 gi-docgen-2022.2.tar.gz create mode 100644 gi-docgen-2023.1.tar.gz diff --git a/gi-docgen-2022.2.tar.gz b/gi-docgen-2022.2.tar.gz deleted file mode 100644 index d267d11..0000000 --- a/gi-docgen-2022.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc56df0c7d4ab9e5ed83f35b7483cb07d0bf91761e4f139eed363d7e42ffe0c0 -size 2515533 diff --git a/gi-docgen-2023.1.tar.gz b/gi-docgen-2023.1.tar.gz new file mode 100644 index 0000000..f0f79d5 --- /dev/null +++ b/gi-docgen-2023.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88adeda9cbf882569479701eada009afa5d94fa29d728653ec388c32035f7fa3 +size 2516453 diff --git a/python-gi-docgen.changes b/python-gi-docgen.changes index 0e3ff9b..5b1abb8 100644 --- a/python-gi-docgen.changes +++ b/python-gi-docgen.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jan 6 19:34:04 UTC 2023 - Bjørn Lie + +- Update to version 2023.1: + + Added: Use tomlib for Python >= 3.11 and tomli/toml for Python + < 3.11 + + Fixed: Use the proper link fragment for interface prerequisite + ------------------------------------------------------------------- Mon Nov 14 12:26:57 UTC 2022 - Bjørn Lie diff --git a/python-gi-docgen.spec b/python-gi-docgen.spec index ee0c6f8..ca339b8 100644 --- a/python-gi-docgen.spec +++ b/python-gi-docgen.spec @@ -1,7 +1,7 @@ # # spec file for package python-gi-docgen # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define pythons python3 Name: python-gi-docgen -Version: 2022.2 +Version: 2023.1 Release: 0 Summary: Documentation tool for GObject-based libraries License: Apache-2.0 AND GPL-3.0-or-later AND CC0-1.0