Package: tombo / 1.5.1-8

Metadata

Package Version Patches format
tombo 1.5.1-8 3.0 (quilt)

Patch series

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

setup.py | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 do not require future since we are using python3 anyway


2to3.patch | (download)

scripts/dump_per_read_statistics.py | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 2to3 patch


mathjax.patch | (download)

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

 use debian packaged mathjax


cython3 fix.patch | (download)

tombo/_c_dynamic_programming.pyx | 2 1 + 1 - 0 !
tombo/_c_helper.pyx | 3 2 + 1 - 0 !
2 files changed, 3 insertions(+), 2 deletions(-)

---
no_install_depends_cython.patch | (download)

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

 no runtime dependency from cython
Bug-Debian: https://bugs.debian.org/1058010
remove pkg resources usage.patch | (download)

setup.py | 2 1 + 1 - 0 !
tombo/_plot_commands.py | 30 15 + 15 - 0 !
tombo/resquiggle.py | 8 4 + 4 - 0 !
tombo/tombo_stats.py | 16 6 + 10 - 0 !
4 files changed, 26 insertions(+), 30 deletions(-)

 replace deprecated pkg_resources usage with importlib
remove distutils usage.patch | (download)

tombo/_event_resquiggle.py | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 replace deprecated distutils usage with packaging
remove badges in doc.patch | (download)

docs/index.rst | 8 0 + 8 - 0 !
1 file changed, 8 deletions(-)

 remove badges using third party links from built docs
fix invalid escape sequences.patch | (download)

tombo/_event_resquiggle.py | 2 1 + 1 - 0 !
tombo/_plot_commands.py | 2 1 + 1 - 0 !
tombo/_preprocess.py | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 use raw strings to fix invalid escape sequences