Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-feedgenerator for openSUSE:Factory checked in at 2025-05-27 18:42:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-feedgenerator (Old) and /work/SRC/openSUSE:Factory/.python-feedgenerator.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-feedgenerator" Tue May 27 18:42:51 2025 rev:9 rq:1280526 version:2.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-feedgenerator/python-feedgenerator.changes 2023-04-15 22:32:50.961434856 +0200 +++ /work/SRC/openSUSE:Factory/.python-feedgenerator.new.2732/python-feedgenerator.changes 2025-05-27 18:43:02.622706126 +0200 @@ -1,0 +2,5 @@ +Tue May 27 11:41:14 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-feedgenerator.spec ++++++ --- /var/tmp/diff_new_pack.zMOmi6/_old 2025-05-27 18:43:03.346736593 +0200 +++ /var/tmp/diff_new_pack.zMOmi6/_new 2025-05-27 18:43:03.346736593 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-feedgenerator # -# 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://github.com/getpelican/feedgenerator Source: https://files.pythonhosted.org/packages/source/f/feedgenerator/feedgenerator-%{version}.tar.gz BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytz} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-pytz @@ -42,10 +44,10 @@ %setup -q -n feedgenerator-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -56,6 +58,6 @@ %files %{python_files} %license LICENSE %doc README.rst -%{python_sitelib}/feedgenerator-%{version}-py%{python_version}.egg-info +%{python_sitelib}/feedgenerator-%{version}*-info %{python_sitelib}/feedgenerator