[Python-modules-commits] [python-pgmagick] 02/08: Update upstream source from tag 'upstream/0.7.2'

Takaki Taniguchi takaki at moszumanska.debian.org
Sat Feb 3 15:33:55 UTC 2018


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

takaki pushed a commit to branch master
in repository python-pgmagick.

commit 818fc892151a6bf66b3580442256ad9ad94c91a9
Merge: 21a7592 aae187b
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Sat Feb 3 22:41:25 2018 +0900

    Update upstream source from tag 'upstream/0.7.2'
    
    Update to upstream version '0.7.2'
    with Debian dir 14328ca275ef081303cd4051a12130edaadd535b

 MANIFEST.in                      |   2 +
 PKG-INFO                         |  56 +++++---
 README.rst                       |  53 +++++---
 example/X.jpg                    | Bin 0 -> 305537 bytes
 example/bezier.py                |  12 ++
 example/blob.py                  |   8 ++
 example/docs/japanese-text.py    |   8 ++
 example/draw.py                  |  13 ++
 example/drawablelist.py          |  32 +++++
 example/example.png              | Bin 0 -> 7831 bytes
 example/gm.sh                    |   6 +
 example/gradient.py              |   7 +
 example/gravity.py               |  44 +++++++
 example/im.sh                    |   6 +
 example/image_from_storage.py    |   5 +
 example/imagelist.py             |  14 ++
 example/pgmagick_prof.py         |  32 +++++
 example/pixels.py                |  15 +++
 example/profile.sh               |  38 ++++++
 example/pythonmagick_prof.py     |  28 ++++
 example/resize.py                |   5 +
 example/writeimages_with_blob.py |  13 ++
 pgmagick.egg-info/PKG-INFO       |  56 +++++---
 pgmagick.egg-info/SOURCES.txt    |  23 ++++
 pgmagick/_version.py             |   2 +-
 pgmagick/api.py                  |   8 +-
 setup.cfg                        |   1 -
 setup.py                         |  61 ++++++---
 src/Makefile                     |   4 +-
 src/_ArrayProxy.h                |  57 ++++++++
 src/_Image.cpp                   |  62 +++++++--
 src/_Pixels.cpp                  |  24 +++-
 src/_Pixels.h                    |  28 ++++
 test/test_pgmagick_api.py        | 272 +++++++++++++++++++++++----------------
 test/test_pgmagick_image.py      |  77 ++++++++++-
 test/test_pgmagick_libinfo.py    |   6 +-
 36 files changed, 860 insertions(+), 218 deletions(-)

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



More information about the Python-modules-commits mailing list