Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pa-ringbuffer for
openSUSE:Factory checked in at 2025-06-02 22:01:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pa-ringbuffer (Old)
and /work/SRC/openSUSE:Factory/.python-pa-ringbuffer.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pa-ringbuffer"
Mon Jun 2 22:01:49 2025 rev:4 rq:1282001 version:0.1.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pa-ringbuffer/python-pa-ringbuffer.changes
2022-10-06 07:42:15.980695619 +0200
+++
/work/SRC/openSUSE:Factory/.python-pa-ringbuffer.new.16005/python-pa-ringbuffer.changes
2025-06-02 22:01:53.604537773 +0200
@@ -1,0 +2,5 @@
+Mon Jun 2 15:31:30 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pa-ringbuffer.spec ++++++
--- /var/tmp/diff_new_pack.H9oYdb/_old 2025-06-02 22:01:54.104558511 +0200
+++ /var/tmp/diff_new_pack.H9oYdb/_new 2025-06-02 22:01:54.108558677 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pa-ringbuffer
#
-# Copyright (c) 2022 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
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pa-ringbuffer
Version: 0.1.4
Release: 0
@@ -25,12 +24,13 @@
Group: Development/Languages/Python
URL: https://github.com/spatialaudio/python-pa-ringbuffer
Source:
https://files.pythonhosted.org/packages/source/p/pa-ringbuffer/pa-ringbuffer-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-cffi
BuildArch: noarch
-
%python_subpackages
%description
@@ -54,14 +54,16 @@
%setup -q -n pa-ringbuffer-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%doc NEWS.rst README.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/pa_ringbuffer.py
+%pycache_only %{python_sitelib}/__pycache__/pa_ringbuffer*
+%{python_sitelib}/pa[-_]ringbuffer-%{version}*-info