Package: python-pbcore / 1.6.5+dfsg-1
Metadata
Package | Version | Patches format |
---|---|---|
python-pbcore | 1.6.5+dfsg-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
doc theme.patch | (download) |
doc/conf.py |
3 1 + 2 - 0 ! |
use default sphinx theme for documentation The upstream's original theme includes their corporate logo. To be safe, this patch ignores it and configures the documentation builder to use the default theme. |
enable build time testing.patch | (download) |
setup.cfg |
3 3 + 0 - 0 ! |
modify setuptools configuration to use nosetests Configure nose setuptools configuration as described in https://nose.readthedocs.org/en/latest/setuptools_integration.html and the manpage for the executable |
ignore pyxb.patch | (download) |
pbcore/io/dataset/pyxb/DataSetXsd.py |
6 3 + 3 - 0 ! |
ignore hard-coded pyxb version check Upstream does not really care to keep up with pyxb versions (see https://github.com/PacificBiosciences/pbcore/pull/105/commits/2b2782e68a0117e0844279a001a010376e18b644) Dataset is not an interesting part of pbcore either. Disabling the hardcoded version check, the test suite still passes. |
relax_test_constraint.patch | (download) |
requirements-dev.txt |
3 1 + 2 - 0 ! |
relax test constraint which is rather a rounding issue Traceback (most recent call last): File "/build/python-pbcore-1.4.2+dfsg/tests/test_pbdataset.py", line 2125, in test_stats_metadata 2322.16060475) AssertionError: 2322.1606047549185 != 2322.16060475 |
accept_debian_packaged_pylint.patch | (download) |
requirements-dev.txt |
2 1 + 1 - 0 ! |
relax version condition and accept debian packaged pylint |
exclude_test_missing_data.patch | (download) |
tests/test_pbdataset_metadata.py |
12 0 + 12 - 0 ! |
missing data for this test |
fix_numpy_1.16_9c065b7.patch | (download) |
pbcore/io/BasH5IO.py |
5 4 + 1 - 0 ! |
[patch] fixes for numpy 1.16 Fixes #120 |