Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-numpy
Commits:
f311dae5 by Antonio Rojas at 2026-01-10T10:11:43+01:00
upgpkg: 2.4.1-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-numpy
pkgdesc = Scientific tools for Python
- pkgver = 2.4.0
- pkgrel = 3
+ pkgver = 2.4.1
+ pkgrel = 1
url = https://www.numpy.org/
arch = x86_64
license = custom
@@ -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.0
+ source = git+https://github.com/numpy/numpy#tag=v2.4.1
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 =
68d174ed8e1483fe033482b2cbb1a6dee70c8548648a6a41f3cab898d93b2dd0099510969975412aa29c30ab208f7f6cdfb1d431b91cd88e016f00a886e9e60a
+ sha512sums =
cd6459f1087752714771b0194bf24ca6e404b8453413c2ae6afaf4d03cc34cd673eec506e8556936a455fcf2f55dee7ffa7f596b841aaa9fdc2365a3861b9a1d
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
pkgname=python-numpy
-pkgver=2.4.0
-pkgrel=3
+pkgver=2.4.1
+pkgrel=1
pkgdesc="Scientific tools for Python"
arch=('x86_64')
license=('custom')
@@ -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=('68d174ed8e1483fe033482b2cbb1a6dee70c8548648a6a41f3cab898d93b2dd0099510969975412aa29c30ab208f7f6cdfb1d431b91cd88e016f00a886e9e60a'
+sha512sums=('cd6459f1087752714771b0194bf24ca6e404b8453413c2ae6afaf4d03cc34cd673eec506e8556936a455fcf2f55dee7ffa7f596b841aaa9fdc2365a3861b9a1d'
'SKIP'
'SKIP'
'SKIP'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-numpy/-/commit/f311dae5dbb1d0b7c13aa0644bd120be397bcdf2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-numpy/-/commit/f311dae5dbb1d0b7c13aa0644bd120be397bcdf2
You're receiving this email because of your account on gitlab.archlinux.org.