Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-pilkit"

Tue Jun  3 17:55:39 2025 rev:8 rq:1282276 version:3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pilkit/python-pilkit.changes      
2023-10-06 21:16:42.872778536 +0200
+++ /work/SRC/openSUSE:Factory/.python-pilkit.new.16005/python-pilkit.changes   
2025-06-03 17:56:39.341358792 +0200
@@ -1,0 +2,5 @@
+Tue Jun  3 11:27:51 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pilkit.spec ++++++
--- /var/tmp/diff_new_pack.53IrF5/_old  2025-06-03 17:56:40.681414354 +0200
+++ /var/tmp/diff_new_pack.53IrF5/_new  2025-06-03 17:56:40.685414520 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pilkit
 #
-# Copyright (c) 2023 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
@@ -24,15 +24,17 @@
 License:        BSD-3-Clause
 URL:            https://github.com/matthewwithanm/pilkit/
 Source:         
https://files.pythonhosted.org/packages/source/p/pilkit/pilkit-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-Pillow
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module Pillow}
 BuildRequires:  %{python_module pytest}
 # /SECTION
-Requires:       python-Pillow
 %python_subpackages
 
 %description
@@ -47,10 +49,10 @@
 %autopatch -p1
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check

Reply via email to