[SCM] Packaging for numexpr branch, master, updated. debian/2.0.1-2-17-gf0bed27
Antonio Valentino
antonio.valentino at tiscali.it
Sat Apr 27 16:37:33 UTC 2013
The following commit has been merged in the master branch:
commit 783a0327505ed711eaa4d2ddfd0fe96a8dbca15b
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date: Sat Apr 27 16:27:24 2013 +0000
numexpr 2.1 breaks pytables < 3.0
diff --git a/debian/changelog b/debian/changelog
index d552b81..dfd5f9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ numexpr (2.1-1) UNRELEASED; urgency=low
* Install upstream changelog
* Re-enable unittests at build time on sparc
* The noopt option is now honored
+ * numexpr 2.1 breaks pythbles < 3.0
-- Antonio Valentino <antonio.valentino at tiscali.it> Sat, 27 Apr 2013 10:32:31 +0000
diff --git a/debian/control b/debian/control
index 8d9b73e..cb2fa59 100644
--- a/debian/control
+++ b/debian/control
@@ -27,6 +27,7 @@ Architecture: any
Depends: ${python:Depends},
${shlibs:Depends},
${misc:Depends}
+Breaks: python-tables (<< 3.0)
Description: Fast numerical array expression evaluator for Python and NumPy
Numexpr package evaluates multiple-operator array expressions many
times faster than NumPy can. It accepts the expression as a string,
@@ -47,6 +48,7 @@ Depends: ${python:Depends},
python-numexpr (= ${binary:Version})
Recommends: python-dbg,
python-numpy-dbg
+Breaks: python-tables (<< 3.0)
Description: Fast numerical array expression evaluator for Python and NumPy (debug ext)
Numexpr package evaluates multiple-operator array expressions many
times faster than NumPy can. It accepts the expression as a string,
--
Packaging for numexpr
More information about the debian-science-commits
mailing list