Package: python-biom-format / 2.1.5+dfsg-7

Metadata

Package Version Patches format
python-biom-format 2.1.5+dfsg-7 3.0 (quilt)

Patch series

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

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

  this patch allows biom to work even if there is an older
 installation of the biom libs in /usr/local/...
 Not sure if this is the neatest fix, but absolute_imports doesn't seem to be
 the full answer here as we have one module hooking in another, and probably
 looking for the default installed version is normally what you'd want.


no web adds.patch | (download)

doc/_templates/layout.html | 28 0 + 28 - 0 !
1 file changed, 28 deletions(-)

 save user privacy by preventing inclusion of web adds


fix_future_import.patch | (download)

biom/__init__.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 "from __future__ import" needs to be the first line of code


enable_sloppy_sphinx_build.patch | (download)

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

 if warnings are treated as errors this leads to
  WARNING: document isn't included in any toctree
 warnings leading to build errors



random_seed_for_test.patch | (download)

tests/test_table.py | 1 1 + 0 - 0 !
tests/test_util.py | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 add random seed to test that fails under some circumstances
Bug-Debian: 848410