Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-huggingface-hub
Commits:
1d611f43 by Jakub Klinkovský at 2026-03-01T22:02:17+01:00
upgpkg: 1:1.5.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-huggingface-hub
pkgdesc = All the open source things related to the Hugging Face Hub
- pkgver = 1.4.1
+ pkgver = 1.5.0
pkgrel = 1
epoch = 1
url = https://github.com/huggingface/huggingface_hub
@@ -49,7 +49,7 @@ pkgbase = python-huggingface-hub
optdepends = python-pytorch
optdepends = python-safetensors
optdepends = python-fastai
- source =
huggingface_hub-1.4.1.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v1.4.1.tar.gz
- sha512sums =
a60ef2b0f11f8dd1d3cdef36913c8db145faa87ef5ed82dd67b1a7319e9f7f8959799fa798e691a3fb8ca6b3a8fa05e4c988782301de70530c5e9b92e7791dda
+ source =
huggingface_hub-1.5.0.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v1.5.0.tar.gz
+ sha512sums =
5105d76e2cf953696f62fd3c337a312cdb8cd79ad32ad71974fce192a69459a0e1d4234bb86614c2d9572890a4203d9c89c13de432e4046fa3e65d31178d1b61
pkgname = python-huggingface-hub
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_name=huggingface_hub
pkgname=python-huggingface-hub
-pkgver=1.4.1
+pkgver=1.5.0
pkgrel=1
epoch=1
pkgdesc='All the open source things related to the Hugging Face Hub'
@@ -62,7 +62,7 @@ optdepends=(
python-fastai
)
source=("$_name-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha512sums=('a60ef2b0f11f8dd1d3cdef36913c8db145faa87ef5ed82dd67b1a7319e9f7f8959799fa798e691a3fb8ca6b3a8fa05e4c988782301de70530c5e9b92e7791dda')
+sha512sums=('5105d76e2cf953696f62fd3c337a312cdb8cd79ad32ad71974fce192a69459a0e1d4234bb86614c2d9572890a4203d9c89c13de432e4046fa3e65d31178d1b61')
build() {
cd $_name-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-huggingface-hub/-/commit/1d611f43a5aa8288597f702db30241bb10ac7d2e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-huggingface-hub/-/commit/1d611f43a5aa8288597f702db30241bb10ac7d2e
You're receiving this email because of your account on gitlab.archlinux.org.