[Python-modules-commits] r26945 - in packages/mpmath/trunk/debian (changelog control)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Wed Jan 1 19:09:58 UTC 2014
Date: Wednesday, January 1, 2014 @ 19:09:57
Author: morph
Revision: 26945
* debian/control
- switch to gmpy2; thanks to Martin Kelly for the report; Closes: #731205
Modified:
packages/mpmath/trunk/debian/changelog
packages/mpmath/trunk/debian/control
Modified: packages/mpmath/trunk/debian/changelog
===================================================================
--- packages/mpmath/trunk/debian/changelog 2014-01-01 17:15:44 UTC (rev 26944)
+++ packages/mpmath/trunk/debian/changelog 2014-01-01 19:09:57 UTC (rev 26945)
@@ -1,3 +1,10 @@
+mpmath (0.17-4) UNRELEASED; urgency=low
+
+ * debian/control
+ - switch to gmpy2; thanks to Martin Kelly for the report; Closes: #731205
+
+ -- Sandro Tosi <morph at debian.org> Wed, 01 Jan 2014 20:09:07 +0100
+
mpmath (0.17-3) unstable; urgency=low
[ Sandro Tosi ]
Modified: packages/mpmath/trunk/debian/control
===================================================================
--- packages/mpmath/trunk/debian/control 2014-01-01 17:15:44 UTC (rev 26944)
+++ packages/mpmath/trunk/debian/control 2014-01-01 19:09:57 UTC (rev 26945)
@@ -14,7 +14,7 @@
Package: python-mpmath
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
-Suggests: python-gmpy (>= 1.03), python-matplotlib, python-mpmath-doc
+Suggests: python-gmpy2, python-matplotlib, python-mpmath-doc
Description: library for arbitrary-precision floating-point arithmetic
Mpmath is a pure-Python library for multiprecision floating-point
arithmetic. It provides an extensive set of transcendental functions,
@@ -43,7 +43,7 @@
Package: python3-mpmath
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
-#Suggests: python-gmpy (>= 1.03), python-matplotlib, python-mpmath-doc
+Suggests: python3-gmpy2, python3-matplotlib, python-mpmath-doc
Description: library for arbitrary-precision floating-point arithmetic (Python3)
Mpmath is a pure-Python library for multiprecision floating-point
arithmetic. It provides an extensive set of transcendental functions,
More information about the Python-modules-commits
mailing list