Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-ini2toml for openSUSE:Factory
checked in at 2024-03-21 17:00:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ini2toml (Old)
and /work/SRC/openSUSE:Factory/.python-ini2toml.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ini2toml"
Thu Mar 21 17:00:17 2024 rev:9 rq:1159845 version:0.13
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ini2toml/python-ini2toml.changes
2023-12-09 22:49:01.582357481 +0100
+++
/work/SRC/openSUSE:Factory/.python-ini2toml.new.1905/python-ini2toml.changes
2024-03-21 17:00:29.824498110 +0100
@@ -1,0 +2,5 @@
+Wed Mar 20 13:18:28 UTC 2024 - Daniel Garcia <[email protected]>
+
+- Add python-tomli requirement
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ini2toml.spec ++++++
--- /var/tmp/diff_new_pack.5bbO0g/_old 2024-03-21 17:00:30.448521530 +0100
+++ /var/tmp/diff_new_pack.5bbO0g/_new 2024-03-21 17:00:30.448521530 +0100
@@ -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-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 @@
%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 @@
%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)