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

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Sun Nov 3 20:39:55 UTC 2013


    Date: Sunday, November 3, 2013 @ 20:39:54
  Author: jtaylor-guest
Revision: 26379

dependency version updates

* update X-Python-Version to >= 2.6
* require python3-numpy (>= 1:1.8.0) for hashing fixes

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

Modified: packages/scipy/trunk/debian/changelog
===================================================================
--- packages/scipy/trunk/debian/changelog	2013-11-03 20:39:44 UTC (rev 26378)
+++ packages/scipy/trunk/debian/changelog	2013-11-03 20:39:54 UTC (rev 26379)
@@ -1,6 +1,8 @@
 python-scipy (0.13.0-1) experimental; urgency=low
 
   * New upstream release
+  * update X-Python-Version to >= 2.6
+  * require python3-numpy (>= 1:1.8.0) for hashing fixes
 
  -- Julian Taylor <jtaylor.debian at googlemail.com>  Mon, 21 Oct 2013 18:59:29 +0200
 

Modified: packages/scipy/trunk/debian/control
===================================================================
--- packages/scipy/trunk/debian/control	2013-11-03 20:39:44 UTC (rev 26378)
+++ packages/scipy/trunk/debian/control	2013-11-03 20:39:54 UTC (rev 26379)
@@ -12,7 +12,7 @@
                libblas-dev,
                liblapack-dev,
                libsuitesparse-dev (>= 3.1.0-3),
-               python-all-dbg (>= 2.5.4-1~),
+               python-all-dbg,
                python-all-dev (>= 2.6.6-3~),
                python-decorator,
                python-mako,
@@ -24,11 +24,11 @@
                python3-all-dev,
                python3-decorator,
                python3-nose,
-               python3-numpy (>= 1:1.6.2~rc1-1~),
+               python3-numpy (>= 1:1.8.0),
                python3-numpy-dbg,
                python3-six,
                swig
-X-Python-Version: >= 2.4
+X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.1
 Standards-Version: 3.9.4
 Homepage: http://www.scipy.org/
@@ -59,6 +59,7 @@
 Package: python3-scipy
 Architecture: any
 Depends: python3-decorator,
+         python3-numpy (>= 1:1.8.0),
          python3-six (>= 1.3.0),
          ${misc:Depends},
          ${python3:Depends},
@@ -103,7 +104,7 @@
 Section: debug
 Architecture: any
 Depends: python3-dbg,
-         python3-numpy-dbg,
+         python3-numpy-dbg (>= 1:1.8.0),
          python3-scipy (= ${binary:Version}),
          ${misc:Depends},
          ${python3:Depends},




More information about the Python-modules-commits mailing list