pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-numpy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar 20 13:50:01 UTC 2017

Modified Files:
        pkgsrc/math/py-numpy: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/math/py-numpy/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/math/py-numpy/PLIST
cvs rdiff -u -r1.19 -r1.20 pkgsrc/math/py-numpy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-numpy/Makefile
diff -u pkgsrc/math/py-numpy/Makefile:1.38 pkgsrc/math/py-numpy/Makefile:1.39
--- pkgsrc/math/py-numpy/Makefile:1.38  Sun Jan 22 14:43:24 2017
+++ pkgsrc/math/py-numpy/Makefile       Mon Mar 20 13:50:01 2017
@@ -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

Index: pkgsrc/math/py-numpy/PLIST
diff -u pkgsrc/math/py-numpy/PLIST:1.17 pkgsrc/math/py-numpy/PLIST:1.18
--- pkgsrc/math/py-numpy/PLIST:1.17     Sun Jan 22 14:43:24 2017
+++ pkgsrc/math/py-numpy/PLIST  Mon Mar 20 13:50:01 2017
@@ -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/
 ${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

Index: pkgsrc/math/py-numpy/distinfo
diff -u pkgsrc/math/py-numpy/distinfo:1.19 pkgsrc/math/py-numpy/distinfo:1.20
--- pkgsrc/math/py-numpy/distinfo:1.19  Sun Jan 22 14:43:24 2017
+++ pkgsrc/math/py-numpy/distinfo       Mon Mar 20 13:50:01 2017
@@ -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