Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-scikit-dsp-comm for
openSUSE:Factory checked in at 2025-05-09 18:50:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-scikit-dsp-comm (Old)
and /work/SRC/openSUSE:Factory/.python-scikit-dsp-comm.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scikit-dsp-comm"
Fri May 9 18:50:38 2025 rev:6 rq:1276022 version:1.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-scikit-dsp-comm/python-scikit-dsp-comm.changes
2021-10-06 19:49:57.876057978 +0200
+++
/work/SRC/openSUSE:Factory/.python-scikit-dsp-comm.new.30101/python-scikit-dsp-comm.changes
2025-05-09 18:53:10.189600421 +0200
@@ -1,0 +2,6 @@
+Fri May 9 05:18:24 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-scikit-dsp-comm.spec ++++++
--- /var/tmp/diff_new_pack.fOYxdP/_old 2025-05-09 18:53:10.641619224 +0200
+++ /var/tmp/diff_new_pack.fOYxdP/_new 2025-05-09 18:53:10.641619224 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-scikit-dsp-comm
#
-# Copyright (c) 2021 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,20 +16,19 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
%define skip_python36 1
Name: python-scikit-dsp-comm
Version: 1.2.0
Release: 0
Summary: DSP and Comm package for Python
License: BSD-2-Clause
-Group: Development/Languages/Python
URL: https://github.com/mwickert/scikit-dsp-comm
Source0:
https://files.pythonhosted.org/packages/source/s/scikit-dsp-comm/scikit-dsp-comm-%{version}.tar.gz
Source100: python-scikit-dsp-comm-rpmlintrc
BuildRequires: %{python_module devel}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-matplotlib
@@ -57,15 +56,16 @@
%setup -q -n scikit-dsp-comm-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%python_expand chmod a-x %{buildroot}%{$python_sitelib}/sk_dsp_comm/*.txt
%files %{python_files}
%doc README.md
%license LICENSE.md
-%{python_sitelib}/*
+%{python_sitelib}/sk_dsp_comm
+%{python_sitelib}/scikit_dsp_comm-%{version}.dist-info