Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-numpy
Commits:
06bd2c80 by Antonio Rojas at 2025-05-18T09:03:43+02:00
upgpkg: 2.2.6-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-numpy
pkgdesc = Scientific tools for Python
- pkgver = 2.2.5
+ pkgver = 2.2.6
pkgrel = 1
url = https://www.numpy.org/
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = python-numpy
depends = lapack
depends = python
optdepends = blas-openblas: faster linear algebra
- source =
https://github.com/numpy/numpy/releases/download/v2.2.5/numpy-2.2.5.tar.gz
- sha512sums =
3cc8a8876d659c9c740558c0814795464e44865376efa62cecf8a1265a44774ecb58dd7827c34bfd37675215d08cd66de249663e6e7ae57cd929749e4829ccdf
+ source =
https://github.com/numpy/numpy/releases/download/v2.2.6/numpy-2.2.6.tar.gz
+ sha512sums =
00c82476c6cc8e68c4cd3210896172d91bdb52a46676931d173a3bbd772b29cebc8e819dfbbaf621eba9225fff3fa3f81426fe864d8812de4ff2975e7ac5c338
pkgname = python-numpy
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
pkgname=python-numpy
-pkgver=2.2.5
+pkgver=2.2.6
pkgrel=1
pkgdesc="Scientific tools for Python"
arch=('x86_64')
@@ -15,7 +15,7 @@ optdepends=('blas-openblas: faster linear algebra')
makedepends=('python-build' 'python-installer' 'meson-python' 'cmake'
'gcc-fortran' 'cython')
checkdepends=('python-pytest' 'python-hypothesis')
source=("https://github.com/numpy/numpy/releases/download/v$pkgver/numpy-$pkgver.tar.gz")
-sha512sums=('3cc8a8876d659c9c740558c0814795464e44865376efa62cecf8a1265a44774ecb58dd7827c34bfd37675215d08cd66de249663e6e7ae57cd929749e4829ccdf')
+sha512sums=('00c82476c6cc8e68c4cd3210896172d91bdb52a46676931d173a3bbd772b29cebc8e819dfbbaf621eba9225fff3fa3f81426fe864d8812de4ff2975e7ac5c338')
build() {
cd numpy-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-numpy/-/commit/06bd2c8075deaec9b5f5484c94f18cb12516ec6f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-numpy/-/commit/06bd2c8075deaec9b5f5484c94f18cb12516ec6f
You're receiving this email because of your account on gitlab.archlinux.org.