found 589731 0.10.1+dfsg1-1
thanks

$ head debian/changelog 
python-scipy (0.10.1+dfsg1-4) unstable; urgency=low

$ grep -rl 'Generated by Cython' . | sed -e 's,\.c,\.pyx,g' | xargs ls -1
ls: cannot access ./scipy/io/matlab/mio_utils.pyx: No such file or directory
ls: cannot access ./scipy/io/matlab/streams.pyx: No such file or directory
ls: cannot access ./scipy/io/matlab/mio5_utils.pyx: No such file or directory
ls: cannot access ./scipy/signal/spectral.pyx: No such file or directory
ls: cannot access ./scipy/special/lambertw.pyx: No such file or directory
ls: cannot access ./scipy/special/orthogonal_eval.pyx: No such file or directory
./scipy/spatial/ckdtree.pyx
./scipy/stats/vonmises_cython.pyx


they exist in upstream git.

_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to