[pytables] 01/01: new patch that fixes an import issue with cython > 0.20.2

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Thu Jun 19 20:41:13 UTC 2014


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 912c92cba24e82120f1db9b766f98a77fc758877
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Thu Jun 19 20:25:51 2014 +0000

    new patch that fixes an import issue with cython > 0.20.2
---
 debian/changelog                                    |  7 +++++++
 ...import-issue-with-cython-newer-than-0.20.2.patch | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 3 files changed, 29 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 85ae859..2e7631d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pytables (3.1.1-2) UNRELEASED; urgency=medium
+
+  * debian/patches
+    - new patch that fixes an import issue with cython > 0.20.2
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Thu, 19 Jun 2014 20:23:50 +0000
+
 pytables (3.1.1-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/patches/0006-fix-an-import-issue-with-cython-newer-than-0.20.2.patch b/debian/patches/0006-fix-an-import-issue-with-cython-newer-than-0.20.2.patch
new file mode 100644
index 0000000..db27d40
--- /dev/null
+++ b/debian/patches/0006-fix-an-import-issue-with-cython-newer-than-0.20.2.patch
@@ -0,0 +1,21 @@
+From: Antonio Valentino <antonio.valentino at tiscali.it>
+Date: Thu, 19 Jun 2014 20:20:29 +0000
+Subject: fix an import issue with cython newer than 0.20.2
+
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index ab55629..3772f44 100755
+--- a/setup.py
++++ b/setup.py
+@@ -123,7 +123,7 @@ if not has_setuptools:
+ # Check if Cython is installed or not (requisite)
+ try:
+     from Cython.Distutils import build_ext
+-    from Cython.Compiler.Main import Version
++    from Cython.Compiler import Version
+     cmdclass['build_ext'] = build_ext
+ except ImportError:
+     exit_with_error(
diff --git a/debian/patches/series b/debian/patches/series
index b4027bf..a669081 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 0003-Better-control-of-verbosity-in-unittests.patch
 0004-Never-use-the-msse2-flag-explicitly.patch
 0005-Do-not-fetch-icons-for-external-web-sites.patch
+0006-fix-an-import-issue-with-cython-newer-than-0.20.2.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