[h5py] branch debian/sid updated (469299e -> 3747276)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Feb 2 16:39:53 UTC 2016


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

ghisvail-guest pushed a change to branch debian/sid
in repository h5py.

      from  469299e   Release to unstable.
      adds  af0f1fe   Imported Upstream version 2.6.0
       new  e3af559   Merge tag 'upstream/2.6.0' into debian/sid
       new  b69db3c   d/changelog: new upstream release.
       new  57fbdc0   d/gbp.conf: no patch numbering.
       new  24a795e   Update patch queue:   - Drop 0002-prevent-cython-dep.patch, no longer required.   - Drop drop-mpiposix.patch, unused.   - Refresh Disable-usage-of-rpath.patch.
       new  9085e93   Update build dependencies:   - Raise versioned depends on cython to 0.19.   - Drop versioned depends on numpy and sphinx.
       new  946180f   Update copyright:   - add myself to the copyright holders of the debian files.   - add missing copyright information for vendored files.   - cme fix, wrap and sort.
       new  1268223   Add patch disabling broken tests acknowledged upstream.
       new  7e036c0   Update changelog.
       new  3747276   Release to unstable.

The 9 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:
 .gitignore                                   |   1 +
 .travis.yml                                  |  45 ++--
 MANIFEST.in                                  |   2 +
 README.rst                                   |   2 +-
 api_gen.py                                   |   1 +
 debian/changelog                             |  20 ++
 debian/control                               |  14 +-
 debian/copyright                             |  90 ++++---
 debian/gbp.conf                              |   3 +
 debian/patches/0001-prevent-rpath.patch      |  19 --
 debian/patches/0002-prevent-cython-dep.patch |  19 --
 debian/patches/Disable-broken-tests.patch    |  21 ++
 debian/patches/Disable-usage-of-rpath.patch  |  23 ++
 debian/patches/drop-mpiposix.patch           | 112 --------
 debian/patches/series                        |   5 +-
 docs/build.rst                               |  98 ++-----
 docs/conf.py                                 |   4 +-
 docs/faq.rst                                 |   9 +-
 docs/high/attr.rst                           |   4 +-
 docs/high/dataset.rst                        |   4 +-
 docs/high/dims.rst                           |   4 +-
 docs/high/file.rst                           |   4 +-
 docs/high/group.rst                          |   4 +-
 docs/index.rst                               |  56 ++--
 docs/low.rst                                 |   4 -
 docs/mpi.rst                                 |   5 +-
 docs/quick.rst                               |  15 +-
 docs_api/automod.py                          |  12 +-
 examples/collective_io.py                    |  59 +++++
 h5py/__init__.py                             |  68 +++--
 h5py/_hl/__init__.py                         |   7 +
 h5py/_hl/attrs.py                            |  18 +-
 h5py/_hl/base.py                             |  84 +++---
 h5py/_hl/dataset.py                          |  94 ++++---
 h5py/_hl/datatype.py                         |   6 +-
 h5py/_hl/dims.py                             |  71 +++--
 h5py/_hl/files.py                            |  32 ++-
 h5py/_hl/filters.py                          |  28 +-
 h5py/_hl/group.py                            |  33 ++-
 h5py/_hl/selections.py                       |  90 +------
 h5py/_hl/selections2.py                      |  13 +-
 h5py/_objects.pyx                            |   7 +
 h5py/api_functions.txt                       |  46 +++-
 h5py/api_types_hdf5.pxd                      |  31 ++-
 h5py/h5.pyx                                  |  15 +-
 h5py/h5d.pyx                                 |  34 +--
 h5py/h5fd.pxd                                |   3 +-
 h5py/h5fd.pyx                                |   5 +
 h5py/h5p.pyx                                 | 189 +++++++++++++-
 h5py/h5s.pyx                                 |  50 +++-
 h5py/h5t.pyx                                 |  22 +-
 h5py/highlevel.py                            |   9 +
 h5py/ipy_completer.py                        |  63 +++--
 h5py/tests/hl/__init__.py                    |   8 +-
 h5py/tests/hl/test_dataset_getitem.py        |  58 +++++
 h5py/tests/hl/test_datatype.py               |  45 ++++
 h5py/tests/hl/test_threads.py                |  61 +++++
 h5py/tests/old/test_dataset.py               |  16 ++
 h5py/version.py                              |  12 +-
 pylintrc                                     | 377 +++++++++++++++++++++++++++
 setup.py                                     |  17 +-
 setup_build.py                               |  48 ++--
 tox.ini                                      |  20 +-
 63 files changed, 1635 insertions(+), 704 deletions(-)
 delete mode 100644 debian/patches/0001-prevent-rpath.patch
 delete mode 100644 debian/patches/0002-prevent-cython-dep.patch
 create mode 100644 debian/patches/Disable-broken-tests.patch
 create mode 100644 debian/patches/Disable-usage-of-rpath.patch
 delete mode 100644 debian/patches/drop-mpiposix.patch
 delete mode 100644 docs/low.rst
 create mode 100644 examples/collective_io.py
 create mode 100644 h5py/tests/hl/test_datatype.py
 create mode 100644 h5py/tests/hl/test_threads.py
 create mode 100644 pylintrc

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



More information about the debian-science-commits mailing list