Package: pytables / 3.3.0-5

Metadata

Package Version Patches format
pytables 3.3.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 Never use the msse2 flag explicitly.patch | (download)

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

 never-use-the-msse2-flag-explicitly

===================================================================

0003 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


0004 fix compatibility with HDF5 1.10.patch | (download)

README.rst | 3 1 + 2 - 0 !
doc/source/usersguide/installation.rst | 2 1 + 1 - 0 !
setup.py | 6 1 + 5 - 0 !
src/H5ARRAY.c | 4 2 + 2 - 0 !
src/H5ARRAY.h | 2 1 + 1 - 0 !
src/H5TB-opt.c | 2 1 + 1 - 0 !
src/H5TB-opt.h | 2 1 + 1 - 0 !
src/H5VLARRAY.c | 2 1 + 1 - 0 !
src/H5VLARRAY.h | 2 1 + 1 - 0 !
tables/definitions.pxd | 105 51 + 54 - 0 !
tables/hdf5extension.pyx | 8 8 + 0 - 0 !
tables/utilsextension.pyx | 1 1 + 0 - 0 !
12 files changed, 70 insertions(+), 69 deletions(-)

 fix compatibility with hdf5 1.10


0005 Ignore cpuinfo on unsupported archs.patch | (download)

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

 ignore cpuinfo errors


0006 allow for long type in nextafter.patch | (download)

tables/idxutils.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 allow for long type in nextafter


0007 fix base class order.patch | (download)

tables/indexes.py | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix base class order