Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-cccl
Commits:
52c6a854 by Jakub Klinkovský at 2026-02-07T13:57:34+01:00
upgpkg: 0.5.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-cccl
pkgdesc = CUDA Core Compute Libraries for Python
- pkgver = 0.5.0
+ pkgver = 0.5.1
pkgrel = 1
url = https://github.com/NVIDIA/cccl
arch = x86_64
@@ -23,7 +23,7 @@ pkgbase = python-cccl
depends = python-numba-cuda
depends = python-numpy
depends = python-typing_extensions
- source =
python-cccl-0.5.0.tar.gz::https://github.com/NVIDIA/cccl/archive/refs/tags/python-0.5.0.tar.gz
- b2sums =
9326e7f1d49bd3187539a89fc9858b42e6718df49ad108d34500956fa8d912c8bc65fb54bc558486177067375fe671db6ffc0483ba5e4df8ad1745e878a1de19
+ source =
python-cccl-0.5.1.tar.gz::https://github.com/NVIDIA/cccl/archive/refs/tags/python-0.5.1.tar.gz
+ b2sums =
16d0d209924ff361f82162c88c4fd1bdad8030d58a8d784f69b92ac460a223ded6d8e564bbbb5adadbb9407399561ade04b17e3b66b08fe1dfb76293c4192035
pkgname = python-cccl
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_name=cccl
pkgname=python-$_name
-pkgver=0.5.0
+pkgver=0.5.1
pkgrel=1
pkgdesc="CUDA Core Compute Libraries for Python"
arch=(x86_64)
@@ -31,7 +31,7 @@ makedepends=(
python-wheel
)
source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/python-$pkgver.tar.gz)
-b2sums=('9326e7f1d49bd3187539a89fc9858b42e6718df49ad108d34500956fa8d912c8bc65fb54bc558486177067375fe671db6ffc0483ba5e4df8ad1745e878a1de19')
+b2sums=('16d0d209924ff361f82162c88c4fd1bdad8030d58a8d784f69b92ac460a223ded6d8e564bbbb5adadbb9407399561ade04b17e3b66b08fe1dfb76293c4192035')
prepare() {
cd $_name-python-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cccl/-/commit/52c6a854d4e33e7a71a9a6ef3f82508f2be8015f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cccl/-/commit/52c6a854d4e33e7a71a9a6ef3f82508f2be8015f
You're receiving this email because of your account on gitlab.archlinux.org.