diff options
author | wiz <wiz@pkgsrc.org> | 2017-03-20 13:50:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-03-20 13:50:01 +0000 |
commit | 72956037d0acaf64fbda2bb47710c31f81b65703 (patch) | |
tree | 8866fa0fc6c4090d4187a49a02b287cd3888d4dd /math | |
parent | 88d6ba8b0b70a5aeda693344b5eb600e02f55652 (diff) | |
download | pkgsrc-72956037d0acaf64fbda2bb47710c31f81b65703.tar.gz |
Updated py-numpy to 1.12.1.
NumPy 1.12.1 supports Python 2.7 and 3.4 - 3.6 and fixes bugs and regressions
found in NumPy 1.12.0. In particular, the regression in f2py constant parsing
is fixed.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-numpy/Makefile | 4 | ||||
-rw-r--r-- | math/py-numpy/PLIST | 4 | ||||
-rw-r--r-- | math/py-numpy/distinfo | 10 |
3 files changed, 10 insertions, 8 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index ec5fabb9654..7de3daa714b 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2017/01/22 14:43:24 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2017/03/20 13:50:01 wiz Exp $ -DISTNAME= numpy-1.12.0 +DISTNAME= numpy-1.12.1 GITHUB_PROJECT= numpy PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math python diff --git a/math/py-numpy/PLIST b/math/py-numpy/PLIST index e5cd7c25c2b..c4da310cea7 100644 --- a/math/py-numpy/PLIST +++ b/math/py-numpy/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2017/01/22 14:43:24 wiz Exp $ +@comment $NetBSD: PLIST,v 1.18 2017/03/20 13:50:01 wiz Exp $ bin/f2py${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -467,7 +467,9 @@ ${PYSITELIB}/numpy/f2py/tests/src/mixed/foo.f ${PYSITELIB}/numpy/f2py/tests/src/mixed/foo_fixed.f90 ${PYSITELIB}/numpy/f2py/tests/src/mixed/foo_free.f90 ${PYSITELIB}/numpy/f2py/tests/src/parameter/constant_both.f90 +${PYSITELIB}/numpy/f2py/tests/src/parameter/constant_compound.f90 ${PYSITELIB}/numpy/f2py/tests/src/parameter/constant_integer.f90 +${PYSITELIB}/numpy/f2py/tests/src/parameter/constant_non_compound.f90 ${PYSITELIB}/numpy/f2py/tests/src/parameter/constant_real.f90 ${PYSITELIB}/numpy/f2py/tests/src/regression/inout.f90 ${PYSITELIB}/numpy/f2py/tests/src/size/foo.f90 diff --git a/math/py-numpy/distinfo b/math/py-numpy/distinfo index 7cca157011c..e0518186988 100644 --- a/math/py-numpy/distinfo +++ b/math/py-numpy/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.19 2017/01/22 14:43:24 wiz Exp $ +$NetBSD: distinfo,v 1.20 2017/03/20 13:50:01 wiz Exp $ -SHA1 (numpy-1.12.0.tar.gz) = 9dae453e2201304954c0ab076db7d409c6695ce3 -RMD160 (numpy-1.12.0.tar.gz) = 98e578808dcc8f5e982e788112777087a7810a09 -SHA512 (numpy-1.12.0.tar.gz) = 30f0c163445b7e720015889195af9998bbae24dddb6639d73709d84929d92dfe4b39f9d51895e049f7cd1ffa32949807bbe314e369092c0cf4ef8e7f52eee49c -Size (numpy-1.12.0.tar.gz) = 4482082 bytes +SHA1 (numpy-1.12.1.tar.gz) = d7664803ffcbb07db9275d08cf9e0a55dad327d3 +RMD160 (numpy-1.12.1.tar.gz) = 059590c2379bb403fc03cc511dc8fb5e22042f93 +SHA512 (numpy-1.12.1.tar.gz) = 587ff43161cf05f7c01236c72f31185d1e120b1cd3004ed010ee2a541d91c33ceca57b073ec9f806cfa5f060e0e5213f720c9e3a1315ba1873b311a9655005b1 +Size (numpy-1.12.1.tar.gz) = 4484212 bytes SHA1 (patch-aa) = c964fa13fb120b1b0f9d0bf5bc713507cd60b945 SHA1 (patch-ab) = b421455fdbb666c8075d8bffbeb59533434d23e6 SHA1 (patch-numpy_core_src_multiarray_numpyos.c) = acd97c7bae3419be4cb2e706d1989abe7e02c807 |