Package: python-ruffus / 2.6.3+dfsg-4

Metadata

Package Version Patches format
python-ruffus 2.6.3+dfsg-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_test.patch | (download)

ruffus/test/test_file_name_parameters.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 replace failed test from upstream git where it is fixed


python 3.5.patch | (download)

ruffus/test/test_ruffus_utility.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 fix issue in test suite when using python 3.5
 See https://lists.debian.org/debian-python/2016/01/msg00060.html


use_libjs mathjax.patch | (download)

doc/conf.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 use debian packaged mathjax


sphinx.ext.pngmath_deprecated.patch | (download)

doc/conf.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix sphinx.ext.mathjax: other math package is already loaded


use_png_instead_of_jpg.patch | (download)

doc/pipeline_functions.rst | 2 1 + 1 - 0 !
ruffus/task.py | 2 1 + 1 - 0 !
ruffus/test/test_pipeline_printout_graph.py | 6 3 + 3 - 0 !
3 files changed, 5 insertions(+), 5 deletions(-)

 create png instead of jpg to work around bug #827806
 Thanks to Christian Seiler for the hint