[pytables] 08/09: Fix typo in hdf5extension.pyx

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Sun Mar 27 08:24:21 UTC 2016


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

a_valentino-guest pushed a commit to branch master
in repository pytables.

commit b84af291fc5056cad8b3dc9d72ee36b1dd18a79e
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sat Mar 26 18:15:20 2016 +0000

    Fix typo in hdf5extension.pyx
---
 .../0006-fix-typo-in-hdf5extension.pyx.patch        | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/0006-fix-typo-in-hdf5extension.pyx.patch b/debian/patches/0006-fix-typo-in-hdf5extension.pyx.patch
new file mode 100644
index 0000000..86c3ae7
--- /dev/null
+++ b/debian/patches/0006-fix-typo-in-hdf5extension.pyx.patch
@@ -0,0 +1,21 @@
+From: Antonio Valentino <antonio.valentino at tiscali.it>
+Date: Sat, 26 Mar 2016 18:12:16 +0000
+Subject: fix typo in hdf5extension.pyx
+
+---
+ tables/hdf5extension.pyx | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tables/hdf5extension.pyx b/tables/hdf5extension.pyx
+index 85c916c..28371b3 100644
+--- a/tables/hdf5extension.pyx
++++ b/tables/hdf5extension.pyx
+@@ -356,7 +356,7 @@ cdef class File:
+       elif not PyBytes_Check(image):
+         raise TypeError("The DRIVER_CORE_IMAGE must be a string of bytes")
+       elif not H5_HAVE_IMAGE_FILE:
+-        raise RuntimeError("Support for image files is only availabe in "
++        raise RuntimeError("Support for image files is only available in "
+                            "HDF5 >= 1.8.9")
+ 
+     # After the following check we can be quite sure
diff --git a/debian/patches/series b/debian/patches/series
index b643cda..1fe3abc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 0003-Never-use-the-msse2-flag-explicitly.patch
 0004-Do-not-fetch-icons-for-external-web-sites.patch
 0005-fix-index-inheritance-order.patch
+0006-fix-typo-in-hdf5extension.pyx.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytables.git



More information about the debian-science-commits mailing list