[pyfftw] branch master updated (54d0a2c -> 377098e)
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Feb 10 11:40:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a change to branch master
in repository pyfftw.
from 54d0a2c release to unstable
new eea1156 d/watch: add repacksuffix option.
adds 9a9398c Imported Upstream version 0.9.2+dfsg
new 2212bb0 Imported Upstream version 0.10.1+dfsg1
new fd4adba Merge tag 'upstream/0.10.1+dfsg1'
new d0a72b6 d/control: use recommended VCS entries.
new 8ee3366 Update d/control: - source: add dh-python and setuptools to Build-Depends. - python{3}-h5py: remove manual Depends, use pythondeps and shlibdeps instead. - python{3}-h5py-dbg: move python{3}-dbg and python{3}-numpy-dbg from Recommends to Depends.
new 3b76e79 Update patch queue: - Drop patch arm-build.diff. - Discover fftw libraries using pkgconfig. - Add build dependency on python{3}-pkgconfig.
new 8ddab01 d/rules: enable clean target by pybuild.
new 56f9ae6 d/copyright: update copyright information.
new fe9621a Update changelog.
new 377098e Release to unstable.
The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGELOG.md | 146 +
COPYING.txt | 675 -
LICENSE.txt | 699 +-
MANIFEST.in | 13 +
PKG-INFO | 4 +-
README.rst | 79 +-
debian/changelog | 21 +
debian/control | 29 +-
debian/copyright | 16 +-
.../Detect-fftw-libraries-using-pkgconfig.patch | 24 +
debian/patches/arm-build.diff | 21 -
debian/patches/series | 2 +-
debian/rules | 2 +-
debian/watch | 1 +
include/cpu.h | 43 +-
include/{msvc_2008 => msvc_2010}/stdint.h | 13 +-
include/pyfftw_complex.h | 44 +-
PKG-INFO => pyFFTW.egg-info/PKG-INFO | 4 +-
pyFFTW.egg-info/SOURCES.txt | 81 +
pyFFTW.egg-info/dependency_links.txt | 1 +
pyFFTW.egg-info/top_level.txt | 1 +
pyfftw/__init__.py | 11 +-
pyfftw/_version.py | 2 -
pyfftw/builders/_utils.py | 103 +-
pyfftw/builders/builders.py | 57 +-
pyfftw/cpu.pxd | 38 +-
pyfftw/interfaces/__init__.py | 10 +-
pyfftw/interfaces/_utils.py | 56 +-
pyfftw/interfaces/cache.py | 50 +-
pyfftw/interfaces/numpy_fft.py | 108 +-
pyfftw/interfaces/scipy_fftpack.py | 178 +-
pyfftw/np_fft.py | 43 -
pyfftw/pyfftw.c | 30406 +++++++++++--------
pyfftw/pyfftw.pxd | 60 +-
pyfftw/pyfftw.pyx | 621 +-
pyfftw/utils.pxi | 219 +-
pyfftw/version.py | 13 +
setup.cfg | 5 +
setup.py | 444 +-
test/test_pyfftw_base.py | 44 +-
test/test_pyfftw_builders.py | 346 +-
test/test_pyfftw_call.py | 200 +-
test/test_pyfftw_class_misc.py | 212 +-
test/test_pyfftw_complex.py | 202 +-
test/test_pyfftw_interfaces_cache.py | 77 +-
test/test_pyfftw_multithreaded.py | 40 +-
test/test_pyfftw_nbyte_align.py | 240 +-
test/test_pyfftw_numpy_interface.py | 229 +-
test/test_pyfftw_real_backward.py | 57 +-
test/test_pyfftw_real_forward.py | 40 +-
test/test_pyfftw_scipy_interface.py | 108 +-
test/test_pyfftw_utils.py | 38 +-
test/test_pyfftw_wisdom.py | 44 +-
53 files changed, 20846 insertions(+), 15374 deletions(-)
create mode 100644 CHANGELOG.md
delete mode 100644 COPYING.txt
create mode 100644 MANIFEST.in
create mode 100644 debian/patches/Detect-fftw-libraries-using-pkgconfig.patch
delete mode 100644 debian/patches/arm-build.diff
copy include/{msvc_2008 => msvc_2010}/stdint.h (95%)
copy PKG-INFO => pyFFTW.egg-info/PKG-INFO (96%)
create mode 100644 pyFFTW.egg-info/SOURCES.txt
create mode 100644 pyFFTW.egg-info/dependency_links.txt
create mode 100644 pyFFTW.egg-info/top_level.txt
delete mode 100644 pyfftw/_version.py
delete mode 100644 pyfftw/np_fft.py
create mode 100644 pyfftw/version.py
create mode 100644 setup.cfg
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyfftw.git
More information about the debian-science-commits
mailing list