[Python-modules-commits] [python-djvulibre] branch upstream updated (51d8a32 -> 61e96ce)
Daniel Stender
danstender-guest at moszumanska.debian.org
Sun Jul 26 15:23:44 UTC 2015
This is an automated email from the git hooks/post-receive script.
danstender-guest pushed a change to branch upstream
in repository python-djvulibre.
from 51d8a32 Imported Upstream version 0.3.10
new 61e96ce Imported Upstream version 0.4
The 1 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 | 14 +-
PKG-INFO | 2 +-
djvu/__init__.py | 19 ++
djvu/common.pxi | 6 +-
djvu/config.pxi | 3 +
djvu/const.py | 33 +--
djvu/decode.pxd | 4 +-
djvu/decode.pyx | 119 ++++++----
djvu/dllpath.py | 2 +-
djvu/sexpr.pxd | 8 +-
djvu/sexpr.pyx | 103 +++++----
COPYING => doc/COPYING | 0
.../annotations.txt => api/annotations.rst} | 144 ++++++------
doc/{source => api}/conf.py | 19 +-
doc/{source/documents.txt => api/documents.rst} | 2 +-
.../event-model.txt => api/event-model.rst} | 2 +-
doc/{source/exceptions.txt => api/exceptions.rst} | 2 +-
.../expressions.txt => api/expressions.rst} | 27 ++-
doc/{source/files.txt => api/files.rst} | 2 +-
doc/{source/geometry.txt => api/geometry.rst} | 2 +-
doc/{source/index.txt => api/index.rst} | 6 +-
doc/{source/messages.txt => api/messages.rst} | 2 +-
doc/{source/outline.txt => api/outline.rst} | 14 +-
doc/{source/pages.txt => api/pages.rst} | 2 +-
doc/{source/text-zones.txt => api/text-zones.rst} | 20 +-
doc/changelog | 22 +-
examples/djvu-crop-text | 18 +-
examples/djvu-dump-text | 18 +-
examples/djvu2png | 8 +-
python_djvulibre.egg-info/PKG-INFO | 2 +-
python_djvulibre.egg-info/SOURCES.txt | 29 +--
setup.py | 56 ++---
tests/common.py | 164 +++++++++++---
tests/images/Makefile | 2 +-
tests/sexpr-gc.py | 32 +--
tests/test_const.py | 30 ++-
tests/test_decode.py | 190 +++++++++-------
tests/test_sexpr.py | 248 +++++++++++++--------
38 files changed, 840 insertions(+), 536 deletions(-)
create mode 100644 djvu/config.pxi
rename COPYING => doc/COPYING (100%)
rename doc/{source/annotations.txt => api/annotations.rst} (76%)
rename doc/{source => api}/conf.py (78%)
rename doc/{source/documents.txt => api/documents.rst} (99%)
rename doc/{source/event-model.txt => api/event-model.rst} (99%)
rename doc/{source/exceptions.txt => api/exceptions.rst} (98%)
rename doc/{source/expressions.txt => api/expressions.rst} (84%)
rename doc/{source/files.txt => api/files.rst} (99%)
rename doc/{source/geometry.txt => api/geometry.rst} (99%)
rename doc/{source/index.txt => api/index.rst} (62%)
rename doc/{source/messages.txt => api/messages.rst} (99%)
rename doc/{source/outline.txt => api/outline.rst} (83%)
rename doc/{source/pages.txt => api/pages.rst} (99%)
rename doc/{source/text-zones.txt => api/text-zones.rst} (87%)
--
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