Package: python-pybedtools / 0.9.0-4

Metadata

Package Version Patches format
python-pybedtools 0.9.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
spelling | (download)

pybedtools/featurefuncs.pyx | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 spelling typos fix

define_filenotfounderror_python2.patch | (download)

pybedtools/contrib/bigwig.py | 7 7 0 - 0 !
1 file changed, 7 insertions( )

 define filenotfounderror as oserror for python 2



remove_badges_from_documentation.patch | (download)

README.rst | 9 0 9 - 0 !
1 file changed, 9 deletions(-)

 remove github badges from documentation as they cause
privacy-breach-generic lintian warnings.



add_missing_shebang.patch | (download)

pybedtools/scripts/annotate.py | 2 1 1 - 0 !
pybedtools/scripts/examples/pbt_plotting_example.py | 2 1 1 - 0 !
2 files changed, 2 insertions( ), 2 deletions(-)

 add missing shebang lines


yaml_safe_load.patch | (download)

pybedtools/contrib/plotting.py | 2 1 1 - 0 !
pybedtools/test/test_iter.py | 4 2 2 - 0 !
2 files changed, 3 insertions( ), 3 deletions(-)

 use yaml.safe_load instead of yaml.load which is deprecated