[pytables] branch master updated (3f11892 -> 64fcd92)

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Thu Mar 27 21:17:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a change to branch master
in repository pytables.

      from  3f11892   Use the -msse2 flag only on x86_64 machines
       new  db864cf   Imported Upstream version 3.1.1
       new  5fdcc90   Merge tag 'upstream/3.1.1'
       new  e5e8ef8   New upstream release
       new  64fcd92   Referesh all patches

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ANNOUNCE.txt.in                                    |  41 +--
 RELEASE_NOTES.txt                                  |  31 ++
 VERSION                                            |   2 +-
 c-blosc/ANNOUNCE.rst                               |  22 +-
 c-blosc/README.rst                                 |  10 +-
 c-blosc/README_HEADER.rst                          |   8 +-
 c-blosc/RELEASE_NOTES.rst                          |  31 +-
 c-blosc/RELEASING.rst                              |   2 +-
 c-blosc/bench/Makefile                             |   2 +-
 c-blosc/bench/Makefile.mingw                       |   2 +-
 c-blosc/blosc/CMakeLists.txt                       |   2 +-
 c-blosc/blosc/blosc.c                              |  65 ++--
 c-blosc/blosc/blosc.h                              |  30 +-
 .../internal-complibs/lz4-r110/add-version.patch   |  14 -
 .../internal-complibs/{lz4-r110 => lz4-r113}/lz4.c | 374 +++++++++++----------
 .../internal-complibs/{lz4-r110 => lz4-r113}/lz4.h |  59 ++--
 .../{lz4-r110 => lz4-r113}/lz4hc.c                 | 306 +++++++++--------
 .../{lz4-r110 => lz4-r113}/lz4hc.h                 |  29 +-
 c-blosc/tests/Makefile                             |   2 +-
 c-blosc/tests/test_api.c                           |  11 +
 debian/changelog                                   |  10 +
 debian/patches/0001-use-dynamic-lib.patch          |   4 +-
 .../patches/0002-Use-system-compression-libs.patch |   6 +-
 .../0003-Only-use-msse2-flag-on-x86_64.patch       |  22 --
 debian/patches/series                              |   1 -
 doc/source/release_notes.rst                       |   1 +
 doc/source/usersguide/libref/filenode_classes.rst  |   4 +
 examples/nested-iter.py                            |  19 --
 setup.py                                           |  19 +-
 tables/__init__.py                                 |  11 +-
 tables/file.py                                     |   6 +-
 tables/flavor.py                                   |  10 +-
 tables/hdf5extension.pyx                           |   8 +-
 tables/nodes/filenode.py                           | 162 +++++++++
 tables/nodes/tests/test_filenode.py                | 105 ++++++
 tables/tests/test_tablesMD.py                      |  16 +-
 36 files changed, 922 insertions(+), 525 deletions(-)
 delete mode 100644 c-blosc/internal-complibs/lz4-r110/add-version.patch
 rename c-blosc/internal-complibs/{lz4-r110 => lz4-r113}/lz4.c (71%)
 rename c-blosc/internal-complibs/{lz4-r110 => lz4-r113}/lz4.h (91%)
 rename c-blosc/internal-complibs/{lz4-r110 => lz4-r113}/lz4hc.c (74%)
 rename c-blosc/internal-complibs/{lz4-r110 => lz4-r113}/lz4hc.h (84%)
 delete mode 100644 debian/patches/0003-Only-use-msse2-flag-on-x86_64.patch
 delete mode 100644 examples/nested-iter.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytables.git



More information about the debian-science-commits mailing list