Package: pytables / 3.10.2-3
Metadata
Package | Version | Patches format |
---|---|---|
pytables | 3.10.2-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 use dynamic lib.patch | (download) |
setup.py |
2 1 + 1 - 0 ! |
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 ! |
use local mathjax |
0003 remove gtags.patch | (download) |
doc/source/_templates/layout.html |
10 0 + 10 - 0 ! |
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 ! |
skip index backcompat tests on bingendian |
0005 No python blosc2.patch | (download) |
pyproject.toml |
6 3 + 3 - 0 ! |
no python-blosc2 |
0006 Build with numpy 1.x.patch | (download) |
pyproject.toml |
2 1 + 1 - 0 ! |
build with numpy 1.x |
0007 numexpr 2.13 compat.patch | (download) |
tables/tests/test_queries.py |
4 1 + 3 - 0 ! |
numexpr-2.13-compat |