[Python-modules-commits] [python-djvulibre] branch upstream updated (5bce0f4 -> 50f1f62)

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 change to branch upstream
in repository python-djvulibre.

      from  5bce0f4   Imported Upstream version 0.5
       new  50f1f62   Imported Upstream version 0.7

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                           |   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 ++++++
 python_djvulibre.egg-info/PKG-INFO    |   2 +-
 python_djvulibre.egg-info/SOURCES.txt |   7 +-
 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, 1417 insertions(+), 753 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