[h5py] branch master updated (e119bb5 -> 4871f6e)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Sep 3 16:43:29 UTC 2017


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

ghisvail-guest pushed a change to branch master
in repository h5py.

      from  e119bb5   Release to unstable
       new  99aa758   Switch from git-dpm to gbp
       new  474eb81   New upstream version 2.7.1
       new  f925985   Merge tag 'upstream/2.7.1'
       new  3bb9eef   Update the patch queue
       new  74729c6   Update copyright information and dates
       new  762381e   Normalize the package descriptions
       new  31a94bf   Build the docs using the upstream Makefile
       new  d71fc97   Use DEB_BUILD_OPTIONS for the nodoc guards
       new  d748f9d   Bump the standards version to 4.1.0
       new  4871f6e   Release to unstable

The 10 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:
 MANIFEST.in                                        |  35 +-
 PKG-INFO                                           |   3 +-
 README.rst                                         |  46 +--
 debian/.git-dpm                                    |  11 -
 debian/changelog                                   |  16 +
 debian/control                                     |  18 +-
 debian/copyright                                   |  75 ++--
 debian/gbp.conf                                    |   7 +
 debian/patches/No-intersphinx.patch                |  21 ++
 ...Disable-usage-of-rpath.patch => No-rpath.patch} |   5 +-
 debian/patches/series                              |   3 +-
 debian/python-h5py-doc.docs                        |   2 +-
 debian/rules                                       |   9 +-
 docs/build.rst                                     | 152 ++++++---
 docs/conf.py                                       |   6 +-
 docs/high/dataset.rst                              |   2 +-
 docs/high/file.rst                                 |  46 +++
 docs/high/group.rst                                |   9 +-
 docs/swmr.rst                                      |  18 +-
 docs/whatsnew/2.7.1.rst                            |  38 +++
 docs/whatsnew/index.rst                            |   1 +
 h5py.egg-info/PKG-INFO                             |   3 +-
 h5py.egg-info/SOURCES.txt                          |   4 +-
 h5py/__init__.py                                   |  10 +
 h5py/_conv.pyx                                     | 126 ++++---
 h5py/_errors.pyx                                   |   2 +-
 h5py/_hl/attrs.py                                  |  40 +--
 h5py/_hl/base.py                                   |  33 +-
 h5py/_hl/compat.py                                 |  36 ++
 h5py/_hl/dataset.py                                |  46 +--
 h5py/_hl/files.py                                  |  58 ++--
 h5py/_hl/group.py                                  |  62 ++--
 h5py/_objects.pyx                                  |  19 +-
 h5py/h5.pyx                                        |   2 +
 h5py/h5t.pyx                                       | 101 +++---
 h5py/tests/common.py                               |  59 ++--
 h5py/tests/hl/test_dataset_getitem.py              |  18 +-
 h5py/tests/hl/test_datatype.py                     | 107 +++++-
 h5py/tests/old/common.py                           | 117 -------
 h5py/tests/old/test_attrs.py                       |   4 +-
 h5py/tests/old/test_attrs_data.py                  |  10 +-
 h5py/tests/old/test_base.py                        |   6 +-
 h5py/tests/old/test_dataset.py                     |   8 +-
 h5py/tests/old/test_datatype.py                    |   2 +-
 h5py/tests/old/test_dimension_scales.py            |   2 +-
 h5py/tests/old/test_file.py                        |  31 +-
 h5py/tests/old/test_file_image.py                  |   2 +-
 h5py/tests/old/test_group.py                       |  24 +-
 h5py/tests/old/test_h5.py                          |   9 +-
 h5py/tests/old/test_h5d_direct_chunk_write.py      |   2 +-
 h5py/tests/old/test_h5f.py                         |  11 +-
 h5py/tests/old/test_h5p.py                         |  10 +-
 h5py/tests/old/test_h5t.py                         |   2 -
 h5py/tests/old/test_objects.py                     |   9 +-
 h5py/tests/old/test_selections.py                  |   2 +-
 h5py/tests/old/test_slicing.py                     |  10 +-
 h5py/version.py                                    |   4 +-
 pylintrc                                           | 377 +++++++++++++++++++++
 setup.cfg                                          |   1 -
 setup.py                                           |   6 +-
 setup_build.py                                     |   8 +-
 tox.ini                                            |  93 +++++
 62 files changed, 1381 insertions(+), 618 deletions(-)
 delete mode 100644 debian/.git-dpm
 create mode 100644 debian/gbp.conf
 create mode 100644 debian/patches/No-intersphinx.patch
 rename debian/patches/{0001-Disable-usage-of-rpath.patch => No-rpath.patch} (85%)
 create mode 100644 docs/whatsnew/2.7.1.rst
 delete mode 100644 h5py/tests/old/common.py
 create mode 100644 pylintrc
 create mode 100644 tox.ini

-- 
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