Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pifpaf for openSUSE:Factory 
checked in at 2025-06-03 17:55:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pifpaf (Old)
 and      /work/SRC/openSUSE:Factory/.python-pifpaf.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pifpaf"

Tue Jun  3 17:55:46 2025 rev:13 rq:1282278 version:3.1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pifpaf/python-pifpaf.changes      
2022-12-05 18:01:29.744677830 +0100
+++ /work/SRC/openSUSE:Factory/.python-pifpaf.new.16005/python-pifpaf.changes   
2025-06-03 17:56:46.217643903 +0200
@@ -1,0 +2,5 @@
+Tue Jun  3 11:22:03 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pifpaf.spec ++++++
--- /var/tmp/diff_new_pack.HMwihR/_old  2025-06-03 17:56:47.017677075 +0200
+++ /var/tmp/diff_new_pack.HMwihR/_new  2025-06-03 17:56:47.021677241 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pifpaf
 #
-# 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,15 +16,16 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pifpaf
 Version:        3.1.5
 Release:        0
 Summary:        Suite of tools and fixtures to manage daemons for testing
 License:        Apache-2.0
 URL:            https://github.com/jd/pifpaf
-Source:         
https://pypi.io/packages/source/p/pifpaf/pifpaf-%{version}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/p/pifpaf/pifpaf-%{version}.tar.gz
 BuildRequires:  %{python_module pbr}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-Jinja2
@@ -36,11 +37,9 @@
 Requires:       python-testrepository
 Requires:       python-testtools
 Requires:       python-xattr
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(post): alts
+Requires(postun): alts
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -54,11 +53,11 @@
 
 %build
 export LC_ALL=en_US.utf8
-%python_build
+%pyproject_wheel
 
 %install
 export LC_ALL=en_US.utf8
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/pifpaf
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
@@ -74,6 +73,7 @@
 %files %{python_files}
 %license LICENSE
 %doc ChangeLog README.rst
-%{python_sitelib}/*
+%{python_sitelib}/pifpaf
+%{python_sitelib}/pifpaf-%{version}*-info
 %python_alternative %{_bindir}/pifpaf
 

Reply via email to