py-numpy: updated to 1.19.2
1.19.2: TST: Change aarch64 to arm64 in travis.yml. MAINT: Configure hypothesis in ``np.test()`` for determinism,... BLD: pin setuptools < 49.2.0 ENH: Add NumPy declarations to be used by Cython 3.0+ BUG: Remove non-threadsafe sigint handling from fft calculation BUG: core: fix ilp64 blas dot/vdot/... for strides > int32 max DOC: Use SPDX license expressions with correct license DOC: Fix the link to the quick-start in the old API functions BUG: fix pickling of arrays larger than 2GiB
This commit is contained in:
parent
4af1cfc8ff
commit
dd4a32d011
3 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.69 2020/08/11 05:58:29 mef Exp $
|
||||
# $NetBSD: Makefile,v 1.70 2020/10/02 07:44:15 adam Exp $
|
||||
|
||||
DISTNAME= numpy-1.19.1
|
||||
DISTNAME= numpy-1.19.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=n/numpy/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.29 2020/08/05 14:05:45 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.30 2020/10/02 07:44:15 adam Exp $
|
||||
bin/f2py${PYVERSSUFFIX}
|
||||
${PLIST.py2x}bin/f2py2
|
||||
${PLIST.py3x}bin/f2py3
|
||||
|
@ -12,6 +12,7 @@ ${PYSITELIB}/numpy/LICENSE.txt
|
|||
${PYSITELIB}/numpy/__config__.py
|
||||
${PYSITELIB}/numpy/__config__.pyc
|
||||
${PYSITELIB}/numpy/__config__.pyo
|
||||
${PYSITELIB}/numpy/__init__.cython-30.pxd
|
||||
${PYSITELIB}/numpy/__init__.pxd
|
||||
${PYSITELIB}/numpy/__init__.py
|
||||
${PYSITELIB}/numpy/__init__.pyc
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.52 2020/08/05 14:05:45 adam Exp $
|
||||
$NetBSD: distinfo,v 1.53 2020/10/02 07:44:15 adam Exp $
|
||||
|
||||
SHA1 (numpy-1.19.1.zip) = 0d6b62fbf723f5d91ab289766a252a30467609f1
|
||||
RMD160 (numpy-1.19.1.zip) = c322caeef537a5503729078034e1461a2e6592ef
|
||||
SHA512 (numpy-1.19.1.zip) = ddc5f5e262d6f7f6e1a8879165860427baa237b6aad5b09d5b943a36bb0d5922424aac4c0e32a2cc3e14087bf6eb671988b6ff6df0d9ab8c89724e093220eead
|
||||
Size (numpy-1.19.1.zip) = 7301568 bytes
|
||||
SHA1 (numpy-1.19.2.zip) = 91073326e6241846ceabef8bc8ec1166336a10b0
|
||||
RMD160 (numpy-1.19.2.zip) = 8392ca92eb776f05369c058a8b5da32d8359ef92
|
||||
SHA512 (numpy-1.19.2.zip) = 56ae348f08818e30b6675df7d41a2b03687af452d7a96356fccfce2994843c7b61918946381c3af25fe03f209413d0378ee691fc38d805491a12c464e49bb59c
|
||||
Size (numpy-1.19.2.zip) = 7310530 bytes
|
||||
SHA1 (patch-numpy_distutils_fcompiler_____init____.py) = 49d070da5b48bd9818b37ac3254341fa68503c53
|
||||
SHA1 (patch-numpy_distutils_fcompiler_g95.py) = be73b64a3e551df998b6a904d6db762bf28a98ed
|
||||
SHA1 (patch-numpy_distutils_fcompiler_gnu.py) = 1d62e1c5e35de0f2cf975de38f62df7f10c71d74
|
||||
|
|
Loading…
Reference in a new issue