[Python-modules-commits] [python-djvulibre] branch master updated (1f71914 -> 8ecda3b)
Daniel Stender
danstender-guest at moszumanska.debian.org
Fri Sep 4 19:49:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
danstender-guest pushed a change to branch master
in repository python-djvulibre.
from 1f71914 deb/changelog: add info on f6612e3
new 50f1f62 Imported Upstream version 0.7
new 3a62b66 Merge tag 'upstream/0.7'
new 400bc44 new upstream release
new 437c7e3 deb/control: added version to dep on cython
new 8ecda3b prepare for upload
The 5 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:
MANIFEST.in | 3 +-
PKG-INFO | 2 +-
debian/changelog | 7 +
debian/control | 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 ++++---
34 files changed, 1419 insertions(+), 751 deletions(-)
create mode 100644 doc/build-reqs.txt
create mode 100644 doc/todo.txt
create mode 100755 private/build-and-test
create mode 100755 private/mingw32-setup-env
delete mode 100644 tests/images/test0-image.jpeg
rename tests/{common.py => tools.py} (79%)
--
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