From a8188cca823a1de755bb1c66a2276df9ddcf17f8 Mon Sep 17 00:00:00 2001
From: mcalabkova <>
Date: May 27 2025 16:55:37 +0000
Subject: Update python-feedgenerator to version 2.1.0 / rev 9 via SR 1280526
https://build.opensuse.org/request/show/1280526
by user mcalabkova + anag_factory
- Convert to pip-based build
---
diff --git a/.files b/.files
index 52dd95a..a82c9f0 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index d592648..e657367 100644
--- a/.rev
+++ b/.rev
@@ -67,4 +67,13 @@
1079498
+
+ 5d5b8486aa56ebe243e27ceeff437d32
+ 2.1.0
+
+ anag_factory
+ - Convert to pip-based build
+
+ 1280526
+
diff --git a/python-feedgenerator.changes b/python-feedgenerator.changes
index 2cece94..6ca4675 100644
--- a/python-feedgenerator.changes
+++ b/python-feedgenerator.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Tue May 27 11:41:14 UTC 2025 - Markéta Machová
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
Fri Apr 14 16:28:32 UTC 2023 - Benoît Monin
- update to version 2.1.0:
diff --git a/python-feedgenerator.spec b/python-feedgenerator.spec
index 903f6c5..3334278 100644
--- a/python-feedgenerator.spec
+++ b/python-feedgenerator.spec
@@ -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 @@ Group: Development/Languages/Python
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 @@ It has evolved over time and includes numerous enhancements.
%setup -q -n feedgenerator-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -56,7 +58,7 @@ export LC_ALL=en_US.utf8
%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
%changelog