Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pycparser for
openSUSE:Factory checked in at 2025-06-06 22:35:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pycparser (Old)
and /work/SRC/openSUSE:Factory/.python-pycparser.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pycparser"
Fri Jun 6 22:35:13 2025 rev:15 rq:1282619 version:2.22
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pycparser/python-pycparser.changes
2024-04-23 18:55:11.720565924 +0200
+++
/work/SRC/openSUSE:Factory/.python-pycparser.new.19631/python-pycparser.changes
2025-06-06 22:35:18.705564714 +0200
@@ -1,0 +2,5 @@
+Wed Jun 4 09:29:45 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pycparser.spec ++++++
--- /var/tmp/diff_new_pack.i54Jro/_old 2025-06-06 22:35:19.201585168 +0200
+++ /var/tmp/diff_new_pack.i54Jro/_new 2025-06-06 22:35:19.201585168 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pycparser
#
-# Copyright (c) 2024 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
@@ -26,12 +26,13 @@
URL: https://github.com/eliben/pycparser
Source0:
https://files.pythonhosted.org/packages/source/p/pycparser/pycparser-%{version}.tar.gz
Source99: %{name}-rpmlintrc
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
-
%python_subpackages
%description
@@ -45,10 +46,10 @@
sed -i 's/\r//' LICENSE
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%{python_expand %fdupes %{buildroot}%{$python_sitelib}}
%check
@@ -58,5 +59,6 @@
%doc README.rst
%doc examples/
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/pycparser
+%{python_sitelib}/pycparser-%{version}*-info