Hello community,

here is the log from the commit of package python-pyFFTW for openSUSE:Leap:15.2 
checked in at 2020-03-09 18:11:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-pyFFTW (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-pyFFTW.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyFFTW"

Mon Mar  9 18:11:00 2020 rev:11 rq:776950 version:0.12.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-pyFFTW/python-pyFFTW.changes    
2020-01-15 15:51:45.475539940 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-pyFFTW.new.26092/python-pyFFTW.changes 
2020-03-09 18:11:03.649170348 +0100
@@ -1,0 +2,54 @@
+Sun Feb  2 18:02:39 UTC 2020 - Atri Bhattacharya <[email protected]>
+
+- Update to version 0.12.0:
+  + scipy.fft interface This interface operates like the existing
+    scipy.fftpack interface, but matches the API of the newer
+    scipy.fft module introduced in SciPy 1.4.
+  + test suite was updated to be compatible with more recent dask
+    (gh#pyFFTW/pyFFTW#278).
+  + Cython variable _N was renamed to avoid a name conflict with a
+    preprocessor token on some platforms (gh#pyFFTW/pyFFTW#259).
+  + Cython code has been updated to explicitly use
+    `language_level=3str` for compatibility with a future Cython
+    3.0 release.
+- Drop 265.patch: Incorporated upstream.
+- Update URL and Source URL to point to new github repository.
+
+-------------------------------------------------------------------
+Mon Jan 27 18:23:25 UTC 2020 - Martin Hauke <[email protected]>
+
+- Add patch:
+  * 265.patch (Fix Factory builds)
+    https://github.com/pyFFTW/pyFFTW/pull/265
+
+-------------------------------------------------------------------
+Sat Dec 22 02:44:02 UTC 2018 - Todd R <[email protected]>
+
+- Update to version 0.11.1
+  + New features
+    * Dask interface
+    * Fast transform planning utility
+    * Expanded support for norm keyword argument in the numpy interfaces
+    * Support for norm keyword argument in FFTW builders
+    * Dynamic library detection at build and run time
+    * OpenMP threading support
+    * Custom Configuration of Planners and Interfaces
+  + Bugs Fixed
+    * A platform-dependent bug that results in potentially overwriting a 
previously
+      computed output upon repeated calls to the numpy interfaces was fixed 
(#199).
+    * Fix to potential platform-dependent integer overflow in empty_aligned 
(#192).
+    * rfftfreq is now present in the numpy fft interfaces for numpy >= 1.8 
(#207)
+  + Other changes
+    * float16 inputs are now transformed using single rather than double 
precision.
+    * The default planning for the numpy and scipy interfaces has changed from
+      FFTW_MEASURE to FFTW_ESTIMATE.  This results in faster planning.  In 
cases
+      where the same transform is to be repeated many times, it is likely
+      advantageous to manually specify FFTW_MEASURE instead (or use the FFTW 
builders
+      to pre-plan the FFT).
+    * FutureWarnings related to NumPy multiindexing in NumPy 1.15 are avoided 
by
+      using more modern indexing conventions.
+    * version number handling is now automatically handled by versioneer
+    * All documentation is now built and hosted at Read the Docs (
+      http://pyfftw.readthedocs.io).
+
+-------------------------------------------------------------------

Old:
----
  pyFFTW-0.10.4.tar.gz

New:
----
  v0.12.0.tar.gz

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

Other differences:
------------------
++++++ python-pyFFTW.spec ++++++
--- /var/tmp/diff_new_pack.jwYg3j/_old  2020-03-09 18:11:03.997170847 +0100
+++ /var/tmp/diff_new_pack.jwYg3j/_new  2020-03-09 18:11:03.997170847 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyFFTW
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,25 +22,26 @@
 %else
 %bcond_with     test
 %endif
+
 Name:           python-pyFFTW
-Version:        0.10.4
+Version:        0.12.0
 Release:        0
 Summary:        A pythonic wrapper around FFTW, the FFT library
-License:        GPL-2.0+ and BSD-3-Clause
+License:        GPL-2.0-or-later AND BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            http://hgomersall.github.com/pyFFTW/
-Source:         
https://files.pythonhosted.org/packages/source/p/pyFFTW/pyFFTW-%{version}.tar.gz
+URL:            https://github.com/pyFFTW/pyFFTW
+Source:         https://github.com/pyFFTW/pyFFTW/archive/v%{version}.tar.gz
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module numpy-devel >= 1.6}
-BuildRequires:  %{python_module scipy >= 0.12.0}
+BuildRequires:  %{python_module scipy >= 0.14.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  fftw3-devel
 BuildRequires:  fftw3-threads-devel
 BuildRequires:  python-rpm-macros
 Requires:       python-numpy >= 1.6
-Requires:       python-scipy >= 0.12.0
+Requires:       python-scipy >= 0.14.0
 
 %python_subpackages
 
@@ -82,8 +83,8 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc README.rst CHANGELOG.md LICENSE.txt
+%doc README.md
+%license LICENSE.txt
 %{python_sitearch}/*
 
 %changelog


Reply via email to