[Python-modules-commits] r30501 - in packages/scipy/trunk/debian (changelog tests/control)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Fri Sep 5 16:57:59 UTC 2014
Date: Friday, September 5, 2014 @ 16:57:58
Author: jtaylor-guest
Revision: 30501
add python-gmpy2 dependency to autopkgtest to speed up mpmath tests
Modified:
packages/scipy/trunk/debian/changelog
packages/scipy/trunk/debian/tests/control
Modified: packages/scipy/trunk/debian/changelog
===================================================================
--- packages/scipy/trunk/debian/changelog 2014-09-05 15:33:05 UTC (rev 30500)
+++ packages/scipy/trunk/debian/changelog 2014-09-05 16:57:58 UTC (rev 30501)
@@ -1,3 +1,9 @@
+python-scipy (0.14.0-3) unstable; urgency=medium
+
+ * add python-gmpy2 dependency to autopkgtest to speed up mpmath tests
+
+ -- Julian Taylor <jtaylor.debian at googlemail.com> Fri, 05 Sep 2014 18:56:54 +0200
+
python-scipy (0.14.0-2) unstable; urgency=medium
* add patches to fix test failures on i386 and mips:
Modified: packages/scipy/trunk/debian/tests/control
===================================================================
--- packages/scipy/trunk/debian/tests/control 2014-09-05 15:33:05 UTC (rev 30500)
+++ packages/scipy/trunk/debian/tests/control 2014-09-05 16:57:58 UTC (rev 30501)
@@ -1,5 +1,5 @@
Tests: python2
-Depends: build-essential, python-scipy, python-nose, python-all, python-all-dev, python-mpmath, python-imaging
+Depends: build-essential, python-scipy, python-nose, python-all, python-all-dev, python-mpmath, python-gmpy2, python-imaging
Tests: python3
Depends: build-essential, python3-scipy, python3-nose, python3-all, python3-all-dev
More information about the Python-modules-commits
mailing list