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:   adam
Date:           Wed May 12 08:12:10 UTC 2021

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

Log Message:
py-numpy: updated to 1.20.3

1.20.3:
BUG: Correct ``datetime64`` missing type overload for ``datetime.date``
MAINT: Remove ``__all__`` in favor of explicit re-exports
BLD: Strip extra newline when dumping gfortran version on MacOS
BUG: fix segfault in object/longdouble operations
MAINT: Use towncrier build explicitly
MAINT: Relax certain integer-type constraints
MAINT: Remove unsafe unions and ABCs from return-annotations
MAINT: Allow more recursion depth for scalar tests.
BUG: Initialize the full nditer buffer in case of error
BLD: remove unnecessary flag ``-faltivec`` on macOS
MAINT, CI: treats _SIMD module build warnings as errors through...
BUG: for MINGW, threads.h existence test requires GLIBC > 2.12
BUG: Make changelog recognize gh- as a PR number prefix.
REL, DOC: Prepare for the NumPy 1.20.3 release.
BUG: Fix failing mypy test in 1.20.x.


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/math/py-numpy/Makefile
cvs rdiff -u -r1.61 -r1.62 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.80 pkgsrc/math/py-numpy/Makefile:1.81
--- pkgsrc/math/py-numpy/Makefile:1.80  Wed May  5 06:27:45 2021
+++ pkgsrc/math/py-numpy/Makefile       Wed May 12 08:12:10 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.80 2021/05/05 06:27:45 wiz Exp $
+# $NetBSD: Makefile,v 1.81 2021/05/12 08:12:10 adam Exp $
 
-DISTNAME=      numpy-1.20.2
+DISTNAME=      numpy-1.20.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/numpy/}

Index: pkgsrc/math/py-numpy/distinfo
diff -u pkgsrc/math/py-numpy/distinfo:1.61 pkgsrc/math/py-numpy/distinfo:1.62
--- pkgsrc/math/py-numpy/distinfo:1.61  Mon May  3 17:15:22 2021
+++ pkgsrc/math/py-numpy/distinfo       Wed May 12 08:12:10 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.61 2021/05/03 17:15:22 adam Exp $
+$NetBSD: distinfo,v 1.62 2021/05/12 08:12:10 adam Exp $
 
-SHA1 (numpy-1.20.2.zip) = 12b7a872c4d2ddcb22b5796f19ba4349e4fe0038
-RMD160 (numpy-1.20.2.zip) = b931f92e9830a79d51f705218b8dd0ded49ae7ba
-SHA512 (numpy-1.20.2.zip) = 337a66d68c965da06f757a89b58d30b83ec0b2f3c7a3bb39496e5031e50fee6c4f2ec090202c3da9a20613864ea46d032ae75af1de5c33eebe515133ef37d40c
-Size (numpy-1.20.2.zip) = 7756879 bytes
+SHA1 (numpy-1.20.3.zip) = 56731f9eedf3bd42de2940515cfe3fadea7dfcca
+RMD160 (numpy-1.20.3.zip) = 1ca729de5134bcc647e5634f1bc0a4edd03ef1b3
+SHA512 (numpy-1.20.3.zip) = 897be1cd6f3880711149dcedd838357e2d937a3c5f36b2a0db6ceed341654acf96b8b775610e1b43bdb6eacb987bbc51aaa8906244ca02cc8c2eae359ccef405
+Size (numpy-1.20.3.zip) = 7761912 bytes
 SHA1 (patch-numpy_core_setup.py) = 70db6193da36d31a085036e2b61b154e990f70de
 SHA1 (patch-numpy_distutils_fcompiler_____init____.py) = 49d070da5b48bd9818b37ac3254341fa68503c53
 SHA1 (patch-numpy_distutils_fcompiler_g95.py) = be73b64a3e551df998b6a904d6db762bf28a98ed



Home | Main Index | Thread Index | Old Index