pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-numpy py-numpy: updated to 1.16.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a49cea88ac32
branches:  trunk
changeset: 320359:a49cea88ac32
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Mar 04 09:09:46 2019 +0000

description:
py-numpy: updated to 1.16.2

1.16.2:
TST: fix vmImage dispatch in Azure
MAINT: remove complicated test of multiarray import failure mode
BUG: fix signed zero behavior in npy_divmod
MAINT: Add functions to parse shell-strings in the platform-native...
BUG: Fix regression in parsing of F90 and F77 environment variables
BUG: parse shell escaping in extra_compile_args and extra_link_args
BLD: Windows absolute path DLL loading

diffstat:

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

diffs (65 lines):

diff -r d6915a77f9dd -r a49cea88ac32 math/py-numpy/Makefile
--- a/math/py-numpy/Makefile    Mon Mar 04 08:41:15 2019 +0000
+++ b/math/py-numpy/Makefile    Mon Mar 04 09:09:46 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2019/02/01 09:24:24 adam Exp $
+# $NetBSD: Makefile,v 1.59 2019/03/04 09:09:46 adam Exp $
 
-DISTNAME=      numpy-1.16.1
+DISTNAME=      numpy-1.16.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/numpy/}
diff -r d6915a77f9dd -r a49cea88ac32 math/py-numpy/PLIST
--- a/math/py-numpy/PLIST       Mon Mar 04 08:41:15 2019 +0000
+++ b/math/py-numpy/PLIST       Mon Mar 04 09:09:46 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2019/02/01 09:24:24 adam Exp $
+@comment $NetBSD: PLIST,v 1.26 2019/03/04 09:09:46 adam Exp $
 bin/f2py${PYVERSSUFFIX}
 ${PLIST.py2x}bin/f2py2
 ${PLIST.py3x}bin/f2py3
@@ -63,7 +63,6 @@
 ${PYSITELIB}/numpy/core/_methods.py
 ${PYSITELIB}/numpy/core/_methods.pyc
 ${PYSITELIB}/numpy/core/_methods.pyo
-${PYSITELIB}/numpy/core/_multiarray_module_test.so
 ${PYSITELIB}/numpy/core/_multiarray_tests.so
 ${PYSITELIB}/numpy/core/_multiarray_umath.so
 ${PYSITELIB}/numpy/core/_operand_flag_tests.so
@@ -222,6 +221,9 @@
 ${PYSITELIB}/numpy/distutils/__version__.py
 ${PYSITELIB}/numpy/distutils/__version__.pyc
 ${PYSITELIB}/numpy/distutils/__version__.pyo
+${PYSITELIB}/numpy/distutils/_shell_utils.py
+${PYSITELIB}/numpy/distutils/_shell_utils.pyc
+${PYSITELIB}/numpy/distutils/_shell_utils.pyo
 ${PYSITELIB}/numpy/distutils/ccompiler.py
 ${PYSITELIB}/numpy/distutils/ccompiler.pyc
 ${PYSITELIB}/numpy/distutils/ccompiler.pyo
@@ -403,6 +405,7 @@
 ${PYSITELIB}/numpy/distutils/tests/test_from_template.py
 ${PYSITELIB}/numpy/distutils/tests/test_misc_util.py
 ${PYSITELIB}/numpy/distutils/tests/test_npy_pkg_config.py
+${PYSITELIB}/numpy/distutils/tests/test_shell_utils.py
 ${PYSITELIB}/numpy/distutils/tests/test_system_info.py
 ${PYSITELIB}/numpy/distutils/unixccompiler.py
 ${PYSITELIB}/numpy/distutils/unixccompiler.pyc
diff -r d6915a77f9dd -r a49cea88ac32 math/py-numpy/distinfo
--- a/math/py-numpy/distinfo    Mon Mar 04 08:41:15 2019 +0000
+++ b/math/py-numpy/distinfo    Mon Mar 04 09:09:46 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.41 2019/02/01 09:24:24 adam Exp $
+$NetBSD: distinfo,v 1.42 2019/03/04 09:09:46 adam Exp $
 
-SHA1 (numpy-1.16.1.zip) = 49787ce8e31aff103a7b182749abc3c0249b7f72
-RMD160 (numpy-1.16.1.zip) = dd59773e393c7a41c7286b2ca93e13a415c830ec
-SHA512 (numpy-1.16.1.zip) = e4adce4f40a3cb6ac482f82db9fcd079179b03b0e878920cfc7d98b9f622adab997c68af892b209f417d5f31b4123a1c5ff5c07cf5b0aaa496d8be6c8354bde8
-Size (numpy-1.16.1.zip) = 5070040 bytes
+SHA1 (numpy-1.16.2.zip) = 66118ac36bc60447d5ac0d0062728efdbe00c0c5
+RMD160 (numpy-1.16.2.zip) = 87cdc60e150a2af09fa965a7fab5bc5274264dea
+SHA512 (numpy-1.16.2.zip) = 5edd460c0948f424d8deb72f44a33db8ac6a973859b25c824533330dccb4f844197a437e945cd382760bbb6983fd120b08c949ac437973a915246024a8ebc911
+Size (numpy-1.16.2.zip) = 5072757 bytes
 SHA1 (patch-numpy_distutils_fcompiler_____init____.py) = 49d070da5b48bd9818b37ac3254341fa68503c53
 SHA1 (patch-numpy_distutils_fcompiler_g95.py) = be73b64a3e551df998b6a904d6db762bf28a98ed
 SHA1 (patch-numpy_distutils_fcompiler_gnu.py) = db8d3238c618ecd5900650a2150efb9459e94e96



Home | Main Index | Thread Index | Old Index