Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-feedgen for openSUSE:Factory 
checked in at 2025-05-27 18:42:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-feedgen (Old)
 and      /work/SRC/openSUSE:Factory/.python-feedgen.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-feedgen"

Tue May 27 18:42:50 2025 rev:4 rq:1280525 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-feedgen/python-feedgen.changes    
2023-12-28 23:02:35.568919088 +0100
+++ /work/SRC/openSUSE:Factory/.python-feedgen.new.2732/python-feedgen.changes  
2025-05-27 18:42:59.818588131 +0200
@@ -1,0 +2,5 @@
+Tue May 27 11:40:53 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-feedgen.spec ++++++
--- /var/tmp/diff_new_pack.GlFNg3/_old  2025-05-27 18:43:00.710625667 +0200
+++ /var/tmp/diff_new_pack.GlFNg3/_new  2025-05-27 18:43:00.710625667 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-feedgen
 #
-# 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
@@ -25,9 +25,11 @@
 URL:            https://lkiesow.github.io/python-feedgen
 Source:         
https://files.pythonhosted.org/packages/source/f/feedgen/feedgen-%{version}.tar.gz
 BuildRequires:  %{python_module lxml}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module python-dateutil}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-lxml
@@ -43,10 +45,10 @@
 %setup -q -n feedgen-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check

Reply via email to