Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-huggingface-hub
Commits:
72c3cd3a by Jakub Klinkovský at 2025-01-31T20:44:52+01:00
upgpkg: 1:0.28.1-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 = 0.28.0
+ pkgver = 0.28.1
pkgrel = 1
epoch = 1
url = https://github.com/huggingface/huggingface_hub
@@ -42,7 +42,7 @@ pkgbase = python-huggingface-hub
optdepends = python-pytorch
optdepends = python-safetensors
optdepends = python-tensorflow
- source =
huggingface_hub-0.28.0.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.28.0.tar.gz
- sha512sums =
3e9ab1954bafb2a4f024f7f47f1d3a170e7ab54d70cfdf35089f2707f524a1a36db4cfe4b414c6a60560388cd718c14f833d8493dd2b0af257b92ba16e0e11ff
+ source =
huggingface_hub-0.28.1.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.28.1.tar.gz
+ sha512sums =
3893cac7540d0cc8be65047c1b6798f3d39592070a9be5a86b5f44464cc66d2f12b2a3f0c5c5a12b96a624f128e1160bda1c45c814d2acae294f1484929ec11c
pkgname = python-huggingface-hub
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_name=huggingface_hub
pkgname=python-huggingface-hub
-pkgver=0.28.0
+pkgver=0.28.1
pkgrel=1
epoch=1
pkgdesc='All the open source things related to the Hugging Face Hub'
@@ -55,7 +55,7 @@ optdepends=(
python-tensorflow
)
source=("$_name-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha512sums=('3e9ab1954bafb2a4f024f7f47f1d3a170e7ab54d70cfdf35089f2707f524a1a36db4cfe4b414c6a60560388cd718c14f833d8493dd2b0af257b92ba16e0e11ff')
+sha512sums=('3893cac7540d0cc8be65047c1b6798f3d39592070a9be5a86b5f44464cc66d2f12b2a3f0c5c5a12b96a624f128e1160bda1c45c814d2acae294f1484929ec11c')
build() {
cd $_name-$pkgver
@@ -70,7 +70,11 @@ check() {
# ignore test which requires python-inquirerpy which is not packaged
--ignore tests/test_command_delete_cache.py
# skip tests that connect to the real HuggingFace Hub
+ # https://github.com/huggingface/huggingface_hub/issues/2820
--deselect tests/test_hf_api.py
+ --deselect tests/test_cache_no_symlinks.py
+ --deselect tests/test_file_download.py
+ --deselect tests/test_utils_cache.py
# skip hanging test
https://github.com/huggingface/huggingface_hub/issues/1973
--deselect
tests/test_repository.py::TestRepositoryShared::test_clone_from_missing_repo
# skip tests that require gradio but are not marked as such
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-huggingface-hub/-/commit/72c3cd3a0d26277b65adeaff9cc211a42bf77249
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-huggingface-hub/-/commit/72c3cd3a0d26277b65adeaff9cc211a42bf77249
You're receiving this email because of your account on gitlab.archlinux.org.