Revision
141200
Author
michaelld@macports.org
Date
2015-10-12 09:48:14 -0700 (Mon, 12 Oct 2015)

Log Message

py*-numpy: update to 1.10.1.

Modified Paths

Diff

Modified: trunk/dports/python/py-numpy/Portfile (141199 => 141200)


--- trunk/dports/python/py-numpy/Portfile	2015-10-12 16:34:39 UTC (rev 141199)
+++ trunk/dports/python/py-numpy/Portfile	2015-10-12 16:48:14 UTC (rev 141200)
@@ -6,7 +6,7 @@
 PortGroup               github 1.0
 PortGroup               compilers 1.0
 
-github.setup            numpy numpy 1.10.0 v
+github.setup            numpy numpy 1.10.1 v
 name                    py-numpy
 categories-append       math
 license                 BSD
@@ -15,8 +15,8 @@
 description             The core utilities for the scientific library scipy for Python
 long_description        ${description}
 
-checksums               rmd160 57408d0b112e283569294d5068d0b390fe70a9c3 \
-                        sha256 2be94310588ba48fd3bf77ca32615401fdec22c43a8333700513da0506fd9f0e
+checksums               rmd160 8635b0d5e9e1744dd444927cbcfc7be29ffeaad7 \
+                        sha256 53425e0f53900f9206f0f71f7209524011c0e5140cfda0ce6b2147272f395723
 
 python.versions         26 27 33 34 35