[h5py] branch upstream/latest updated (0af9ed6 -> af0f1fe)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Feb 2 10:37:45 UTC 2016


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

ghisvail-guest pushed a change to branch upstream/latest
in repository h5py.

  discards  0af9ed6   d/*: import non-maintainer upload 2.2.1-1.1
  discards  152ee79   fix version name
  discards  99e5336   fix
  discards  dc77231   add python3
  discards  7f01fe3   * New upstream version * Fix python3 dependency (Closes: #732586)
  discards  5c6bda6   fix to py3*
  discards  e341234   add install files to make clear which files go into what pkg
  discards  9caf4c1   update doc name
  discards  775a4c0   add python3 dep
  discards  5a1590e   fix
  discards  76a7e7e   Add cython as build deps.
  discards  79b61d4   fixes
  discards  7a8d15c   add python3 version
  discards  7a9a2ad   fixes
  discards  a59723c   * New upstream version (Closes: #691797, #691282) * Bump compat version to 9. * Bump standards version to 3.9.4. * Provide python3 package (Closes: #670545) * Update Vcs-* field (Closes: #664325)
  discards  998a9c6   Build depend on libhdf5-dev instead of libhdf5-serial-dev to accomodate hdf5 transition.
  discards  a60abeb   * New upstream version. * Remove h5py_config.pickle created on   python setup.py clean (Closes: #643152)
  discards  12c1b3e   remove prebuild target - no longer necessary
  discards  770b957   remove legacy crap
  discards  18c52e2   * New upstream version. * Bump standards version to 3.9.2 (no changes required). * Switch package to dh_python2.
  discards  55aea0e   New upstream version.
  discards  d87f46b   further fixes
  discards  bccdcb3   several fixes as suggested by sandros
  discards  ce6267e   * Convert package to pysupport and call dh_numpy upon install   (Closes: #590738,#589835). * Bump standards version to 3.9.1.0 (no changes required).
  discards  696d099   Update watch file for recent google code change.
  discards  7c0ef1c     - Remove quilt patches.   - Bump standards version to 3.8.4 (no changes required).   - Switch to dpkg-source 3.0 (quilt) format.
  discards  2c1e0a3   remove quilt patches
  discards  8b32027   * New upstream version. * Bump standards version to 3.8.4 (no changes required).
  discards  0161e6b   final attempt
  discards  994ecc0   another attempt to specify api version18
  discards  2640f30   another attempt to specify api version18
  discards  2ce0ce3   Build-depend on hdf5 >= 1.8.3 and enable api 1.8 (Closes: #548049)
  discards  84d293d   New upstream version.
  discards  b5ceff8   add README.source
  discards  de1fa4e   remove rpath
  discards  23aa88f   argh, quilt is needed to remove rpathness
  discards  f1781ae   use python instead of science section
  discards  7b1a572   quilt is not needed
  discards  66b8d51   cython / pytables are not required
  discards  e3f8925   erase .egg file upon clean
  discards  94b9aca   add depends
  discards  e1e0c2b   fixes
  discards  428f382   fill in bug nr
  discards  3ee0796   import based on pychess
       new  af0f1fe   Imported Upstream version 2.6.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (0af9ed6)
            \
             N -- N -- N   refs/heads/upstream/latest (af0f1fe)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 1 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/README.Debian                  |   4 -
 debian/changelog                      |  96 ---------
 debian/compat                         |   1 -
 debian/control                        |  57 -----
 debian/copyright                      |  69 -------
 debian/docs                           |   1 -
 debian/orig-tar.sh                    |  13 --
 debian/patches/drop-mpiposix.patch    | 112 ----------
 debian/patches/series                 |   1 -
 debian/python-h5py.install            |   1 -
 debian/python3-h5py.install           |   1 -
 debian/rules                          |  22 --
 debian/source/format                  |   1 -
 debian/watch                          |   4 -
 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 +-
 67 files changed, 1507 insertions(+), 889 deletions(-)
 delete mode 100644 debian/README.Debian
 delete mode 100644 debian/changelog
 delete mode 100644 debian/compat
 delete mode 100644 debian/control
 delete mode 100644 debian/copyright
 delete mode 100644 debian/docs
 delete mode 100755 debian/orig-tar.sh
 delete mode 100644 debian/patches/drop-mpiposix.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/python-h5py.install
 delete mode 100644 debian/python3-h5py.install
 delete mode 100755 debian/rules
 delete mode 100644 debian/source/format
 delete mode 100644 debian/watch
 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