[Python-modules-commits] [willow] branch master updated (90914ad -> 3132beb)

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Thu Sep 28 08:01:20 UTC 2017


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

mans0954 pushed a change to branch master
in repository willow.

      from  90914ad   Release 0.4+dfsg-1 to unstable
       new  4f304ae   Remove repack script, upstream is now DFSG compliant
       new  6940b39   Import willow_1.0.orig.tar.gz
       new  4da0db2   record new upstream branch created by importing willow_1.0.orig.tar.gz and merge it
       new  d923285   Update debian/copyright
       new  3026cb4   New upstream release (1.0)
       new  99ca990   Build-Depend on python3-sphinx rather than python-sphinx
       new  3132beb   Get tests running (currently failing)

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:
 .travis.yml                |   1 +
 Dockerfile                 |   8 ---
 Dockerfile.py2             |   7 +++
 Dockerfile.py3             |  15 ++++++
 readme.rst => README.rst   |   6 +--
 debian/.git-dpm            |  14 +++---
 debian/changelog           |  10 ++++
 debian/control             |   2 +-
 debian/copyright           |  21 +-------
 debian/repack.local        |  12 -----
 debian/repack.stub         |  91 ---------------------------------
 debian/rules               |   3 --
 debian/watch               |   3 +-
 docker-test.sh             |   7 ++-
 docs/changelog.rst         |  11 +++-
 docs/conf.py               |   2 +-
 docs/reference.rst         |   2 +-
 setup.py                   |   4 +-
 tests/images/cameraman.tif | Bin 0 -> 65240 bytes
 tests/images/sails.bmp     | Bin 0 -> 394294 bytes
 tests/test_image.py        |  29 ++++++++++-
 tests/test_opencv.py       |  11 ++++
 tests/test_wand.py         |   2 +-
 willow/__init__.py         |   4 +-
 willow/image.py            |   7 ++-
 willow/plugins/opencv.py   | 123 ++++++++++++++++++++++++++-------------------
 willow/plugins/pillow.py   |   2 +
 willow/plugins/wand.py     |   2 +
 28 files changed, 188 insertions(+), 211 deletions(-)
 delete mode 100644 Dockerfile
 create mode 100644 Dockerfile.py2
 create mode 100644 Dockerfile.py3
 rename readme.rst => README.rst (93%)
 delete mode 100644 debian/repack.local
 delete mode 100644 debian/repack.stub
 create mode 100644 tests/images/cameraman.tif
 create mode 100644 tests/images/sails.bmp

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



More information about the Python-modules-commits mailing list