Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-numpy
Commits:
1924a860 by Antonio Rojas at 2026-02-01T10:21:00+01:00
upgpkg: 2.4.2-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-numpy
pkgdesc = Scientific tools for Python
- pkgver = 2.4.1
+ pkgver = 2.4.2
pkgrel = 1
url = https://www.numpy.org/
arch = x86_64
@@ -18,14 +18,14 @@ pkgbase = python-numpy
depends = lapack
depends = python
optdepends = blas-openblas: faster linear algebra
- source = git+https://github.com/numpy/numpy#tag=v2.4.1
+ source = git+https://github.com/numpy/numpy#tag=v2.4.2
source = numpy-meson::git+https://github.com/numpy/meson.git
source = numpy-highway::git+https://github.com/google/highway.git
source = numpy-x86-simd-sort::git+https://github.com/intel/x86-simd-sort
source = numpy-pocketfft::git+https://github.com/mreineck/pocketfft
source = numpy-svml::git+https://github.com/numpy/SVML.git
source =
numpy-pythoncapi-compat::git+https://github.com/python/pythoncapi-compat
- sha512sums =
cd6459f1087752714771b0194bf24ca6e404b8453413c2ae6afaf4d03cc34cd673eec506e8556936a455fcf2f55dee7ffa7f596b841aaa9fdc2365a3861b9a1d
+ sha512sums =
13fa8aa7b69a57921cf709c0146fb835cb2cd20b2953b8b58ca82ba49e21d22084a806c416a01842f399619f2b67e143516744d62f948c972ca7176dbeeaf89c
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
pkgname=python-numpy
-pkgver=2.4.1
+pkgver=2.4.2
pkgrel=1
pkgdesc="Scientific tools for Python"
arch=('x86_64')
@@ -21,7 +21,7 @@ source=(git+https://github.com/numpy/numpy#tag=v$pkgver
numpy-pocketfft::git+https://github.com/mreineck/pocketfft
numpy-svml::git+https://github.com/numpy/SVML.git
numpy-pythoncapi-compat::git+https://github.com/python/pythoncapi-compat)
-sha512sums=('cd6459f1087752714771b0194bf24ca6e404b8453413c2ae6afaf4d03cc34cd673eec506e8556936a455fcf2f55dee7ffa7f596b841aaa9fdc2365a3861b9a1d'
+sha512sums=('13fa8aa7b69a57921cf709c0146fb835cb2cd20b2953b8b58ca82ba49e21d22084a806c416a01842f399619f2b67e143516744d62f948c972ca7176dbeeaf89c'
'SKIP'
'SKIP'
'SKIP'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-numpy/-/commit/1924a8606b9d6aeffd107aaacb7c4d4264b1247b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-numpy/-/commit/1924a8606b9d6aeffd107aaacb7c4d4264b1247b
You're receiving this email because of your account on gitlab.archlinux.org.