Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kawaii-player for openSUSE:Factory checked in at 2025-10-28 14:46:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kawaii-player (Old) and /work/SRC/openSUSE:Factory/.kawaii-player.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kawaii-player" Tue Oct 28 14:46:09 2025 rev:10 rq:1313848 version:5.0.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kawaii-player/kawaii-player.changes 2024-08-19 23:46:40.865092100 +0200 +++ /work/SRC/openSUSE:Factory/.kawaii-player.new.1980/kawaii-player.changes 2025-10-28 14:46:55.851858505 +0100 @@ -1,0 +2,5 @@ +Thu Oct 23 05:40:37 UTC 2025 - Steve Kowalik <[email protected]> + +- Use pyproject macros to build and install. + +------------------------------------------------------------------- @@ -296 +300,0 @@ - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kawaii-player.spec ++++++ --- /var/tmp/diff_new_pack.uSetbH/_old 2025-10-28 14:46:56.387881047 +0100 +++ /var/tmp/diff_new_pack.uSetbH/_new 2025-10-28 14:46:56.387881047 +0100 @@ -1,7 +1,7 @@ # # spec file for package kawaii-player # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,7 +30,9 @@ Source0: https://github.com/kanishka-linux/kawaii-player/archive/v%{_over}.tar.gz#/%{name}-%{_over}.tar.gz BuildRequires: fdupes BuildRequires: python3-devel +BuildRequires: python3-pip BuildRequires: python3-setuptools +BuildRequires: python3-wheel Requires: ffmpegthumbnailer Requires: python3-Pillow Requires: python3-base @@ -59,10 +61,10 @@ sed -e "s/bs4/beautifulsoup4/g" -e "s/'PyQt5',//g" -i setup.py %build -python3 setup.py build +%python3_pyproject_wheel %install -python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} +%python3_pyproject_install mkdir -pv %{buildroot}/%{_datadir}/applications %{buildroot}/%{_datadir}/pixmaps install -m 0644 %{name}.desktop %{buildroot}/%{_datadir}/applications/%{name}.desktop install -m 0644 kawaii_player/resources/tray.png %{buildroot}/%{_datadir}/pixmaps/%{name}.png @@ -76,5 +78,5 @@ %{_datadir}/pixmaps/%{name}.png %{_datadir}/applications/%{name}.desktop %{python3_sitelib}/kawaii_player -%{python3_sitelib}/kawaii_player-%{_bver}-py%{py3_ver}.egg-info +%{python3_sitelib}/kawaii_player-%{_bver}.dist-info
