Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-audiomate for 
openSUSE:Factory checked in at 2025-05-09 18:49:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-audiomate (Old)
 and      /work/SRC/openSUSE:Factory/.python-audiomate.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-audiomate"

Fri May  9 18:49:29 2025 rev:9 rq:1275962 version:6.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-audiomate/python-audiomate.changes        
2023-05-30 22:02:21.294979355 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-audiomate.new.30101/python-audiomate.changes 
    2025-05-09 18:52:21.063556911 +0200
@@ -1,0 +2,6 @@
+Fri May  9 04:40:21 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-audiomate.spec ++++++
--- /var/tmp/diff_new_pack.PMdw0I/_old  2025-05-09 18:52:22.531617978 +0200
+++ /var/tmp/diff_new_pack.PMdw0I/_new  2025-05-09 18:52:22.543618477 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-audiomate
 #
-# 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
@@ -22,10 +22,11 @@
 Release:        0
 Summary:        A library for working with audio datasets
 License:        MIT
-Group:          Development/Languages/Python
 URL:            https://github.com/ynop/audiomate
 Source0:        
https://files.pythonhosted.org/packages/source/a/audiomate/audiomate-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-PGet >= 0.5.0
@@ -51,10 +52,10 @@
 sed -i "s/'pytest-runner'//" setup.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 # Test files not present
@@ -67,5 +68,7 @@
 %files %{python_files}
 %doc README.md
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/audiomate
+%{python_sitelib}/bench
+%{python_sitelib}/audiomate-%{version}.dist-info
 

Reply via email to