commit: 42eb819f4dcd422a9a7a4e9e1475c0b3dcf56e4e
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 14 21:56:13 2026 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Feb 14 21:56:29 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42eb819f
sci-ml/huggingface_hub: add 1.1.7, drop 1.1.6
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-ml/huggingface_hub/Manifest | 2 +-
...b-1.1.6.ebuild => huggingface_hub-1.1.7.ebuild} | 23 +++++++---------------
2 files changed, 8 insertions(+), 17 deletions(-)
diff --git a/sci-ml/huggingface_hub/Manifest b/sci-ml/huggingface_hub/Manifest
index c61b5a47e26b..bb05d0f434f4 100644
--- a/sci-ml/huggingface_hub/Manifest
+++ b/sci-ml/huggingface_hub/Manifest
@@ -1,2 +1,2 @@
DIST huggingface_hub-0.36.2.gh.tar.gz 1052737 BLAKE2B
627c3d36f2199a74b8149dbefb8c9edcff8b4fee49bc769fac6217c3ce111db6fcff5c0020e4250e3344fb2b364bb5e36d082e51166443fc5b65fc6077768f7d
SHA512
e0e08fd625c9fca4d88e7ec7f19f9d1bf102441923aba455b57694e62efaa09a273272e65cfa89d9a8df0c294452637758f017f51bba6c1b1e38b623ef2a5d43
-DIST huggingface_hub-1.1.6.gh.tar.gz 1000379 BLAKE2B
ddb04eda050087381d881487ec70c3e7406127cefa2ceab8dfd25c97182d231194e6cb0dd6a573855225603f3f97830686292773e753a937b8a94db685616b8b
SHA512
ac588a6b0963ffe46faf8a3e11dc4ebe90f27a80813ebedbdbf3aab212bbb6663a5bde7517baa883011c29fe57cdfb67bfe3b2e4ff16f0b203eeb70af76eea9d
+DIST huggingface_hub-1.1.7.gh.tar.gz 1000550 BLAKE2B
fc7ae79cd17533d85c820a6089e776fa3732debfaf5b0d2978aaed45635585b48129459998f2c58b921fdbdd4f7832a54d62cd4f9c383f4c0af2875e8b75d75a
SHA512
a0cb2f3aec45b7eefa462bcb1c6051ce0f221a0ca4827aa8c478f19d451d2063624b97af4a853ac673ba32458e33257756ff0cef1abd0d77c988ff96f689202c
diff --git a/sci-ml/huggingface_hub/huggingface_hub-1.1.6.ebuild
b/sci-ml/huggingface_hub/huggingface_hub-1.1.7.ebuild
similarity index 70%
rename from sci-ml/huggingface_hub/huggingface_hub-1.1.6.ebuild
rename to sci-ml/huggingface_hub/huggingface_hub-1.1.7.ebuild
index 00e0a32ec659..433de19e4ad3 100644
--- a/sci-ml/huggingface_hub/huggingface_hub-1.1.6.ebuild
+++ b/sci-ml/huggingface_hub/huggingface_hub-1.1.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023-2025 Gentoo Authors
+# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -33,10 +33,14 @@ RDEPEND="
')
"
-BDEPEND="test? (
+BDEPEND="
+ test? (
sci-ml/pytorch[${PYTHON_SINGLE_USEDEP}]
dev-vcs/git-lfs
- )"
+ )
+"
+
+EPYTEST_PLUGINS=( pytest-asyncio pytest-mock )
distutils_enable_tests pytest
@@ -44,35 +48,22 @@ src_test() {
local EPYTEST_IGNORE=(
contrib
tests/test_cache_layout.py
- #tests/test_cache_no_symlinks.py
- #tests/test_command_delete_cache.py
tests/test_commit_scheduler.py
tests/test_file_download.py
tests/test_hf_api.py
tests/test_hf_file_system.py
- #tests/test_inference_api.py
- #tests/test_inference_client.py
tests/test_oauth.py
tests/test_repocard.py
- #tests/test_repository.py
tests/test_snapshot_download.py
tests/test_utils_telemetry.py
- #tests/test_xet_download.py
tests/test_xet_upload.py
tests/test_utils_cache.py
- #tests/test_utils_http.py
tests/test_webhooks_server.py
)
local EPYTEST_DESELECT=(
- #tests/test_cli.py::TestJobsCommand::test_uv_local_script
tests/test_hub_mixin.py::HubMixinTest::test_push_to_hub
tests/test_hub_mixin_pytorch.py::PytorchHubMixinTest::test_push_to_hub
-
#tests/test_inference_async_client.py::test_async_generate_timeout_error
-
#tests/test_inference_providers.py::TestHFInferenceProvider::test_prepare_mapping_info_unknown_task
- #tests/test_offline_utils.py::test_offline_with_timeout
-
#tests/test_utils_pagination.py::TestPagination::test_paginate_hf_api
-
)
distutils-r1_src_test