Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-PyRSS2Gen for
openSUSE:Factory checked in at 2025-05-12 20:19:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyRSS2Gen (Old)
and /work/SRC/openSUSE:Factory/.python-PyRSS2Gen.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyRSS2Gen"
Mon May 12 20:19:29 2025 rev:3 rq:1276907 version:1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyRSS2Gen/python-PyRSS2Gen.changes
2019-11-08 15:25:36.122986880 +0100
+++
/work/SRC/openSUSE:Factory/.python-PyRSS2Gen.new.30101/python-PyRSS2Gen.changes
2025-05-12 20:19:33.767160205 +0200
@@ -1,0 +2,5 @@
+Mon May 12 12:01:24 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyRSS2Gen.spec ++++++
--- /var/tmp/diff_new_pack.UpSXoi/_old 2025-05-12 20:19:35.307224890 +0200
+++ /var/tmp/diff_new_pack.UpSXoi/_new 2025-05-12 20:19:35.323225562 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-PyRSS2Gen
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-PyRSS2Gen
Version: 1.1
@@ -26,12 +25,13 @@
URL: http://dalkescientific.com/Python/PyRSS2Gen.html
Source: http://dalkescientific.com/Python/PyRSS2Gen-%{version}.tar.gz
BuildRequires: %{python_module feedparser}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Provides: %{oldpython}-pyrss2gen = 1.1
-#NOTE(saschpe): Change back to "<" after next version update:
-Obsoletes: %{oldpython}-pyrss2gen <= 1.1
+Obsoletes: %{oldpython}-pyrss2gen < 1.1
BuildArch: noarch
%python_subpackages
@@ -42,10 +42,10 @@
%setup -q -n PyRSS2Gen-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -55,5 +55,7 @@
%files %{python_files}
%doc README
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/PyRSS2Gen.py
+%pycache_only %{python_sitelib}/__pycache__/PyRSS2Gen*
+%{python_sitelib}/[Pp]y[Rr][Ss][Ss]2[Gg]en-%{version}*-info