Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-numpy
Commits:
39e4bb49 by Antonio Rojas at 2024-06-22T18:03:40+02:00
upgpkg: 2.0.0-1: Update to 2.0.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-numpy
pkgdesc = Scientific tools for Python
- pkgver = 1.26.4
- pkgrel = 2
+ pkgver = 2.0.0
+ pkgrel = 1
url = https://www.numpy.org/
arch = x86_64
license = custom
@@ -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.4/numpy-1.26.4.tar.gz
- sha512sums =
f7121ab4099fa0686f9c095d456baa4a5869d651d7b7a06385f885f329cf08f11024b5df5e7b4ee705970062a8102ec4f709512eabbfd5c9fccce4ef83b9c208
+ source =
https://github.com/numpy/numpy/releases/download/v2.0.0/numpy-2.0.0.tar.gz
+ sha512sums =
cd5612ce2db4be87afa8479c508c256c9ff7f1b15a6b010eb06ba962759cc26552b512ec82711680bab1ebedeb06dfc8d7bff9cec63c94efacaadd719448b287
pkgname = python-numpy
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
pkgname=python-numpy
-pkgver=1.26.4
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
pkgdesc="Scientific tools for Python"
arch=('x86_64')
license=('custom')
@@ -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=('f7121ab4099fa0686f9c095d456baa4a5869d651d7b7a06385f885f329cf08f11024b5df5e7b4ee705970062a8102ec4f709512eabbfd5c9fccce4ef83b9c208')
+sha512sums=('cd5612ce2db4be87afa8479c508c256c9ff7f1b15a6b010eb06ba962759cc26552b512ec82711680bab1ebedeb06dfc8d7bff9cec63c94efacaadd719448b287')
build() {
cd numpy-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-numpy/-/commit/39e4bb496af16d5b9520f5a65ef60bd306aa46c1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-numpy/-/commit/39e4bb496af16d5b9520f5a65ef60bd306aa46c1
You're receiving this email because of your account on gitlab.archlinux.org.