Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-huggingface-hub
Commits:
4ed8f390 by Jakub Klinkovský at 2026-05-21T20:26:59+02:00
upgpkg: 1:1.16.0-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.15.0
+ pkgver = 1.16.0
pkgrel = 1
epoch = 1
url = https://github.com/huggingface/huggingface_hub
@@ -38,6 +38,7 @@ pkgbase = python-huggingface-hub
depends = python-tqdm
depends = python-typer
depends = python-typing_extensions
+ depends = python-urllib3
depends = python-yaml
optdepends = python-authlib: for OAuth
optdepends = python-fastapi: for OAuth
@@ -52,7 +53,7 @@ pkgbase = python-huggingface-hub
optdepends = python-pytorch
optdepends = python-safetensors
optdepends = python-fastai
- source =
huggingface_hub-1.15.0.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v1.15.0.tar.gz
- sha512sums =
1938898439848ef475d7a6ea36a9529eb1b876da3f38b5d4de0c3121baed3e23f3a28d2b56e3cc121aa2656d7c7efa3aaf37774272380a1c5bd0d94c29593281
+ source =
huggingface_hub-1.16.0.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v1.16.0.tar.gz
+ sha512sums =
4b978125d01df37271df651a703b6a3df369c76d4eef4e1d5ae44b2b666f69bc489b40d27f3ac4eb74c2de959433b495b4d654feaf424597d05f594fdf42cbc9
pkgname = python-huggingface-hub
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_name=huggingface_hub
pkgname=python-huggingface-hub
-pkgver=1.15.0
+pkgver=1.16.0
pkgrel=1
epoch=1
pkgdesc='All the open source things related to the Hugging Face Hub'
@@ -23,6 +23,7 @@ depends=(
python-tqdm
python-typer
python-typing_extensions
+ python-urllib3
python-yaml
)
makedepends=(
@@ -65,7 +66,7 @@ optdepends=(
python-fastai
)
source=("$_name-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha512sums=('1938898439848ef475d7a6ea36a9529eb1b876da3f38b5d4de0c3121baed3e23f3a28d2b56e3cc121aa2656d7c7efa3aaf37774272380a1c5bd0d94c29593281')
+sha512sums=('4b978125d01df37271df651a703b6a3df369c76d4eef4e1d5ae44b2b666f69bc489b40d27f3ac4eb74c2de959433b495b4d654feaf424597d05f594fdf42cbc9')
build() {
cd $_name-$pkgver
@@ -114,6 +115,8 @@ check() {
--deselect
tests/test_login_utils.py::TestSetGlobalStore::test_set_store_as_git_credential_helper_globally
# Failed: Timeout (>300.0s) from pytest-timeout.
--deselect
tests/test_xet_upload.py::TestXetLargeUpload::test_upload_large_folder_batch_size_greater_than_one
+ # CLIError('Cannot use both `--local-dir` and `--cache-dir` at the same
time. Use `--cache-dir` (or set the HF_HOME environment variable) for shared
caching, or `--local-dir` for a one-off download to a specific directory.')
+ --deselect
tests/test_cli.py::TestDownloadCommand::test_download_with_all_options
)
cd $_name-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-huggingface-hub/-/commit/4ed8f390b4612a25d0d2d21e36f8a15d71e7825c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-huggingface-hub/-/commit/4ed8f390b4612a25d0d2d21e36f8a15d71e7825c
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help