Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-huggingface-hub
Commits:
d85a7b7c by Jakub Klinkovský at 2025-11-06T18:38:56+01:00
upgpkg: 1:1.1.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.1.1
+ pkgver = 1.1.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.1.1.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v1.1.1.tar.gz
- sha512sums =
ca82ff84c0e4ebf395cb1a89d2d14807c807dcdfb2388f1f8f93e5a852ee501f465053739c9315c8eeac870588ace3ab5c1657ad337e099269d44ae575bce3c2
+ source =
huggingface_hub-1.1.2.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v1.1.2.tar.gz
+ sha512sums =
96da056bc5da091afd95e72299466c4d2e4b707940b154a5554c45e84bdf44317efcf57f6c2213f8367996d57fe07e9740c192b59bd6309505d0749099324673
pkgname = python-huggingface-hub
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_name=huggingface_hub
pkgname=python-huggingface-hub
-pkgver=1.1.1
+pkgver=1.1.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=('ca82ff84c0e4ebf395cb1a89d2d14807c807dcdfb2388f1f8f93e5a852ee501f465053739c9315c8eeac870588ace3ab5c1657ad337e099269d44ae575bce3c2')
+sha512sums=('96da056bc5da091afd95e72299466c4d2e4b707940b154a5554c45e84bdf44317efcf57f6c2213f8367996d57fe07e9740c192b59bd6309505d0749099324673')
build() {
cd $_name-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-huggingface-hub/-/commit/d85a7b7c2fccbfe9da66f87ba4605da8c37ac5ef
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-huggingface-hub/-/commit/d85a7b7c2fccbfe9da66f87ba4605da8c37ac5ef
You're receiving this email because of your account on gitlab.archlinux.org.