Package: pytables / 3.7.0-5

Metadata

Package Version Patches format
pytables 3.7.0-5 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 local mathjax.patch | (download)

doc/source/conf.py | 4 4 0 - 0 !
1 file changed, 4 insertions( )

 use local mathjax

0003 remove gtags.patch | (download)

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

 remove gtags

Remove Google Analytics script from the doc template layout to
avoid privacy-breach-generic.

0004 Skip index backcompat tests on bingendian.patch | (download)

tables/tests/test_index_backcompat.py | 4 4 0 - 0 !
1 file changed, 4 insertions( )

 skip index backcompat tests on bingendian

0005 Fix compatibility with numpy 1.22.patch | (download)

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

 fix compatibility with numpy 1.22

See also https://github.com/PyTables/PyTables/issues/934.