Package: pytables / 3.1.1-3

Metadata

Package Version Patches format
pytables 3.1.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 use dynamic lib.patch | (download)

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

 use dynamic lib

The setup script detects the static version of the lzo2 library instead of
the dynamic version (that is now located in a multi-arch path).
This causes a link error due to not relacable code (missing -fPIC flag
at compile time)

Now the dynamic version of the lzo2 library is located in a multiarch path so
sthe setup script

0002 Use system compression libs.patch | (download)

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

 use system compression libs

0003 Better control of verbosity in unittests.patch | (download)

tables/tests/test_all.py | 7 4 + 3 - 0 !
1 file changed, 4 insertions(+), 3 deletions(-)

 better control of verbosity in unittests


0004 Never use the msse2 flag explicitly.patch | (download)

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

 never use the msse2 flag explicitly


0005 Do not fetch icons for external web sites.patch | (download)

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

 do not fetch icons for external web sites


0006 fix an import issue with cython newer than 0.20.2.patch | (download)

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

 fix an import issue with cython newer than 0.20.2


0007 Temporay desable tests that use the lz4 conpressor.patch | (download)

tables/tests/test_tables.py | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 temporay desable tests that use the lz4 conpressor

The lz4 compression library (r119) seems to have some problem
on the s390x platform (see #757581).
PyTables tests that use the lz4 compressor are temporary disabled
(on s390 platforms) in order to avoid to block the upcoming
auto-hdf5 trasnition.

Tests will be re-enabled as soon as the #757581 is closed.