Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-alsa for openSUSE:Factory checked in at 2026-06-02 16:08:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-alsa (Old) and /work/SRC/openSUSE:Factory/.python-alsa.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-alsa" Tue Jun 2 16:08:31 2026 rev:9 rq:1356629 version:1.2.14 Changes: -------- --- /work/SRC/openSUSE:Factory/python-alsa/python-alsa.changes 2025-04-15 16:50:08.269688531 +0200 +++ /work/SRC/openSUSE:Factory/.python-alsa.new.1937/python-alsa.changes 2026-06-02 16:10:12.837538366 +0200 @@ -1,0 +2,6 @@ +Mon Jun 1 02:22:36 UTC 2026 - Steve Kowalik <[email protected]> + +- Use pyproject macros to build and install the module. +- List directories under sitearch explicitly. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-alsa.spec ++++++ --- /var/tmp/diff_new_pack.6ylIm0/_old 2026-06-02 16:10:13.649571822 +0200 +++ /var/tmp/diff_new_pack.6ylIm0/_new 2026-06-02 16:10:13.653571987 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-alsa # -# Copyright (c) 2025 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 @@ -16,13 +16,11 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-alsa Version: 1.2.14 Release: 0 Summary: Python ALSA binding License: GPL-2.0-only AND LGPL-2.1-or-later -Group: Development/Libraries/Python URL: https://www.alsa-project.org Source: %{url}/files/pub/pyalsa/pyalsa-%{version}.tar.bz2 Source1: %{url}/files/pub/pyalsa/pyalsa-%{version}.tar.bz2.sig @@ -30,7 +28,9 @@ Source3: COPYING.LIB Source4: %{name}.keyring BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: alsa-devel BuildRequires: python-rpm-macros Provides: pyalsa = %{version} @@ -46,12 +46,13 @@ %build export CFLAGS="%{optflags} -fno-strict-aliasing" -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %files %{python_files} %license COPYING COPYING.LIB -%{python_sitearch}/* +%{python_sitearch}/pyalsa +%{python_sitearch}/pyalsa-%{version}.dist-info
