From ddb409504eb3b4fd94d43455ceccf017352bda28d3a625992b8acbad8b8222fb Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 20 Mar 2024 13:18:57 +0000 Subject: [PATCH] - Add python-tomli requirement OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ini2toml?expand=0&rev=21 --- python-ini2toml.changes | 5 +++++ python-ini2toml.spec | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/python-ini2toml.changes b/python-ini2toml.changes index 345a21e..35d1cfb 100644 --- a/python-ini2toml.changes +++ b/python-ini2toml.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 20 13:18:28 UTC 2024 - Daniel Garcia + +- Add python-tomli requirement + ------------------------------------------------------------------- Thu Dec 7 22:06:21 UTC 2023 - Dirk Müller diff --git a/python-ini2toml.spec b/python-ini2toml.spec index 88e753f..4b5561f 100644 --- a/python-ini2toml.spec +++ b/python-ini2toml.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-ini2toml # -# 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 @@ -61,7 +61,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros Requires: python-packaging >= 20.7 Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives %if %{with test} BuildRequires: %{python_module packaging >= 20.7} BuildRequires: %{python_module pytest} @@ -97,6 +97,7 @@ file to TOML. %package lite Summary: Python ini2toml[lite] extra requirement Requires: python-ini2toml = %{version} +Requires: python-tomli Requires: (python-importlib-metadata if python-base < 3.8) Requires: (python-tomli-w >= 0.4.0 with python-tomli-w < 2) @@ -119,6 +120,7 @@ The ini2toml[full] extra requirements for %{python_flavor}-ini2toml %package all Summary: Python ini2toml[all] extra requirement Requires: python-ini2toml = %{version} +Requires: python-tomli Requires: (python-configupdater >= 3.0.1 with python-configupdater < 4) Requires: (python-importlib-metadata if python-base < 3.8) Requires: (python-tomli-w >= 0.4.0 with python-tomli-w < 2)