Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-huggingface-hub
Commits:
db24533a by Jakub Klinkovský at 2025-12-10T21:59:59+01:00
upgpkg: 1:1.2.2-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.2.1
+ pkgver = 1.2.2
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.2.1.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v1.2.1.tar.gz
- sha512sums =
00239f1f0c670fdcfb0f3005c5d8c869939405bc5cb0ccfe87a49237ba382193e55f73c1e449bfc550b7fd57ad7c62be8d5c7074edaee84c2c9032c76f25f599
+ source =
huggingface_hub-1.2.2.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v1.2.2.tar.gz
+ sha512sums =
3c5ac593a6d3d04408b51acdae8bbca1e1e15698b20e330e3e3a3fb471092903bf625c71bbdc62971a6c84426470f4bea5207bd53a9513a9ef7de639a87f320f
pkgname = python-huggingface-hub
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_name=huggingface_hub
pkgname=python-huggingface-hub
-pkgver=1.2.1
+pkgver=1.2.2
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=('00239f1f0c670fdcfb0f3005c5d8c869939405bc5cb0ccfe87a49237ba382193e55f73c1e449bfc550b7fd57ad7c62be8d5c7074edaee84c2c9032c76f25f599')
+sha512sums=('3c5ac593a6d3d04408b51acdae8bbca1e1e15698b20e330e3e3a3fb471092903bf625c71bbdc62971a6c84426470f4bea5207bd53a9513a9ef7de639a87f320f')
build() {
cd $_name-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-huggingface-hub/-/commit/db24533aa2949d08d4160c332d465efa0dfea183
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-huggingface-hub/-/commit/db24533aa2949d08d4160c332d465efa0dfea183
You're receiving this email because of your account on gitlab.archlinux.org.