[Python-modules-commits] r33725 - in packages/numpy/trunk/debian (changelog control)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed Aug 12 19:48:19 UTC 2015


    Date: Wednesday, August 12, 2015 @ 19:48:18
  Author: morph
Revision: 33725

* debian/control
  - require nose version 1.0 or later

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

Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog	2015-08-12 19:32:17 UTC (rev 33724)
+++ packages/numpy/trunk/debian/changelog	2015-08-12 19:48:18 UTC (rev 33725)
@@ -5,8 +5,10 @@
     - refreshed for new upstream code
   * debian/versions
     - bump API version to 10
+  * debian/control
+    - require nose version 1.0 or later
 
- -- Sandro Tosi <morph at debian.org>  Wed, 12 Aug 2015 18:55:48 +0100
+ -- Sandro Tosi <morph at debian.org>  Wed, 12 Aug 2015 20:48:00 +0100
 
 python-numpy (1:1.9.2-2) unstable; urgency=medium
 

Modified: packages/numpy/trunk/debian/control
===================================================================
--- packages/numpy/trunk/debian/control	2015-08-12 19:32:17 UTC (rev 33724)
+++ packages/numpy/trunk/debian/control	2015-08-12 19:48:18 UTC (rev 33725)
@@ -12,11 +12,11 @@
                liblapack-dev [!arm !m68k],
                python-all-dbg,
                python-all-dev,
-               python-nose,
+               python-nose (>= 1.0),
                python-tz,
                python3-all-dbg,
                python3-all-dev,
-               python3-nose,
+               python3-nose (>= 1.0),
                python3-tz
 Build-Depends-Indep: python-docutils,
                      python-matplotlib,
@@ -35,7 +35,7 @@
 Suggests: gcc (>= 4:4.6.1-5),
           gfortran,
           python-dev,
-          python-nose (>= 0.10.1),
+          python-nose (>= 1.0),
           python-numpy-dbg,
           python-numpy-doc
 Provides: python-f2py, python-numpy-dev, ${numpy:Provides}, ${python:Provides}
@@ -78,7 +78,7 @@
           gfortran,
           python-numpy-doc,
           python3-dev,
-          python3-nose (>= 0.10.1),
+          python3-nose (>= 1.0),
           python3-numpy-dbg
 Provides: python3-f2py,
           python3-numpy-dev,




More information about the Python-modules-commits mailing list