Hello community,

here is the log from the commit of package python-pyFFTW for openSUSE:Factory 
checked in at 2020-02-04 19:57:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyFFTW (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyFFTW.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyFFTW"

Tue Feb  4 19:57:30 2020 rev:5 rq:769968 version:0.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyFFTW/python-pyFFTW.changes      
2020-01-28 10:57:18.629126490 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyFFTW.new.26092/python-pyFFTW.changes   
2020-02-04 19:57:35.093469686 +0100
@@ -1,0 +2,17 @@
+Sun Feb  2 18:02:39 UTC 2020 - Atri Bhattacharya <badshah...@gmail.com>
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  265.patch
  pyFFTW-0.11.1.tar.gz

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

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

Other differences:
------------------
++++++ python-pyFFTW.spec ++++++
--- /var/tmp/diff_new_pack.qI3Bdk/_old  2020-02-04 19:57:36.513470514 +0100
+++ /var/tmp/diff_new_pack.qI3Bdk/_new  2020-02-04 19:57:36.513470514 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyFFTW
 #
-# Copyright (c) 2020 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
@@ -22,26 +22,26 @@
 %else
 %bcond_with     test
 %endif
+
 Name:           python-pyFFTW
-Version:        0.11.1
+Version:        0.12.0
 Release:        0
 Summary:        A pythonic wrapper around FFTW, the FFT library
 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
-Patch0:         
https://patch-diff.githubusercontent.com/raw/pyFFTW/pyFFTW/pull/265.patch
+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
 
@@ -61,7 +61,6 @@
 
 %prep
 %setup -q -n pyFFTW-%{version}
-%patch0 -p1
 
 %build
 export CFLAGS="%{optflags}"
@@ -84,7 +83,7 @@
 %endif
 
 %files %{python_files}
-%doc README.rst
+%doc README.md
 %license LICENSE.txt
 %{python_sitearch}/*
 


Reply via email to