[Python-modules-commits] [python-djvulibre] branch master updated (a6a7088 -> d1aabff)
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 change to branch master
in repository python-djvulibre.
from a6a7088 ready to get uploaded
new 61e96ce Imported Upstream version 0.4
new 96cc8fe Merge tag 'upstream/0.4'
new 6549654 deb/changelog: new upstream release
new 5656445 deb/gbp.conf: updated config section style (import-orig)
new 9f256db deb/source/options: rewrite to ignore djvu/config.pxi, corrected
new d1aabff commit removal of python_djvulibre.egg-info and djvu/config.pxi
The 6 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 +-
debian/changelog | 8 +
debian/gbp.conf | 2 +-
debian/source/options | 2 +-
djvu/__init__.py | 19 ++
djvu/common.pxi | 6 +-
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 | 24 --
python_djvulibre.egg-info/SOURCES.txt | 43 ----
python_djvulibre.egg-info/dependency_links.txt | 1 -
python_djvulibre.egg-info/top_level.txt | 1 -
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 +++++++++++++--------
42 files changed, 831 insertions(+), 592 deletions(-)
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%)
delete mode 100644 python_djvulibre.egg-info/PKG-INFO
delete mode 100644 python_djvulibre.egg-info/SOURCES.txt
delete mode 100644 python_djvulibre.egg-info/dependency_links.txt
delete mode 100644 python_djvulibre.egg-info/top_level.txt
--
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