[Python-modules-commits] r6367 - in packages/mpmath/trunk/debian (changelog control)
morph-guest at users.alioth.debian.org
morph-guest at users.alioth.debian.org
Tue Aug 26 21:09:30 UTC 2008
Date: Tuesday, August 26, 2008 @ 21:09:29
Author: morph-guest
Revision: 6367
set version for python-gmpy suggests; enhance descriptions
Modified:
packages/mpmath/trunk/debian/changelog
packages/mpmath/trunk/debian/control
Modified: packages/mpmath/trunk/debian/changelog
===================================================================
--- packages/mpmath/trunk/debian/changelog 2008-08-26 18:44:49 UTC (rev 6366)
+++ packages/mpmath/trunk/debian/changelog 2008-08-26 21:09:29 UTC (rev 6367)
@@ -1,3 +1,12 @@
+mpmath (0.9-2) unstable; urgency=low
+
+ * debian/control
+ - added minimal version for python-gmpy (1.03)
+ - removed capitalization from short description
+ - removed additional spaces from long description
+
+ -- Sandro Tosi <matrixhasu at gmail.com> Tue, 26 Aug 2008 20:29:17 +0200
+
mpmath (0.9-1) unstable; urgency=low
[ Sandro Tosi ]
Modified: packages/mpmath/trunk/debian/control
===================================================================
--- packages/mpmath/trunk/debian/control 2008-08-26 18:44:49 UTC (rev 6366)
+++ packages/mpmath/trunk/debian/control 2008-08-26 21:09:29 UTC (rev 6367)
@@ -14,15 +14,15 @@
Package: python-mpmath
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, libjs-jquery
-Suggests: python-gmpy
-Description: Library for arbitrary-precision floating-point arithmetic
+Suggests: python-gmpy (>= 1.03)
+Description: library for arbitrary-precision floating-point arithmetic
Its features include:
.
- * Fair performance -- typically 10-100x faster than Python's
+ * Fair performance -- typically 10-100x faster than Python's
decimal library
- * Transcendental functions -- all functions from Python's math and
+ * Transcendental functions -- all functions from Python's math and
cmath modules, plus a few more like gamma, factorial, erf
* Complex numbers -- with support for transcendental functions
- * Directed rounding -- floor, ceiling, down, up, half-down,
+ * Directed rounding -- floor, ceiling, down, up, half-down,
half-up, half-even
* Unlimited exponents -- no overflow or underflow
More information about the Python-modules-commits
mailing list