Package: pytables / 3.10.2-3

Metadata

Package Version Patches format
pytables 3.10.2-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 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 No python blosc2.patch | (download)

pyproject.toml | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 no python-blosc2

0006 Build with numpy 1.x.patch | (download)

pyproject.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 build with numpy 1.x

0007 numexpr 2.13 compat.patch | (download)

tables/tests/test_queries.py | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 numexpr-2.13-compat