Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
hyperqueue
Commits:
c4cf03b0 by Jakub Klinkovský at 2025-09-09T20:27:06+02:00
upgpkg: 0.24.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = hyperqueue
pkgdesc = Scheduler for sub-node tasks for HPC systems with batch
scheduling
- pkgver = 0.23.0
+ pkgver = 0.24.0
pkgrel = 1
url = https://github.com/It4innovations/hyperqueue/
arch = x86_64
@@ -21,8 +21,8 @@ pkgbase = hyperqueue
makedepends = python-cloudpickle
makedepends = python-tqdm
makedepends = python-pydot
- source =
hyperqueue-0.23.0.tar.gz::https://github.com/It4innovations/hyperqueue//archive/refs/tags/v0.23.0.tar.gz
- b2sums =
ea3320fe46cc93712d897480fe2b28f69ac27c4109f97a73628b23aac8fc30d5cea842d8b0d0c41e8085fc0a1a3fc9d858964390c55e4298511d1ccd4cea462b
+ source =
hyperqueue-0.24.0.tar.gz::https://github.com/It4innovations/hyperqueue//archive/refs/tags/v0.24.0.tar.gz
+ b2sums =
437bf54627bbb130508c221d497b0f545173c5344ffd9374fe4501524730f4034ab853df52391f899fee4b07a81f355c002248b161245d2dbe24babfb6ebc886
pkgname = hyperqueue
depends = gcc-libs
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgbase=hyperqueue
pkgname=(hyperqueue python-hyperqueue)
-pkgver=0.23.0
+pkgver=0.24.0
pkgrel=1
pkgdesc="Scheduler for sub-node tasks for HPC systems with batch scheduling"
arch=(x86_64)
@@ -30,7 +30,7 @@ checkdepends=(
python-ruff
)
source=($pkgbase-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
-b2sums=('ea3320fe46cc93712d897480fe2b28f69ac27c4109f97a73628b23aac8fc30d5cea842d8b0d0c41e8085fc0a1a3fc9d858964390c55e4298511d1ccd4cea462b')
+b2sums=('437bf54627bbb130508c221d497b0f545173c5344ffd9374fe4501524730f4034ab853df52391f899fee4b07a81f355c002248b161245d2dbe24babfb6ebc886')
prepare() {
cd $pkgbase-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyperqueue/-/commit/c4cf03b0bcfb0c0fabe9ea8e1fda2901a56f6c81
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyperqueue/-/commit/c4cf03b0bcfb0c0fabe9ea8e1fda2901a56f6c81
You're receiving this email because of your account on gitlab.archlinux.org.