Package: pytables / 2.3.1-3

Metadata

Package Version Patches format
pytables 2.3.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
up_skip_multiprocessing_test_on_gnu | (download)

tables/tests/test_basics.py | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 skip the unittest on kfreebsd and hurd -- locking seems to be n/a

  on kfreebsd /dev/shm is N/A
  on Hurd -- inter-process semaphore locking is N/A

Vendor: Debian


fix_unaligned_mem_access | (download)

src/typeconv.c | 23 11 + 12 - 0 !
1 file changed, 11 insertions(+), 12 deletions(-)

---
fix_library_detection.patch | (download)

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

 fix the detection of multiarched libraries

disable_blosc.patch | (download)

tables/tests/test_all.py | 15 11 + 4 - 0 !
tables/tests/test_basics.py | 2 1 + 1 - 0 !
tables/utilsExtension.pyx | 11 10 + 1 - 0 !
3 files changed, 22 insertions(+), 6 deletions(-)

 disable blosc on arm
 blosc compression is not functional due to the reliance on unaligned
 memory access. This patch replaces all blosc write functionality with
 zlib (default fallback) and disables a test reading blosc compressed data.
 One could also disable reading by removing it from all_complibs in
 tables/filters.py but that would require fixing up all tests to expect
 exceptions.
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661286
Bug: https://github.com/FrancescAlted/blosc/issues/3