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: Mon Sep 12 08:05:45 UTC 2022
Modified Files:
pkgsrc/math/py-numpy: Makefile distinfo
Log Message:
py-numpy: updated to 1.23.3
1.23.3
BLD: Add Python 3.11 wheels to aarch64 build
MAINT: Update setup.py for Python 3.11.
CI: Test NumPy build against old versions of GCC(6, 7, 8)
MAINT: support IBM i system
BUG: Fix circleci build
BUG: Expose heapsort algorithms in a shared header
BUG: Support using libunwind for backtrack
MAINT: fix an incorrect pointer type usage in f2py
BUG: change overloads to play nice with pyright.
TST,BUG: Use fork context to fix MacOS savez test
TYP,BUG: Reduce argument validation in C-based ``__class_getitem__``
TST: ensure ``np.equal.reduce`` raises a ``TypeError``
BUG: Fix the implementation of numpy.array_api.vecdot
BUG: Better report integer division overflow (backport)
To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/math/py-numpy/Makefile
cvs rdiff -u -r1.76 -r1.77 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.98 pkgsrc/math/py-numpy/Makefile:1.99
--- pkgsrc/math/py-numpy/Makefile:1.98 Wed Sep 7 15:11:56 2022
+++ pkgsrc/math/py-numpy/Makefile Mon Sep 12 08:05:45 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.98 2022/09/07 15:11:56 adam Exp $
+# $NetBSD: Makefile,v 1.99 2022/09/12 08:05:45 adam Exp $
-DISTNAME= numpy-1.23.2
+DISTNAME= numpy-1.23.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.76 pkgsrc/math/py-numpy/distinfo:1.77
--- pkgsrc/math/py-numpy/distinfo:1.76 Wed Sep 7 15:11:56 2022
+++ pkgsrc/math/py-numpy/distinfo Mon Sep 12 08:05:45 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.76 2022/09/07 15:11:56 adam Exp $
+$NetBSD: distinfo,v 1.77 2022/09/12 08:05:45 adam Exp $
-BLAKE2s (numpy-1.23.2.tar.gz) = 780add5f3450d4140fc24382ba5f2be877d59e8e0ef7e985105c1770610a2513
-SHA512 (numpy-1.23.2.tar.gz) = ac5ed21887d41c94d395bfee2bb5492453b375344e43a9944224dac2eb13c6ad7477aa7a626d032d27b1c610e269232998ecc77a327da887748e794bf28c3feb
-Size (numpy-1.23.2.tar.gz) = 10719306 bytes
+BLAKE2s (numpy-1.23.3.tar.gz) = d3eb178fc950f05d421e8071635cb356cd180444e7a7a6e7f5770232e3b59202
+SHA512 (numpy-1.23.3.tar.gz) = e690ea2906c91e567df2c801fbfe41652dabd37208faa99d6e068bda423dcc9f88be013478e9b6c1a339c36ef4c44b07a067d44e4e9c4b2e4f1344cbcb0598a9
+Size (numpy-1.23.3.tar.gz) = 10726039 bytes
SHA1 (patch-numpy_core_include_numpy_npy__common.h) = 354e336b98f634b6298d0b1d0e85ef1a9d240bff
SHA1 (patch-numpy_core_setup.py) = 01f90b7eb700cfa51edded31498c2de4c3850848
SHA1 (patch-numpy_core_src_npymath_npy__math__private.h) = e3b8e751fd0b6b6c6794d714aa5f60dfe9d7f421
Home |
Main Index |
Thread Index |
Old Index