[h5py] branch debian/sid updated (65518bd -> 6a3c447)

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 change to branch debian/sid
in repository h5py.

      from  65518bd   Merge tag 'upstream/2.2.1'
      adds  9bf382d   d/watch: use pypi.debian.net
      adds  e9b5109   d/control: cme fixed
      adds  258903e   d/control: d-science as team maintainer
      adds  06b5e7a   d/control: update homepage
      adds  c6a8bf1   d/control: update VCS fields
      adds  414d0e5   d/copyright: add short descr for licensing of debian/
      adds  6367b5f   d/*: use pybuild
      adds  35470d4   d/control: add myself as uploader
      adds  c75331d   d/*: get rid of get-orig script since move to git
      adds  600d625   d/changelog: add new entry (UNRELEASED)
      adds  411a291   d/*: add gbp.conf file
      adds  f05859b   d/changelog: release in experimental
      adds  c3d2961   d/{control,rules}: use pkg-config for hdf5 flags
      adds  399ae82   d/rules: better clean target
      adds  2862cfb   d/changelog: update with latest fixes
      adds  2834326   Imported Upstream version 2.4.0
      adds  e82cba1   d/p/series: disable all patches for now
      adds  c763f85   d/changelog: add new entry
      adds  14b599b   d/control: fix duplicate short and long descr.
      adds  13d2914   d/p/*: add patch preventing usage of rpath
      adds  27c3168   d/copyright: made dep5 compatible
      adds  d79b20a   d/copyright: fix license short name
      adds  6bbabe4   d/copyright: fix lintian error on unused Files
      adds  12ae638   d/{copyright,watch}: strip residual DStore out of tarball
      adds  10ba721   Imported Upstream version 2.4.0
      adds  b86adb3   Imported Upstream version 2.4.0+dfsg1
      adds  877de10   Merge tag 'upstream/2.4.0+dfsg1' into debian/experimental
      adds  bdde7e4   d/changelog: add dfsg suffix
      adds  a915f9a   manually remove .DS_Store from tree
      adds  8eca8a2   d/changelog: details of current entry
      adds  8da60f4   d/changelog: release to experimental
      adds  3a9156a   d/watch: track releases on Github
      adds  0164b1a   d/copyright: no longer need for repack
      adds  077e860   d/p/*: add patch to avoid install dep on Cython
      adds  f29b368   d/control: fix invalid spaces after full stop chars
      adds  1d693f8   d/copyright: release to experimental
      adds  054028a   d/changelog: fix formatting
      adds  4de7fc5   d/p/0001*.patch: add DEP3 header
      adds  6680cd9   d/p/0002*.patch: add DEP3 header
      adds  86f6f01   d/p/series: fix patch order
      adds  f990cf1   d/p/0002*.patch: better patch
      adds  35c97fb   d/control: make versioned depends on cython
      adds  c7d9560   d/changelog: new entry
      adds  c397f76   d/changelog: release to experimental
      adds  9fde65a   Merge remote-tracking branch 'origin/debian/experimental' into debian/experimental
      adds  2b6b9ba   Imported Upstream version 2.5.0
      adds  6a7f386   Merge tag 'upstream/2.5.0' into debian/experimental
      adds  d238063   d/changelog: new entry
      adds  4912fad   d/p/0001*.patch: refresh patch
      adds  d1b00fd   d/p/0002*.patch: refresh patch
      adds  a4cb0e9   d/rules: more files to clean
      adds  d8f8e1a   d/*: add documentation package
      adds  51f77d9   d/rules: fix order of clean commands and typos
      adds  928e012   d/*: add doc-base metadata
      adds  9edcc84   d/changelog: release in experimental
      adds  97d1330   d/control: add missing bdep on six
      adds  f874196   d/control: add bdep on python{3}-pkgconfig
      adds  ac66603   d/changelog: update current entry
      adds  2f7e5b0   d/{control,rules}: remove pkg-config hack and dependency
      adds  8615d62   d/changelog: bump dversion, switch to unreleased
      adds  bac2b53   d/changelog: update with latest changes
       new  f5b0a63   Merge branch 'debian/experimental' into debian/sid
       new  6a3c447   d/changelog: release to unstable

The 2 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                                         |    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                                   |    66 +
 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, 11391 insertions(+), 221771 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 delete mode 100644 PKG-INFO
 delete mode 100644 configure.py
 create mode 100644 debian/gbp.conf
 delete mode 100755 debian/orig-tar.sh
 create mode 100644 debian/patches/0001-prevent-rpath.patch
 create mode 100644 debian/patches/0002-prevent-cython-dep.patch
 create mode 100644 debian/python-h5py-doc.doc-base
 create mode 100644 debian/python-h5py-doc.docs
 delete mode 100644 debian/python-h5py.install
 delete mode 100644 debian/python3-h5py.install
 create mode 100644 docs/Makefile
 create mode 100644 docs/build.rst
 create mode 100644 docs/conf.py
 create mode 100644 docs/config.rst
 create mode 100644 docs/contributing.rst
 create mode 100644 docs/faq.rst
 create mode 100644 docs/high/attr.rst
 create mode 100644 docs/high/dataset.rst
 create mode 100644 docs/high/dims.rst
 create mode 100644 docs/high/file.rst
 create mode 100644 docs/high/group.rst
 create mode 100644 docs/high/index.rst
 create mode 100644 docs/index.rst
 create mode 100644 docs/licenses.rst
 create mode 100644 docs/low.rst
 create mode 100644 docs/mpi.rst
 create mode 100644 docs/quick.rst
 create mode 100644 docs/refs.rst
 create mode 100644 docs/special.rst
 create mode 100644 docs/strings.rst
 create mode 100644 docs/swmr.rst
 create mode 100644 docs/whatsnew/2.0.rst
 create mode 100644 docs/whatsnew/2.1.rst
 create mode 100644 docs/whatsnew/2.2.rst
 create mode 100644 docs/whatsnew/2.3.rst
 create mode 100644 docs/whatsnew/2.4.rst
 create mode 100644 docs/whatsnew/index.rst
 create mode 100644 docs_api/Makefile
 create mode 100644 docs_api/automod.py
 create mode 100644 docs_api/conf.py
 create mode 100644 docs_api/h5.rst
 create mode 100644 docs_api/h5a.rst
 create mode 100644 docs_api/h5d.rst
 create mode 100644 docs_api/h5f.rst
 create mode 100644 docs_api/h5fd.rst
 create mode 100644 docs_api/h5g.rst
 create mode 100644 docs_api/h5i.rst
 create mode 100644 docs_api/h5l.rst
 create mode 100644 docs_api/h5o.rst
 create mode 100644 docs_api/h5p.rst
 create mode 100644 docs_api/h5r.rst
 create mode 100644 docs_api/h5s.rst
 create mode 100644 docs_api/h5t.rst
 create mode 100644 docs_api/h5z.rst
 create mode 100644 docs_api/index.rst
 create mode 100644 docs_api/objects.rst
 create mode 100644 examples/swmr_inotify_example.py
 create mode 100644 examples/swmr_multiprocess.py
 delete mode 100644 h5py/_conv.c
 delete mode 100644 h5py/_errors.c
 delete mode 100644 h5py/_hdf5.pxd
 delete mode 100644 h5py/_hl/tests/__init__.py
 delete mode 100644 h5py/_objects.c
 delete mode 100644 h5py/_proxy.c
 delete mode 100644 h5py/config.pxi
 delete mode 100644 h5py/defs.c
 delete mode 100644 h5py/defs.pxd
 delete mode 100644 h5py/defs.pyx
 delete mode 100644 h5py/h5.c
 delete mode 100644 h5py/h5a.c
 delete mode 100644 h5py/h5ac.c
 delete mode 100644 h5py/h5d.c
 delete mode 100644 h5py/h5ds.c
 delete mode 100644 h5py/h5f.c
 delete mode 100644 h5py/h5fd.c
 delete mode 100644 h5py/h5g.c
 delete mode 100644 h5py/h5i.c
 delete mode 100644 h5py/h5l.c
 delete mode 100644 h5py/h5o.c
 delete mode 100644 h5py/h5p.c
 delete mode 100644 h5py/h5r.c
 delete mode 100644 h5py/h5s.c
 delete mode 100644 h5py/h5t.c
 delete mode 100644 h5py/h5z.c
 delete mode 100644 h5py/lowtest/__init__.py
 create mode 100644 h5py/tests/__init__.py
 copy h5py/{_hl => }/tests/common.py (64%)
 create mode 100644 h5py/tests/hl/__init__.py
 create mode 100644 h5py/tests/hl/test_attribute_create.py
 create mode 100644 h5py/tests/hl/test_dataset_getitem.py
 create mode 100644 h5py/tests/hl/test_dataset_swmr.py
 create mode 100644 h5py/tests/hl/test_dims_dimensionproxy.py
 create mode 100644 h5py/tests/hl/test_file.py
 create mode 100644 h5py/tests/old/__init__.py
 rename h5py/{_hl/tests => tests/old}/common.py (96%)
 rename h5py/{_hl/tests => tests/old}/test_attrs.py (90%)
 rename h5py/{_hl/tests => tests/old}/test_attrs_data.py (94%)
 rename h5py/{_hl/tests => tests/old}/test_base.py (86%)
 rename h5py/{_hl/tests => tests/old}/test_dataset.py (66%)
 rename h5py/{_hl/tests => tests/old}/test_datatype.py (86%)
 rename h5py/{_hl/tests => tests/old}/test_dimension_scales.py (93%)
 rename h5py/{_hl/tests => tests/old}/test_file.py (91%)
 rename h5py/{_hl/tests => tests/old}/test_group.py (82%)
 rename h5py/{lowtest => tests/old}/test_h5.py (96%)
 rename h5py/{lowtest => tests/old}/test_h5f.py (98%)
 rename h5py/{lowtest => tests/old}/test_h5p.py (78%)
 rename h5py/{lowtest => tests/old}/test_h5t.py (96%)
 rename h5py/{lowtest => tests/old}/test_objects.py (96%)
 rename h5py/{_hl/tests => tests/old}/test_selections.py (75%)
 rename h5py/{_hl/tests => tests/old}/test_slicing.py (93%)
 delete mode 100644 h5py/utils.c
 create mode 100644 other/garbage.py
 create mode 100644 other/iterate_deadlock.py
 create mode 100644 other/vlen_leak.py
 create mode 100644 pavement.py
 create mode 100644 setup_build.py
 create mode 100644 setup_configure.py
 create mode 100644 tox.ini
 create mode 100644 windows/README.txt
 create mode 100644 windows/cacheinit.cmake
 create mode 100644 windows/pavement.py
 rename {win_include => windows}/stdint.h (100%)
 rename {win_include => windows}/unistd.h (100%)

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