Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pycdio for openSUSE:Factory checked in at 2025-06-04 20:29:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pycdio (Old) and /work/SRC/openSUSE:Factory/.python-pycdio.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pycdio" Wed Jun 4 20:29:20 2025 rev:6 rq:1282665 version:2.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pycdio/python-pycdio.changes 2022-07-19 17:20:31.420459564 +0200 +++ /work/SRC/openSUSE:Factory/.python-pycdio.new.16005/python-pycdio.changes 2025-06-04 20:29:27.455230623 +0200 @@ -1,0 +2,5 @@ +Wed Jun 4 09:04:10 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pycdio.spec ++++++ --- /var/tmp/diff_new_pack.3870yD/_old 2025-06-04 20:29:28.895290285 +0200 +++ /var/tmp/diff_new_pack.3870yD/_new 2025-06-04 20:29:28.919291279 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pycdio # -# Copyright (c) 2022 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,7 +25,9 @@ URL: https://pypi.python.org/pypi/pycdio/ Source: https://files.pythonhosted.org/packages/source/p/pycdio/pycdio-%{version}.tar.gz BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: libcdio-devel >= 2.0.0 BuildRequires: python-rpm-macros @@ -44,14 +46,20 @@ %build export CFLAGS="%{optflags}" -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitearch} %files %{python_files} %license COPYING %doc ChangeLog README.rst THANKS -%{python_sitearch}/* +%{python_sitearch}/*cdio.py +%{python_sitearch}/_pycdio.cpython* +%{python_sitearch}/*iso9660.py +%{python_sitearch}/_pyiso9660.cpython* +%{python_sitearch}/pycdio-%{version}*-info +%pycache_only %{python_sitearch}/__pycache__/*cdio* +%pycache_only %{python_sitearch}/__pycache__/*iso9660*