[python-imageio] branch master updated (b1e6935 -> 9c962bf)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Jun 4 11:05:56 UTC 2017


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

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

      from  b1e6935   Release to unstable
       new  ff19fee   Revert "Release to unstable"
      adds  4c2ff53   New upstream version 2.2.0
       new  f3735f9   Merge tag 'upstream/2.2.0'
       new  bf35092   Repacking is no longer required
       new  36cd1a5   Drop numbering of the patch queue
       new  eb310c0   Fixup the nodoc build profile
       new  12ad82b   Build the docs using the upstream Makefile
       new  9c962bf   Release to unstable

The 7 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:
 CONTRIBUTORS.txt                                   |   18 +-
 PKG-INFO                                           |    2 +-
 debian/changelog                                   |   12 +-
 debian/control                                     |    6 +-
 debian/copyright                                   |    1 -
 ...raries.patch => Use-the-system-libraries.patch} |    3 +-
 debian/patches/series                              |    2 +-
 debian/python-imageio-doc.docs                     |    2 +-
 debian/rules                                       |    8 +-
 debian/watch                                       |    4 +-
 docs/.requirements                                 |    1 +
 docs/conf.py                                       |    4 +-
 docs/examples.rst                                  |   13 +
 docs/{ext => }/imageio_ext.py                      |    2 +-
 docs/make.bat                                      |    0
 docs/releasenotes.rst                              |   20 +-
 imageio/__init__.py                                |    2 +-
 imageio/core/functions.py                          |   88 +-
 imageio/core/request.py                            |    4 +-
 imageio/plugins/__init__.py                        |    1 +
 imageio/plugins/_freeimage.py                      |    2 +-
 imageio/plugins/_tifffile.py                       | 1022 +++++++++++++-------
 imageio/plugins/ffmpeg.py                          |   88 +-
 imageio/plugins/freeimagemulti.py                  |   11 +-
 imageio/plugins/grab.py                            |  123 +++
 imageio/plugins/pillow.py                          |   53 +-
 imageio/plugins/pillow_info.py                     |   91 +-
 imageio/plugins/pillowmulti.py                     |    9 +-
 imageio/plugins/tifffile.py                        |   36 +-
 tests/test_gdal.py                                 |    5 +-
 tests/test_grab.py                                 |   98 ++
 tests/test_pillow.py                               |   13 +
 tests/test_tifffile.py                             |   46 +-
 33 files changed, 1284 insertions(+), 506 deletions(-)
 rename debian/patches/{0001-Use-system-libraries.patch => Use-the-system-libraries.patch} (84%)
 rename docs/{ext => }/imageio_ext.py (99%)
 mode change 100644 => 100755 docs/make.bat
 create mode 100644 imageio/plugins/grab.py
 create mode 100644 tests/test_grab.py

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



More information about the debian-science-commits mailing list