[Python-modules-commits] [python-djvulibre] 02/05: Merge tag 'upstream/0.7'
Daniel Stender
danstender-guest at moszumanska.debian.org
Fri Sep 4 19:49:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
danstender-guest pushed a commit to branch master
in repository python-djvulibre.
commit 3a62b66aa74fe8e45d8be39a0823d03bd9a3dbd0
Merge: 1f71914 50f1f62
Author: Daniel Stender <debian at danielstender.com>
Date: Fri Sep 4 19:55:55 2015 +0200
Merge tag 'upstream/0.7'
Upstream version 0.7
MANIFEST.in | 3 +-
PKG-INFO | 2 +-
djvu/__init__.py | 16 +-
djvu/common.pxi | 23 ++-
djvu/const.py | 142 +++++++++----
djvu/decode.pxd | 37 ++--
djvu/decode.pyx | 118 ++++-------
djvu/dllpath.py | 16 +-
djvu/sexpr.pxd | 20 +-
djvu/sexpr.pyx | 345 +++++++++++++++----------------
doc/api/annotations.rst | 2 +-
doc/api/conf.py | 13 ++
doc/api/documents.rst | 8 -
doc/api/exceptions.rst | 5 -
doc/build-reqs.txt | 19 ++
doc/changelog | 44 ++++
doc/todo.txt | 18 ++
examples/djvu-crop-text | 16 +-
examples/djvu-dump-text | 16 +-
examples/djvu2png | 16 +-
private/build-and-test | 48 +++++
private/mingw32-setup-env | 71 +++++++
setup.py | 135 ++++++------
tests/images/Makefile | 19 +-
tests/images/test0-image.jpeg | Bin 18069 -> 0 bytes
tests/images/test0.djvu | Bin 29187 -> 3955 bytes
tests/images/test0.tex | 80 ++------
tests/sexpr-gc.py | 16 +-
tests/test_const.py | 114 ++++++++++-
tests/test_decode.py | 463 +++++++++++++++++++++++++++++++-----------
tests/test_sexpr.py | 263 ++++++++++++++++++------
tests/{common.py => tools.py} | 73 ++++---
32 files changed, 1411 insertions(+), 750 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-djvulibre.git
More information about the Python-modules-commits
mailing list