Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyFFTW for openSUSE:Factory checked in at 2026-03-19 17:38:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyFFTW (Old) and /work/SRC/openSUSE:Factory/.python-pyFFTW.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyFFTW" Thu Mar 19 17:38:54 2026 rev:14 rq:1341048 version:0.15.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyFFTW/python-pyFFTW.changes 2025-04-22 17:29:15.961559065 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyFFTW.new.8177/python-pyFFTW.changes 2026-03-19 17:40:49.646386729 +0100 @@ -1,0 +2,9 @@ +Wed Mar 18 22:18:27 UTC 2026 - Dirk Müller <[email protected]> + +- update to 0.15.1: + * `PYFFTW_FFTW_PREFIX` can now be used at build time to indicate + the location of FFTW libraries and header + * Support for Python 3.14 + * Stop support for Python 3.10 + +------------------------------------------------------------------- Old: ---- v0.15.0.tar.gz New: ---- pyfftw-0.15.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyFFTW.spec ++++++ --- /var/tmp/diff_new_pack.l4C8dK/_old 2026-03-19 17:40:50.478421199 +0100 +++ /var/tmp/diff_new_pack.l4C8dK/_new 2026-03-19 17:40:50.486421530 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pyFFTW # -# 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 @@ -23,29 +23,30 @@ %endif Name: python-pyFFTW -Version: 0.15.0 +Version: 0.15.1 Release: 0 Summary: A pythonic wrapper around FFTW, the FFT library License: BSD-3-Clause AND GPL-2.0-or-later Group: Development/Languages/Python URL: https://github.com/pyFFTW/pyFFTW -Source: https://github.com/pyFFTW/pyFFTW/archive/v%{version}.tar.gz -BuildRequires: %{python_module Cython} +Source: https://files.pythonhosted.org/packages/source/p/pyfftw/pyfftw-%{version}.tar.gz +BuildRequires: %{python_module Cython >= 3} BuildRequires: %{python_module dask} BuildRequires: %{python_module devel} -BuildRequires: %{python_module numpy-devel >= 1.16} +BuildRequires: %{python_module numpy-devel >= 2.0.0} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module scipy >= 1.2.1} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module scipy >= 1.8.0} +BuildRequires: %{python_module setuptools >= 64} +BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: fftw3-devel BuildRequires: fftw3-threads-devel BuildRequires: python-rpm-macros Requires: python-dask -Requires: python-numpy >= 1.16 -Requires: python-scipy >= 1.2.1 +Requires: python-numpy >= 1.20 +Requires: python-scipy >= 1.8.0 %python_subpackages @@ -64,7 +65,7 @@ repository. %prep -%autosetup -p1 -n pyFFTW-%{version} +%autosetup -p1 -n pyfftw-%{version} # remove shebangs sed -i -e '/^#!\//, 1d' pyfftw/*.py sed -i -e '/^#!\//, 1d' pyfftw/*/*.py
