[Python-modules-team] Bug#695881: patch update

2012-12-14 Thread Julian Taylor
attached a little update to the first patch fixing a couple of forgotten things. it applies ontop the last one. the openblas test is actually a bit sketchy as it does not work properly in virtual machines (depending on their configuration) which are used to run the tests automatically. diff --git

[Python-modules-team] python-mock 0.8.0-3 MIGRATED to testing

2012-12-14 Thread Debian testing watch
FYI: The status of the python-mock source package in Debian's testing distribution has changed. Previous version: 0.8.0-2 Current version: 0.8.0-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will

[Python-modules-team] Bug#695952: IPython should use Linux color scheme by default

2012-12-14 Thread Evgeny Kapun
Package: ipython Version: 0.13.1-2 For some reason, Debian version of IPython uses LightBG color scheme by default. Upstream version uses Linux color scheme by default, and I think Debian version should use it as well. Most terminal emulators in Debian use dark background by default, and Linux

[Python-modules-team] Bug#695955: fail upon failures in loops + do not ignore tests failures

2012-12-14 Thread Yaroslav Halchenko
Package: python-numpy Version: 1:1.6.2-1 Severity: wishlist Tags: patch Actually here are two patches (ready to be committed to SVN happen the maintainer approves) - one assures that all for loops are secured with set -e, so if any command fails, the loop fails (do not remember who pointed me to