[h5py] 01/02: Merge branch 'debian/experimental' into debian/sid

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:18:14 UTC 2015


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

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

commit f5b0a638f8549f07cc18127099e689a8925e7ee3
Merge: 65518bd bac2b53
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Jul 2 12:34:51 2015 +0100

    Merge branch 'debian/experimental' into debian/sid

 .gitignore                                         |    22 +
 .travis.yml                                        |    23 +
 ANN.rst                                            |    77 +-
 MANIFEST.in                                        |    18 +-
 PKG-INFO                                           |    37 -
 README.rst                                         |    72 +-
 api_gen.py                                         |   272 +-
 configure.py                                       |   197 -
 debian/changelog                                   |    65 +
 debian/control                                     |    85 +-
 debian/copyright                                   |    15 +-
 debian/gbp.conf                                    |     7 +
 debian/orig-tar.sh                                 |    13 -
 debian/patches/0001-prevent-rpath.patch            |    19 +
 debian/patches/0002-prevent-cython-dep.patch       |    19 +
 debian/patches/series                              |     4 +-
 debian/python-h5py-doc.doc-base                    |     9 +
 debian/python-h5py-doc.docs                        |     1 +
 debian/python-h5py.install                         |     1 -
 debian/python3-h5py.install                        |     1 -
 debian/rules                                       |    35 +-
 debian/watch                                       |     6 +-
 docs/Makefile                                      |   177 +
 docs/build.rst                                     |   160 +
 docs/conf.py                                       |   260 +
 docs/config.rst                                    |    65 +
 docs/contributing.rst                              |   338 +
 docs/faq.rst                                       |   209 +
 docs/high/attr.rst                                 |   122 +
 docs/high/dataset.rst                              |   445 +
 docs/high/dims.rst                                 |    92 +
 docs/high/file.rst                                 |   183 +
 docs/high/group.rst                                |   436 +
 docs/high/index.rst                                |    16 +
 docs/index.rst                                     |    93 +
 docs/licenses.rst                                  |   232 +
 docs/low.rst                                       |     4 +
 docs/mpi.rst                                       |   149 +
 docs/quick.rst                                     |   146 +
 docs/refs.rst                                      |   129 +
 docs/special.rst                                   |   128 +
 docs/strings.rst                                   |   162 +
 docs/swmr.rst                                      |   168 +
 docs/whatsnew/2.0.rst                              |   177 +
 docs/whatsnew/2.1.rst                              |    61 +
 docs/whatsnew/2.2.rst                              |   101 +
 docs/whatsnew/2.3.rst                              |    85 +
 docs/whatsnew/2.4.rst                              |    47 +
 docs/whatsnew/index.rst                            |    15 +
 docs_api/Makefile                                  |   177 +
 docs_api/automod.py                                |   258 +
 docs_api/conf.py                                   |   260 +
 docs_api/h5.rst                                    |    44 +
 docs_api/h5a.rst                                   |    30 +
 docs_api/h5d.rst                                   |    47 +
 docs_api/h5f.rst                                   |    87 +
 docs_api/h5fd.rst                                  |    61 +
 docs_api/h5g.rst                                   |    63 +
 docs_api/h5i.rst                                   |    26 +
 docs_api/h5l.rst                                   |    18 +
 docs_api/h5o.rst                                   |    57 +
 docs_api/h5p.rst                                   |    95 +
 docs_api/h5r.rst                                   |    36 +
 docs_api/h5s.rst                                   |    62 +
 docs_api/h5t.rst                                   |   234 +
 docs_api/h5z.rst                                   |    65 +
 docs_api/index.rst                                 |    41 +
 docs_api/objects.rst                               |     6 +
 examples/swmr_inotify_example.py                   |    85 +
 examples/swmr_multiprocess.py                      |   116 +
 h5py/__init__.py                                   |    51 +-
 h5py/_conv.c                                       |  6014 --
 h5py/_conv.pyx                                     |   298 +-
 h5py/_errors.c                                     |  3254 -
 h5py/_errors.pyx                                   |    42 +-
 h5py/_hdf5.pxd                                     |   339 -
 h5py/_hl/__init__.py                               |     3 +
 h5py/_hl/attrs.py                                  |   187 +-
 h5py/_hl/base.py                                   |   180 +-
 h5py/_hl/dataset.py                                |   242 +-
 h5py/_hl/datatype.py                               |     7 +-
 h5py/_hl/dims.py                                   |    58 +-
 h5py/_hl/files.py                                  |   169 +-
 h5py/_hl/filters.py                                |    17 +-
 h5py/_hl/group.py                                  |   284 +-
 h5py/_hl/selections.py                             |    28 +-
 h5py/_hl/selections2.py                            |    25 +-
 h5py/_hl/tests/__init__.py                         |     8 -
 h5py/_locks.pxi                                    |     8 +
 h5py/_objects.c                                    |  6678 --
 h5py/_objects.pxd                                  |     2 +-
 h5py/_objects.pyx                                  |   451 +-
 h5py/_proxy.c                                      |  4484 -
 h5py/_proxy.pyx                                    |    46 +-
 h5py/api_compat.h                                  |     5 +
 h5py/api_functions.txt                             |   561 +-
 h5py/api_types_hdf5.pxd                            |     2 +
 h5py/config.pxi                                    |     4 -
 h5py/defs.c                                        | 81484 -------------------
 h5py/defs.pxd                                      |   338 -
 h5py/defs.pyx                                      |  2960 -
 h5py/h5.c                                          |  5480 --
 h5py/h5.pyx                                        |    74 +-
 h5py/h5a.c                                         |  7487 --
 h5py/h5a.pyx                                       |    77 +-
 h5py/h5ac.c                                        |  5137 --
 h5py/h5d.c                                         |  6009 --
 h5py/h5d.pyx                                       |   111 +-
 h5py/h5ds.c                                        |  4142 -
 h5py/h5ds.pyx                                      |    14 +-
 h5py/h5f.c                                         |  6655 --
 h5py/h5f.pyx                                       |    99 +-
 h5py/h5fd.c                                        |  1910 -
 h5py/h5fd.pxd                                      |     2 +-
 h5py/h5fd.pyx                                      |     2 +-
 h5py/h5g.c                                         |  7629 --
 h5py/h5g.pyx                                       |   144 +-
 h5py/h5i.c                                         |  3566 -
 h5py/h5i.pyx                                       |    23 +-
 h5py/h5l.c                                         |  5584 --
 h5py/h5l.pyx                                       |    25 +-
 h5py/h5o.c                                         |  7518 --
 h5py/h5o.pyx                                       |    30 +-
 h5py/h5p.c                                         | 13550 ---
 h5py/h5p.pyx                                       |   194 +-
 h5py/h5r.c                                         |  4111 -
 h5py/h5r.pyx                                       |    13 +-
 h5py/h5s.c                                         |  6842 --
 h5py/h5s.pyx                                       |    76 +-
 h5py/h5t.c                                         | 21701 -----
 h5py/h5t.pxd                                       |     1 +
 h5py/h5t.pyx                                       |   303 +-
 h5py/h5z.c                                         |  2210 -
 h5py/h5z.pyx                                       |     6 +-
 h5py/highlevel.py                                  |    16 +-
 h5py/ipy_completer.py                              |    26 +-
 h5py/lowtest/__init__.py                           |     8 -
 h5py/tests/__init__.py                             |    41 +
 h5py/{_hl => }/tests/common.py                     |    97 +-
 h5py/tests/hl/__init__.py                          |    14 +
 h5py/tests/hl/test_attribute_create.py             |    47 +
 h5py/tests/hl/test_dataset_getitem.py              |   406 +
 h5py/tests/hl/test_dataset_swmr.py                 |   159 +
 h5py/tests/hl/test_dims_dimensionproxy.py          |    26 +
 h5py/tests/hl/test_file.py                         |    69 +
 h5py/tests/old/__init__.py                         |    34 +
 h5py/{_hl/tests => tests/old}/common.py            |    10 +-
 h5py/{_hl/tests => tests/old}/test_attrs.py        |    19 +-
 h5py/{_hl/tests => tests/old}/test_attrs_data.py   |    16 +-
 h5py/{_hl/tests => tests/old}/test_base.py         |    14 +-
 h5py/{_hl/tests => tests/old}/test_dataset.py      |   383 +-
 h5py/{_hl/tests => tests/old}/test_datatype.py     |     8 +-
 .../tests => tests/old}/test_dimension_scales.py   |    15 +-
 h5py/{_hl/tests => tests/old}/test_file.py         |    65 +-
 h5py/{_hl/tests => tests/old}/test_group.py        |   180 +-
 h5py/{lowtest => tests/old}/test_h5.py             |     2 +
 h5py/{lowtest => tests/old}/test_h5f.py            |     2 +
 h5py/{lowtest => tests/old}/test_h5p.py            |    26 +-
 h5py/{lowtest => tests/old}/test_h5t.py            |     2 +
 h5py/{lowtest => tests/old}/test_objects.py        |     2 +
 h5py/{_hl/tests => tests/old}/test_selections.py   |    25 +-
 h5py/{_hl/tests => tests/old}/test_slicing.py      |    19 +-
 h5py/utils.c                                       |  4252 -
 h5py/utils.pyx                                     |    29 -
 h5py/version.py                                    |     5 +-
 lzf/README.txt                                     |    20 +-
 lzf/lzf/lzf_c.c                                    |     2 +-
 lzf/lzf_filter.c                                   |    52 +-
 other/garbage.py                                   |    29 +
 other/iterate_deadlock.py                          |    36 +
 other/vlen_leak.py                                 |    90 +
 pavement.py                                        |    35 +
 setup.py                                           |   244 +-
 setup_build.py                                     |   180 +
 setup_configure.py                                 |   236 +
 tox.ini                                            |    12 +
 windows/README.txt                                 |    23 +
 windows/cacheinit.cmake                            |    79 +
 windows/pavement.py                                |    86 +
 {win_include => windows}/stdint.h                  |     0
 {win_include => windows}/unistd.h                  |     0
 181 files changed, 11390 insertions(+), 221771 deletions(-)

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