Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-cccl
Commits:
430ce151 by Jakub Klinkovský at 2026-01-23T19:04:10+01:00
upgpkg: 0.4.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-cccl
pkgdesc = CUDA Core Compute Libraries for Python
- pkgver = 0.4.4
+ pkgver = 0.4.5
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.4.4.tar.gz::https://github.com/NVIDIA/cccl/archive/refs/tags/python-0.4.4.tar.gz
- b2sums =
ed11292b10e291db64e4db8a81efa15ea4025813819754fe604630e8e1b43f21aea7cb120df882d94c6188a723711e56bed9423e82e1777006d87e751a2dac9f
+ source =
python-cccl-0.4.5.tar.gz::https://github.com/NVIDIA/cccl/archive/refs/tags/python-0.4.5.tar.gz
+ b2sums =
aaaf028b9fcbcfcebe6afba68db6da3541977fcfe0d0b9520a869b98fcae8e9f1c67aac3a270b4a19f7ef5e680f1f80b371b3252ac22c55f06d56a71ea71c859
pkgname = python-cccl
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_name=cccl
pkgname=python-$_name
-pkgver=0.4.4
+pkgver=0.4.5
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=('ed11292b10e291db64e4db8a81efa15ea4025813819754fe604630e8e1b43f21aea7cb120df882d94c6188a723711e56bed9423e82e1777006d87e751a2dac9f')
+b2sums=('aaaf028b9fcbcfcebe6afba68db6da3541977fcfe0d0b9520a869b98fcae8e9f1c67aac3a270b4a19f7ef5e680f1f80b371b3252ac22c55f06d56a71ea71c859')
prepare() {
cd $_name-python-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cccl/-/commit/430ce1514aa7548d8b6a9089efb2ff18ce70af7a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cccl/-/commit/430ce1514aa7548d8b6a9089efb2ff18ce70af7a
You're receiving this email because of your account on gitlab.archlinux.org.