Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pymad for openSUSE:Factory 
checked in at 2025-06-11 16:25:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pymad (Old)
 and      /work/SRC/openSUSE:Factory/.python-pymad.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pymad"

Wed Jun 11 16:25:56 2025 rev:3 rq:1284640 version:0.11.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pymad/python-pymad.changes        
2023-10-22 21:02:51.407465240 +0200
+++ /work/SRC/openSUSE:Factory/.python-pymad.new.19631/python-pymad.changes     
2025-06-11 16:27:43.867489784 +0200
@@ -1,0 +2,6 @@
+Wed Jun 11 05:54:14 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pymad.spec ++++++
--- /var/tmp/diff_new_pack.Nnc0Qi/_old  2025-06-11 16:27:44.487515648 +0200
+++ /var/tmp/diff_new_pack.Nnc0Qi/_new  2025-06-11 16:27:44.487515648 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pymad
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 # Copyright (c) 2008 Pascal Bleser <g...@unixtech.be>
 #
 # All modifications and additions to the file contributed by third parties
@@ -22,11 +22,12 @@
 Release:        0
 Summary:        Python Module to use the MPEG Audio Decoder Library
 License:        LGPL-2.0-or-later
-Group:          Development/Libraries/Python
 URL:            http://spacepants.org/src/pymad
 Source:         
https://files.pythonhosted.org/packages/source/p/pymad/pymad-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools_scm}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
 BuildRequires:  pkgconfig(mad)
@@ -41,13 +42,14 @@
 %autosetup -p1 -n pymad-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 
 %files %{python_files}
 %doc AUTHORS NEWS README.md THANKS
 %license COPYING
-%{python_sitearch}/*
+%{python_sitearch}/mad.cpython-*-linux-gnu.so
+%{python_sitearch}/pymad-%{version}.dist-info
 

Reply via email to