Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-inifile for openSUSE:Factory 
checked in at 2025-05-30 14:34:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-inifile (Old)
 and      /work/SRC/openSUSE:Factory/.python-inifile.new.25440 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-inifile"

Fri May 30 14:34:16 2025 rev:3 rq:1280873 version:0.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-inifile/python-inifile.changes    
2022-01-06 15:52:06.264998308 +0100
+++ /work/SRC/openSUSE:Factory/.python-inifile.new.25440/python-inifile.changes 
2025-05-30 17:26:04.077095845 +0200
@@ -1,0 +2,5 @@
+Wed May 28 12:31:39 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-inifile.spec ++++++
--- /var/tmp/diff_new_pack.A1jC3J/_old  2025-05-30 17:26:04.541114941 +0200
+++ /var/tmp/diff_new_pack.A1jC3J/_new  2025-05-30 17:26:04.541114941 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-inifile
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,22 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-inifile
 Version:        0.4.1
 Release:        0
-License:        BSD-3-Clause
 Summary:        A small INI library for Python
-URL:            https://github.com/mitsuhiko/python-inifile
+License:        BSD-3-Clause
 Group:          Development/Languages/Python
+URL:            https://github.com/mitsuhiko/python-inifile
 Source0:        
https://files.pythonhosted.org/packages/source/i/inifile/inifile-%{version}.tar.gz
 # Files missing from tarball
 Source1:        missing_files.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -42,10 +42,10 @@
 %autopatch -p1
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -53,5 +53,7 @@
 
 %files %{python_files}
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/inifile.py
+%{python_sitelib}/inifile-%{version}*-info
+%pycache_only %{python_sitelib}/__pycache__/inifile*
 

Reply via email to