[Python-modules-commits] [python-djvulibre] 02/06: Import python-djvulibre_0.7.2.orig.tar.xz

Daniel Stender stender at moszumanska.debian.org
Fri Jun 3 12:55:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

stender pushed a commit to branch master
in repository python-djvulibre.

commit 36926ef440d1703a90aa3332ba1e64a52bd0406d
Author: Daniel Stender <stender at debian.org>
Date:   Fri Jun 3 14:43:07 2016 +0200

    Import python-djvulibre_0.7.2.orig.tar.xz
---
 PKG-INFO                           | 2 +-
 djvu/decode.pyx                    | 2 +-
 doc/changelog                      | 7 +++++++
 python_djvulibre.egg-info/PKG-INFO | 2 +-
 setup.py                           | 2 +-
 5 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/PKG-INFO b/PKG-INFO
index 3052e9d..99e2001 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-djvulibre
-Version: 0.7.1
+Version: 0.7.2
 Summary: Python support for the DjVu image format
 Home-page: http://jwilk.net/software/python-djvulibre
 Author: Jakub Wilk
diff --git a/djvu/decode.pyx b/djvu/decode.pyx
index a2c85e0..4962e2b 100644
--- a/djvu/decode.pyx
+++ b/djvu/decode.pyx
@@ -1041,7 +1041,7 @@ cdef class Document:
         The following values are possible:
         * DOCUMENT_TYPE_UNKNOWN;
         * DOCUMENT_TYPE_SINGLE_PAGE: single-page document;
-        * DOCUMENT_TYPE_BUNDLED: bundled mutli-page document;
+        * DOCUMENT_TYPE_BUNDLED: bundled multi-page document;
         * DOCUMENT_TYPE_INDIRECT: indirect multi-page document;
         * (obsolete) DOCUMENT_TYPE_OLD_BUNDLED,
         * (obsolete) DOCUMENT_TYPE_OLD_INDEXED.
diff --git a/doc/changelog b/doc/changelog
index 962b918..5d0796e 100644
--- a/doc/changelog
+++ b/doc/changelog
@@ -1,3 +1,10 @@
+python-djvulibre (0.7.2) unstable; urgency=low
+
+  * Fix compatibility with Cython 0.24.
+  * Fix typo in the documentation.
+
+ -- Jakub Wilk <jwilk at jwilk.net>  Thu, 12 May 2016 14:07:13 +0200
+
 python-djvulibre (0.7.1) unstable; urgency=low
 
   * Update URL for “actual and proposed changes to the DjVu format”.
diff --git a/python_djvulibre.egg-info/PKG-INFO b/python_djvulibre.egg-info/PKG-INFO
index 3052e9d..99e2001 100644
--- a/python_djvulibre.egg-info/PKG-INFO
+++ b/python_djvulibre.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-djvulibre
-Version: 0.7.1
+Version: 0.7.2
 Summary: Python support for the DjVu image format
 Home-page: http://jwilk.net/software/python-djvulibre
 Author: Jakub Wilk
diff --git a/setup.py b/setup.py
index 6a2e4fd..6deaa04 100644
--- a/setup.py
+++ b/setup.py
@@ -168,7 +168,7 @@ class build_ext(distutils.command.build_ext.build_ext):
             raise RuntimeError('DjVuLibre >= 3.5.21 is required')
         new_config = [
             'DEF PY3K = {0}'.format(sys.version_info >= (3, 0)),
-            'DEF PYTHON_DJVULIBRE_VERSION = "{0}"'.format(py_version),
+            'DEF PYTHON_DJVULIBRE_VERSION = b"{0}"'.format(py_version),
             'DEF HAVE_MINIEXP_IO_T = {0}'.format(djvulibre_version >= '3.5.26'),
             'DEF HAVE_LANGINFO_H = {0}'.format(os.name == 'posix' and not mingw32cross),
         ]

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