Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-huggingface-hub
Commits:
1b5fa232 by Jakub Klinkovský at 2026-01-26T17:28:15+01:00
upgpkg: 1:1.3.4-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.3.3
+ pkgver = 1.3.4
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.3.3.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v1.3.3.tar.gz
- sha512sums =
9d624f1f757bca50019d424e3a714684021ca09bb4df3e087e5d4638f777202480e1a4675825590278a54f6e8f32948feeddb27e7ff8df3aa2dc6a347cf59f1e
+ source =
huggingface_hub-1.3.4.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v1.3.4.tar.gz
+ sha512sums =
bd0ebb4a66fbed2fe1eb3e015b58f269ea8595e4321d4b0a2c74157524303e257c54c60d9854a9aee0407dcb916b1b85aab29398f7c01e1eeaaa443a8f8f7cb2
pkgname = python-huggingface-hub
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_name=huggingface_hub
pkgname=python-huggingface-hub
-pkgver=1.3.3
+pkgver=1.3.4
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=('9d624f1f757bca50019d424e3a714684021ca09bb4df3e087e5d4638f777202480e1a4675825590278a54f6e8f32948feeddb27e7ff8df3aa2dc6a347cf59f1e')
+sha512sums=('bd0ebb4a66fbed2fe1eb3e015b58f269ea8595e4321d4b0a2c74157524303e257c54c60d9854a9aee0407dcb916b1b85aab29398f7c01e1eeaaa443a8f8f7cb2')
build() {
cd $_name-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-huggingface-hub/-/commit/1b5fa232ba8e60fe5bdfd6f621c8566e9edc6a3a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-huggingface-hub/-/commit/1b5fa232ba8e60fe5bdfd6f621c8566e9edc6a3a
You're receiving this email because of your account on gitlab.archlinux.org.