[Python-modules-commits] r27550 - in packages/scipy/trunk/debian (3 files)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Wed Feb 5 19:38:43 UTC 2014
Date: Wednesday, February 5, 2014 @ 19:38:42
Author: jtaylor-guest
Revision: 27550
New upstream release
ignore TestSplder.test_kink adt failure, probably numerical error
Modified:
packages/scipy/trunk/debian/changelog
packages/scipy/trunk/debian/tests/python2
packages/scipy/trunk/debian/tests/python3
Modified: packages/scipy/trunk/debian/changelog
===================================================================
--- packages/scipy/trunk/debian/changelog 2014-02-05 19:37:53 UTC (rev 27549)
+++ packages/scipy/trunk/debian/changelog 2014-02-05 19:38:42 UTC (rev 27550)
@@ -1,3 +1,10 @@
+python-scipy (0.13.3-1) experimental; urgency=low
+
+ * New upstream release
+ * ignore TestSplder.test_kink adt failure, probably numerical error
+
+ -- Julian Taylor <jtaylor.debian at googlemail.com> Tue, 04 Feb 2014 19:48:01 +0100
+
python-scipy (0.13.2-1) experimental; urgency=low
* New upstream release
Modified: packages/scipy/trunk/debian/tests/python2
===================================================================
--- packages/scipy/trunk/debian/tests/python2 2014-02-05 19:37:53 UTC (rev 27549)
+++ packages/scipy/trunk/debian/tests/python2 2014-02-05 19:38:42 UTC (rev 27550)
@@ -21,6 +21,8 @@
"test_qhull.TestUtilities.test_more_barycentric_transforms",
# atlas 3.10 issue, scipy github #2842
"test_decomp.TestQZ.test_qz_complex64",
+# #2911
+"test_fitpack.TestSplder.test_kink",
]
r = $TESTPKG.test(label='$TESTMODE', verbose=2);
errors = []
Modified: packages/scipy/trunk/debian/tests/python3
===================================================================
--- packages/scipy/trunk/debian/tests/python3 2014-02-05 19:37:53 UTC (rev 27549)
+++ packages/scipy/trunk/debian/tests/python3 2014-02-05 19:38:42 UTC (rev 27550)
@@ -20,6 +20,8 @@
"test_qhull.TestUtilities.test_more_barycentric_transforms",
# atlas 3.10 issue, scipy github #2842
"test_decomp.TestQZ.test_qz_complex64",
+# #2911
+"test_fitpack.TestSplder.test_kink",
]
r = $TESTPKG.test(label='$TESTMODE', verbose=2);
errors = []
More information about the Python-modules-commits
mailing list