[Python-modules-commits] r5673 - in packages/scipy/trunk/debian (changelog control)

certik-guest at users.alioth.debian.org certik-guest at users.alioth.debian.org
Mon Jun 16 20:59:55 UTC 2008


    Date: Monday, June 16, 2008 @ 20:59:54
  Author: certik-guest
Revision: 5673

The SciPy description fixed

Modified:
  packages/scipy/trunk/debian/changelog
  packages/scipy/trunk/debian/control

Modified: packages/scipy/trunk/debian/changelog
===================================================================
--- packages/scipy/trunk/debian/changelog	2008-06-16 18:52:14 UTC (rev 5672)
+++ packages/scipy/trunk/debian/changelog	2008-06-16 20:59:54 UTC (rev 5673)
@@ -1,3 +1,9 @@
+python-scipy (0.6.0-12) unstable; urgency=low
+
+  * The description updated to match the current SciPy.
+
+ -- Ondrej Certik <ondrej at certik.cz>  Mon, 16 Jun 2008 22:58:01 +0200
+
 python-scipy (0.6.0-11.1) unstable; urgency=low
 
   * Non-maintainer upload.

Modified: packages/scipy/trunk/debian/control
===================================================================
--- packages/scipy/trunk/debian/control	2008-06-16 18:52:14 UTC (rev 5672)
+++ packages/scipy/trunk/debian/control	2008-06-16 20:59:54 UTC (rev 5673)
@@ -21,13 +21,16 @@
 Depends: ${python:Depends}, python-numpy (>= 1:1.0.2), ${shlibs:Depends}, python-imaging (>= 1.1.6-1)
 Provides: ${python:Provides}
 Recommends: g++ | c++-compiler
-Suggests: python-profiler 
+Suggests: python-profiler
 Conflicts: python-scipy-core, python2.3-scipy-core, python2.4-scipy-core, python2.3-scipy, python2.4-scipy
 Replaces: python-scipy-core, python2.3-scipy-core, python2.4-scipy-core, python2.3-scipy, python2.4-scipy
 Description: scientific tools for Python
- SciPy supplements the python-numpy module, gathering a variety of high
- level science and engineering modules together as a single package.
+ SciPy supplements the popular NumPy module (python-numpy package), gathering a
+ variety of high level science and engineering modules together as a single
+ package.
  .
- SciPy includes modules for graphics and plotting, optimization, integration,
- special functions, signal and image processing, genetic algorithms, ODE
- solvers, and others.
+ SciPy is a set of Open Source scientific and numeric tools for Python. It
+ currently supports special functions, integration, ordinary differential
+ equation (ODE) solvers, gradient optimization, genetic algorithms, parallel
+ programming tools, an expression-to-C++ compiler for fast execution, and
+ others.




More information about the Python-modules-commits mailing list