Accepting request 1148360 from GNOME:Next

- Require python3-tomli if python3-base is on v3.6 (ie, SLE 15).

OBS-URL: https://build.opensuse.org/request/show/1148360
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gi-docgen?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2024-02-21 08:35:02 +00:00 committed by Git OBS Bridge
parent 73209561ce
commit f7cf647c31
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 20 18:20:41 UTC 2024 - Michael Gorse <mgorse@suse.com>
- Require python3-tomli if python3-base is on v3.6 (ie, SLE 15).
-------------------------------------------------------------------
Sat Nov 25 20:05:02 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-gi-docgen
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -49,6 +49,7 @@ Requires: python3-Pygments
Requires: python3-packaging
Requires: python3-typogrify
Requires: (python3-tomli if ((python310-base with python3-base) or (python39-base with python3-base)))
Requires: (python3-tomli if python3-base < 3.7)
Obsoletes: python38-gi-docgen < %{version}
BuildArch: noarch