Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-numba
Commits:
128e0066 by Antonio Rojas at 2024-02-18T13:38:30+01:00
upgpkg: 0.59.0-1: Update to 0.59.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-numba
pkgdesc = JIT compiler that translates a subset of Python and NumPy
code into fast machine code
- pkgver = 0.58.1
+ pkgver = 0.59.0
pkgrel = 1
url = https://numba.pydata.org/
arch = x86_64
@@ -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.58.1/python-numba-0.58.1.tar.gz
- sha256sums =
feaed9d9f67e4e8a88d88115419cac96bcb769922b471791632a8acca6e2f87e
+ source =
https://github.com/numba/numba/archive/0.59.0/python-numba-0.59.0.tar.gz
+ sha256sums =
4d2650eb76f533e6b971aaebbe9fcfabff691f8b26b954a5251b503527429cf7
pkgname = python-numba
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Bruno Pagani <[email protected]>
pkgname=python-numba
-pkgver=0.58.1
+pkgver=0.59.0
pkgrel=1
pkgdesc="JIT compiler that translates a subset of Python and NumPy code into
fast machine code"
url="https://numba.pydata.org/"
@@ -48,7 +48,7 @@ checkdepends=(
python-scipy
)
source=(https://github.com/numba/numba/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('feaed9d9f67e4e8a88d88115419cac96bcb769922b471791632a8acca6e2f87e')
+sha256sums=('4d2650eb76f533e6b971aaebbe9fcfabff691f8b26b954a5251b503527429cf7')
prepare() {
cd numba-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-numba/-/commit/128e006640f3e2de2a406935d0635f3edb88736c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-numba/-/commit/128e006640f3e2de2a406935d0635f3edb88736c
You're receiving this email because of your account on gitlab.archlinux.org.