Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-cccl
Commits:
75aaf554 by Jakub Klinkovský at 2026-06-05T07:30:43+02:00
upgpkg: 1.0.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-cccl
pkgdesc = CUDA Core Compute Libraries for Python
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/NVIDIA/cccl
arch = x86_64
@@ -24,7 +24,7 @@ pkgbase = python-cccl
depends = python-numba-cuda
depends = python-numpy
depends = python-typing_extensions
- source =
python-cccl-1.0.0.tar.gz::https://github.com/NVIDIA/cccl/archive/refs/tags/python-1.0.0.tar.gz
- b2sums =
ae0db705261e5ef36fffa736f3296a86111ee311ee4e851070cf2c1af4b0f3cb1b09838df496fdf454ccc1afe515ac8218ecd40752caa0614d2e74ebc572ce09
+ source =
python-cccl-1.0.1.tar.gz::https://github.com/NVIDIA/cccl/archive/refs/tags/python-1.0.1.tar.gz
+ b2sums =
cf24faa8a137f7ed7889413eba64123556f3191f61f95c89b417c84129292e6576f8f85f6a2b7dae1fcee4a0e399cc2723e6cc850228547c9554b7856d7f6f3b
pkgname = python-cccl
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_name=cccl
pkgname=python-$_name
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="CUDA Core Compute Libraries for Python"
arch=(x86_64)
@@ -32,7 +32,7 @@ makedepends=(
python-wheel
)
source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/python-$pkgver.tar.gz)
-b2sums=('ae0db705261e5ef36fffa736f3296a86111ee311ee4e851070cf2c1af4b0f3cb1b09838df496fdf454ccc1afe515ac8218ecd40752caa0614d2e74ebc572ce09')
+b2sums=('cf24faa8a137f7ed7889413eba64123556f3191f61f95c89b417c84129292e6576f8f85f6a2b7dae1fcee4a0e399cc2723e6cc850228547c9554b7856d7f6f3b')
prepare() {
cd $_name-python-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cccl/-/commit/75aaf554953b727c43c7281ae0362e179ca8d5d5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cccl/-/commit/75aaf554953b727c43c7281ae0362e179ca8d5d5
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help