[Python-modules-commits] r26382 - 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:54:23 UTC 2013


    Date: Sunday, November 3, 2013 @ 20:54:21
  Author: jtaylor-guest
Revision: 26382

relax python3-numpy requirement to 1.7.2

not available in debian but might be relevant for backports

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:41:46 UTC (rev 26381)
+++ packages/scipy/trunk/debian/changelog	2013-11-03 20:54:21 UTC (rev 26382)
@@ -2,7 +2,7 @@
 
   * New upstream release
   * update X-Python-Version to >= 2.6
-  * require python3-numpy (>= 1:1.8.0) for hashing fixes
+  * require python3-numpy (>= 1:1.7.2) for hashing fixes
   * bump standard to 3.9.5, no changes required
 
  -- 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:41:46 UTC (rev 26381)
+++ packages/scipy/trunk/debian/control	2013-11-03 20:54:21 UTC (rev 26382)
@@ -24,7 +24,7 @@
                python3-all-dev,
                python3-decorator,
                python3-nose,
-               python3-numpy (>= 1:1.8.0),
+               python3-numpy (>= 1:1.7.2),
                python3-numpy-dbg,
                python3-six,
                swig
@@ -59,7 +59,7 @@
 Package: python3-scipy
 Architecture: any
 Depends: python3-decorator,
-         python3-numpy (>= 1:1.8.0),
+         python3-numpy (>= 1:1.7.2),
          python3-six (>= 1.3.0),
          ${misc:Depends},
          ${python3:Depends},
@@ -104,7 +104,7 @@
 Section: debug
 Architecture: any
 Depends: python3-dbg,
-         python3-numpy-dbg (>= 1:1.8.0),
+         python3-numpy-dbg (>= 1:1.7.2),
          python3-scipy (= ${binary:Version}),
          ${misc:Depends},
          ${python3:Depends},




More information about the Python-modules-commits mailing list