Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-numpy
Commits:
9d91abc7 by Felix Yan at 2023-11-23T17:28:55+02:00
upgpkg: 1.26.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-numpy
pkgdesc = Scientific tools for Python
- pkgver = 1.26.1
+ pkgver = 1.26.2
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/v1.26.1/numpy-1.26.1.tar.gz
- sha512sums =
abe5919029fc66961e8f44fdd503b54c291ce75b0d95e3f8bb61ee39a25d62142fbece5734fd7e9cbf65511f9d746fa61796f0d68e6dc2816c0e7747e286e505
+ source =
https://github.com/numpy/numpy/releases/download/v1.26.2/numpy-1.26.2.tar.gz
+ sha512sums =
9986cd34dda921fbc152c3be0e39f003035787ea1e055452b9259d02c423d413080a0c7e4e19fd38d9e28f66d428719d6ebe784c24ae17249ff56494950daf4b
pkgname = python-numpy
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
pkgname=python-numpy
-pkgver=1.26.1
+pkgver=1.26.2
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=('abe5919029fc66961e8f44fdd503b54c291ce75b0d95e3f8bb61ee39a25d62142fbece5734fd7e9cbf65511f9d746fa61796f0d68e6dc2816c0e7747e286e505')
+sha512sums=('9986cd34dda921fbc152c3be0e39f003035787ea1e055452b9259d02c423d413080a0c7e4e19fd38d9e28f66d428719d6ebe784c24ae17249ff56494950daf4b')
build() {
cd numpy-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-numpy/-/commit/9d91abc7cd73d0a5d3ae69ce6b670139af48c0da
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-numpy/-/commit/9d91abc7cd73d0a5d3ae69ce6b670139af48c0da
You're receiving this email because of your account on gitlab.archlinux.org.