Package: pytables / 3.11.0-2

Metadata

Package Version Patches format
pytables 3.11.0-2 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 | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 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 No abi3.patch | (download)

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

 no abi3

0008 Fix blosc2 loading.patch | (download)

tables/__init__.py | 27 15 + 12 - 0 !
1 file changed, 15 insertions(+), 12 deletions(-)

 fix blosc2 loading