[pyoperators] branch master updated (1398bd9 -> df02714)
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Fri Jun 10 21:23:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a change to branch master
in repository pyoperators.
from 1398bd9 Release to unstable.
new 45a7ff0 d/gbp.conf: fix typo in upstream-tag.
adds a8fcf8f Imported Upstream version 0.13.12
new 7c491a5 Merge tag 'upstream/0.13.12'
new db75791 Drop patch queue, no longer required.
new 111cadb d/control: update dependencies: - Add nose, numexpr, scipy, setuptools to Build-Depends. - Add numexpr to Depends.
new 4134021 d/rules: enable testing.
new 23a1852 Add packaging testsuite.
new 6efad2d Add upstream metadata.
new bbeb34d d/rules: better clean of cythonized files.
new 02889bb Ignore buggy iterative solver testing.
new df02714 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:
MANIFEST.in | 4 +
PKG-INFO | 5 +-
debian/changelog | 16 +
debian/control | 17 +-
debian/gbp.conf | 2 +-
debian/patches/Fix-setup-requirements.patch | 22 -
debian/patches/series | 1 -
debian/rules | 6 +-
debian/tests/control | 9 +
debian/tests/python2 | 12 +
debian/tests/python3 | 12 +
debian/upstream/metadata | 5 +
hooks.py | 25 +-
PKG-INFO => pyoperators.egg-info/PKG-INFO | 5 +-
pyoperators.egg-info/SOURCES.txt | 70 +
pyoperators.egg-info/dependency_links.txt | 1 +
pyoperators.egg-info/requires.txt | 14 +
pyoperators.egg-info/top_level.txt | 1 +
pyoperators/__init__.py | 8 +-
pyoperators/fft.py | 11 +-
pyoperators/linear.py | 22 +-
pyoperators/nonlinear.py | 9 +-
pyoperators/operators_pywt.py | 2 +
pyoperators/utils/cythonutils.c | 5464 +++++++++++++--------------
setup.cfg | 5 +
setup.py | 12 +-
test/__init__.py | 0
test/common.py | 168 +
28 files changed, 2915 insertions(+), 3013 deletions(-)
create mode 100644 MANIFEST.in
delete mode 100644 debian/patches/Fix-setup-requirements.patch
delete mode 100644 debian/patches/series
create mode 100644 debian/tests/control
create mode 100755 debian/tests/python2
create mode 100755 debian/tests/python3
create mode 100644 debian/upstream/metadata
copy PKG-INFO => pyoperators.egg-info/PKG-INFO (98%)
create mode 100644 pyoperators.egg-info/SOURCES.txt
create mode 100644 pyoperators.egg-info/dependency_links.txt
create mode 100644 pyoperators.egg-info/requires.txt
create mode 100644 pyoperators.egg-info/top_level.txt
create mode 100644 setup.cfg
create mode 100644 test/__init__.py
create mode 100644 test/common.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyoperators.git
More information about the debian-science-commits
mailing list