commit: 5f367866798e2075bef76718acaf6884c0c8e972
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 21 07:19:32 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Feb 21 07:19:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f367866
sci-libs/huggingface_hub: add 0.17.3, drop 0.16.4-r1
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/huggingface_hub/Manifest | 2 +-
.../{huggingface_hub-0.16.4-r1.ebuild => huggingface_hub-0.17.3.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/huggingface_hub/Manifest
b/sci-libs/huggingface_hub/Manifest
index 68c5b90b8320..29f1804df6f7 100644
--- a/sci-libs/huggingface_hub/Manifest
+++ b/sci-libs/huggingface_hub/Manifest
@@ -1 +1 @@
-DIST huggingface_hub-0.16.4.gh.tar.gz 1481723 BLAKE2B
28e704be8087e1d20358eff07d70a93bd4e246b8bb40ad58dfb240029b0945ada672414cabb5be6a8ed145ed437a0c86a6f4bd0a7b562c9b8ca85ee97a99307b
SHA512
1412b5210b0b88c2ccac35ddd1ac970abfdd5449600163968a54a7b2f5575ecd1e357d1a98d961387a8edff38a205c9f38e9dca7c23a24e36b0fe47d1a9daa1c
+DIST huggingface_hub-0.17.3.gh.tar.gz 3133787 BLAKE2B
b94e45d2cd925c9adfbe8e3c8db1ea0ee438483381485c0840e57804fbab8c4233731cb7c875db6b92bccefcd58d4f66f5fc0576089743f45e4689cde6708481
SHA512
2e3628efd648a70d69856c4bb9cfafdbb897c5afbdbc32b56e48fc160f3153d6bfac998c7a8a05bd5499eae86c2854bf57c8149f3a0ea7ce14c82d745217ad67
diff --git a/sci-libs/huggingface_hub/huggingface_hub-0.16.4-r1.ebuild
b/sci-libs/huggingface_hub/huggingface_hub-0.17.3.ebuild
similarity index 95%
rename from sci-libs/huggingface_hub/huggingface_hub-0.16.4-r1.ebuild
rename to sci-libs/huggingface_hub/huggingface_hub-0.17.3.ebuild
index e431fe5a77cd..c033a2a89d94 100644
--- a/sci-libs/huggingface_hub/huggingface_hub-0.16.4-r1.ebuild
+++ b/sci-libs/huggingface_hub/huggingface_hub-0.17.3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="a client library to interact with the Hugging Face Hub"