Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package soundconverter for openSUSE:Factory checked in at 2026-05-04 12:51:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/soundconverter (Old) and /work/SRC/openSUSE:Factory/.soundconverter.new.30200 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "soundconverter" Mon May 4 12:51:20 2026 rev:12 rq:1350378 version:4.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/soundconverter/soundconverter.changes 2024-06-03 17:43:45.383678579 +0200 +++ /work/SRC/openSUSE:Factory/.soundconverter.new.30200/soundconverter.changes 2026-05-04 12:54:22.435595407 +0200 @@ -1,0 +2,5 @@ +Fri May 1 01:19:47 UTC 2026 - Steve Kowalik <[email protected]> + +- Switch to pyproject macros to build and install. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ soundconverter.spec ++++++ --- /var/tmp/diff_new_pack.N5DYJi/_old 2026-05-04 12:54:22.955616810 +0200 +++ /var/tmp/diff_new_pack.N5DYJi/_new 2026-05-04 12:54:22.959616974 +0200 @@ -1,7 +1,7 @@ # # spec file for package soundconverter # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 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 @@ -33,11 +33,13 @@ BuildRequires: intltool BuildRequires: pkgconfig BuildRequires: python-rpm-macros -BuildRequires: python3 BuildRequires: python3-distutils-extra BuildRequires: python3-gobject BuildRequires: python3-gobject-Gdk +BuildRequires: python3-pip BuildRequires: python3-pytest +BuildRequires: python3-setuptools +BuildRequires: python3-wheel BuildRequires: typelib(Gst) = 1.0 BuildRequires: typelib(GstPbutils) = 1.0 BuildRequires: typelib(Gtk) = 3.0 @@ -63,10 +65,10 @@ %autosetup -p1 %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %find_lang %{name} @@ -96,7 +98,7 @@ %{_datadir}/metainfo/%{name}.appdata.xml %{_datadir}/glib-2.0/schemas/org.soundconverter.gschema.xml %{python3_sitelib}/%{name} -%{python3_sitelib}/%{name}-*.egg-info +%{python3_sitelib}/%{name}-%{version}.dist-info %files lang -f %{name}.lang
