Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-numba
Commits:
393d1177 by Antonio Rojas at 2024-06-23T01:04:36+02:00
upgpkg: 0.60.0-1: numpy 2.0 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-numba
pkgdesc = JIT compiler that translates a subset of Python and NumPy
code into fast machine code
- pkgver = 0.59.1
- pkgrel = 2
+ pkgver = 0.60.0
+ pkgrel = 1
url = https://numba.pydata.org/
arch = x86_64
license = BSD
@@ -37,7 +37,7 @@ pkgbase = python-numba
optdepends = python-pygments: “pretty” type annotation
optdepends = python-pyyaml: use of a .numba_config.yaml file for
storing per project configuration options
optdepends = python-psutil: for sysinfo
- source =
https://github.com/numba/numba/archive/0.59.1/python-numba-0.59.1.tar.gz
- sha256sums =
407fe377ef35b6c944d70def275013300e481bdd8d07f5f9081658c57821e4ea
+ source =
https://github.com/numba/numba/archive/0.60.0/python-numba-0.60.0.tar.gz
+ sha256sums =
102f66e7bcfeb8bfb90004bb866ad1a89802e32b474aedd78ec09d932e362ba4
pkgname = python-numba
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Bruno Pagani <[email protected]>
pkgname=python-numba
-pkgver=0.59.1
-pkgrel=2
+pkgver=0.60.0
+pkgrel=1
pkgdesc="JIT compiler that translates a subset of Python and NumPy code into
fast machine code"
url="https://numba.pydata.org/"
arch=(x86_64)
@@ -48,7 +48,7 @@ checkdepends=(
python-scipy
)
source=(https://github.com/numba/numba/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('407fe377ef35b6c944d70def275013300e481bdd8d07f5f9081658c57821e4ea')
+sha256sums=('102f66e7bcfeb8bfb90004bb866ad1a89802e32b474aedd78ec09d932e362ba4')
prepare() {
cd numba-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-numba/-/commit/393d1177f0b731b9db5e19b916f1b458192fc4a9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-numba/-/commit/393d1177f0b731b9db5e19b916f1b458192fc4a9
You're receiving this email because of your account on gitlab.archlinux.org.