[Python-modules-commits] [python-djvulibre] 02/06: Merge tag 'upstream/0.4'

Daniel Stender danstender-guest at moszumanska.debian.org
Sun Jul 26 15:23:43 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 96cc8fec1b87c9485b27d8dbabecd0359b70e477
Merge: a6a7088 61e96ce
Author: Daniel Stender <debian at danielstender.com>
Date:   Sun Jul 26 16:29:19 2015 +0200

    Merge tag 'upstream/0.4'
    
    Upstream version 0.4

 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(-)

-- 
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