pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-numpy Updated py-numpy to 1.12.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9087d3932098
branches:  trunk
changeset: 359934:9087d3932098
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Mar 20 13:50:01 2017 +0000

description:
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:

 math/py-numpy/Makefile |   4 ++--
 math/py-numpy/PLIST    |   4 +++-
 math/py-numpy/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (49 lines):

diff -r d540297a6474 -r 9087d3932098 math/py-numpy/Makefile
--- a/math/py-numpy/Makefile    Mon Mar 20 13:48:48 2017 +0000
+++ b/math/py-numpy/Makefile    Mon Mar 20 13:50:01 2017 +0000
@@ -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 -r d540297a6474 -r 9087d3932098 math/py-numpy/PLIST
--- a/math/py-numpy/PLIST       Mon Mar 20 13:48:48 2017 +0000
+++ b/math/py-numpy/PLIST       Mon Mar 20 13:50:01 2017 +0000
@@ -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_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 -r d540297a6474 -r 9087d3932098 math/py-numpy/distinfo
--- a/math/py-numpy/distinfo    Mon Mar 20 13:48:48 2017 +0000
+++ b/math/py-numpy/distinfo    Mon Mar 20 13:50:01 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index