Package: numcodecs / 0.16.0+ds-1

Metadata

Package Version Patches format
numcodecs 0.16.0+ds-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 No spninx issues.patch | (download)

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

 no spninx issues

Remove dependency from sphinx-issues (not packaged in debian)

0002 No embedded libs.patch | (download)

MANIFEST.in | 2 1 + 1 - 0 !
setup.py | 11 6 + 5 - 0 !
2 files changed, 7 insertions(+), 6 deletions(-)

 no embedded libs

Build against system libraries: c-blosc, zlib, zstd. lz4

0003 Clean fixtures.patch | (download)

numcodecs/tests/common.py | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 clean fixtures

0004 Cpuinfo.patch | (download)

setup.py | 16 11 + 5 - 0 !
1 file changed, 11 insertions(+), 5 deletions(-)

 cpuinfo

0005 Skip broken tests on BE archs.patch | (download)

numcodecs/tests/test_categorize.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 skip broken tests on be architectures

0006 Reproducible build.patch | (download)

numcodecs/zfpy.py | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 make the build reproducible

0007 Enable snappy.patch | (download)

numcodecs/tests/test_blosc.py | 1 1 + 0 - 0 !
setup.py | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 1 deletion(-)

 enable snappy

0008 No distutils.patch | (download)

setup.py | 44 22 + 22 - 0 !
1 file changed, 22 insertions(+), 22 deletions(-)

 no distutils

0009 Fix vlen enc.patch | (download)

numcodecs/compat_ext.pxd | 2 2 + 0 - 0 !
numcodecs/fletcher32.pyx | 4 2 + 2 - 0 !
numcodecs/tests/test_vlen_bytes.py | 4 0 + 4 - 0 !
numcodecs/vlen.pyx | 140 62 + 78 - 0 !
4 files changed, 66 insertions(+), 84 deletions(-)

 fix vlen enc