Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-huggingface-hub
Commits:
d99db095 by Jakub Klinkovský at 2025-11-13T18:06:39+01:00
upgpkg: 1:1.1.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-huggingface-hub
pkgdesc = All the open source things related to the Hugging Face Hub
- pkgver = 1.1.2
- pkgrel = 2
+ pkgver = 1.1.4
+ pkgrel = 1
epoch = 1
url = https://github.com/huggingface/huggingface_hub
arch = any
@@ -49,7 +49,7 @@ pkgbase = python-huggingface-hub
optdepends = python-pytorch
optdepends = python-safetensors
optdepends = python-fastai
- source =
huggingface_hub-1.1.2.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v1.1.2.tar.gz
- sha512sums =
96da056bc5da091afd95e72299466c4d2e4b707940b154a5554c45e84bdf44317efcf57f6c2213f8367996d57fe07e9740c192b59bd6309505d0749099324673
+ source =
huggingface_hub-1.1.4.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v1.1.4.tar.gz
+ sha512sums =
6f81cdeb22960c373a59398b69d0cf17fb1fedf15cc5da6c6e5c61d654a090f904935f91fe234ad867d19bb79023f32fef0b6fb09a8d8266a1e19629095d7ff1
pkgname = python-huggingface-hub
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_name=huggingface_hub
pkgname=python-huggingface-hub
-pkgver=1.1.2
-pkgrel=2
+pkgver=1.1.4
+pkgrel=1
epoch=1
pkgdesc='All the open source things related to the Hugging Face Hub'
arch=(any)
@@ -62,7 +62,7 @@ optdepends=(
python-fastai
)
source=("$_name-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha512sums=('96da056bc5da091afd95e72299466c4d2e4b707940b154a5554c45e84bdf44317efcf57f6c2213f8367996d57fe07e9740c192b59bd6309505d0749099324673')
+sha512sums=('6f81cdeb22960c373a59398b69d0cf17fb1fedf15cc5da6c6e5c61d654a090f904935f91fe234ad867d19bb79023f32fef0b6fb09a8d8266a1e19629095d7ff1')
build() {
cd $_name-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-huggingface-hub/-/commit/d99db09541e1d7fd075605b254f60ca11ed3fbbd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-huggingface-hub/-/commit/d99db09541e1d7fd075605b254f60ca11ed3fbbd
You're receiving this email because of your account on gitlab.archlinux.org.