Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-iniparse for openSUSE:Factory
checked in at 2022-03-04 00:17:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-iniparse (Old)
and /work/SRC/openSUSE:Factory/.python-iniparse.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-iniparse"
Fri Mar 4 00:17:03 2022 rev:25 rq:958466 version:0.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-iniparse/python-iniparse.changes
2020-11-02 09:39:38.513566658 +0100
+++
/work/SRC/openSUSE:Factory/.python-iniparse.new.1958/python-iniparse.changes
2022-03-04 00:17:21.488281643 +0100
@@ -1,0 +2,5 @@
+Wed Mar 2 14:26:46 UTC 2022 - Matej Cepl <[email protected]>
+
+- Fix BR: it is %{python_module devel} not python2-devel.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-iniparse.spec ++++++
--- /var/tmp/diff_new_pack.DXsYfJ/_old 2022-03-04 00:17:22.064281764 +0100
+++ /var/tmp/diff_new_pack.DXsYfJ/_new 2022-03-04 00:17:22.068281765 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-iniparse
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2017 Neal Gompa <[email protected]>.
#
# All modifications and additions to the file contributed by third parties
@@ -32,7 +32,7 @@
BuildRequires: %{python_module six}
BuildRequires: python-rpm-macros
# python2-devel contains test module, even for noarch package
-BuildRequires: python2-devel
+BuildRequires: %{python_module devel}
# tests require testsuite modules
BuildRequires: %{python_module testsuite}
Requires: python-six
@@ -60,7 +60,7 @@
rm -rf %{buildroot}%{_datadir}/doc/iniparse-%{version} # Remove unwanted stuff
%check
-%python_exec runtests.py
+%python_exec runtests.py -v
%files %{python_files}
%license LICENSE