Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pycdlib for openSUSE:Factory checked in at 2025-06-04 20:29:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pycdlib (Old) and /work/SRC/openSUSE:Factory/.python-pycdlib.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pycdlib" Wed Jun 4 20:29:19 2025 rev:2 rq:1282617 version:1.14.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pycdlib/python-pycdlib.changes 2023-01-20 17:39:01.508635698 +0100 +++ /work/SRC/openSUSE:Factory/.python-pycdlib.new.16005/python-pycdlib.changes 2025-06-04 20:29:24.863123230 +0200 @@ -1,0 +2,5 @@ +Wed Jun 4 09:27:02 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pycdlib.spec ++++++ --- /var/tmp/diff_new_pack.h0kw1T/_old 2025-06-04 20:29:25.371144278 +0200 +++ /var/tmp/diff_new_pack.h0kw1T/_new 2025-06-04 20:29:25.375144443 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pycdlib # -# 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 @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pycdlib Version: 1.14.0 Release: 0 @@ -25,8 +24,10 @@ Group: Development/Languages/Python URL: https://github.com/clalancette/pycdlib Source: https://files.pythonhosted.org/packages/source/p/pycdlib/pycdlib-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: mkisofs BuildRequires: python-rpm-macros @@ -62,10 +63,10 @@ %setup -q -n pycdlib-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %python_clone -a %{buildroot}%{_bindir}/pycdlib-explorer %python_clone -a %{buildroot}%{_bindir}/pycdlib-extract-files @@ -88,7 +89,8 @@ %python_alternative %{_bindir}/pycdlib-explorer %python_alternative %{_bindir}/pycdlib-extract-files %python_alternative %{_bindir}/pycdlib-genisoimage -%{python_sitelib}/* +%{python_sitelib}/pycdlib +%{python_sitelib}/pycdlib-%{version}*-info %files -n python3-pycdlib-common %{_mandir}/man1/pycdlib-explorer.1%{?ext_man}