From 84a22b6833e841c1e1c2e7bc4a090c7a6e293b2a Mon Sep 17 00:00:00 2001 From: wenxin Date: Tue, 5 Aug 2025 13:22:15 +0800 Subject: [PATCH] Rebuild with python3.11 --- huggingface-hub.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/huggingface-hub.spec b/huggingface-hub.spec index f6ed8fa..841ef40 100644 --- a/huggingface-hub.spec +++ b/huggingface-hub.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global pypi_name huggingface-hub %global pypi_version 0.20.3 @@ -59,6 +59,9 @@ Client library to download and publish models, datasets and other repos on the h %{python3_sitelib}/huggingface_hub-%{pypi_version}-py%{python3_version}.egg-info %changelog +* Mon Aug 04 2025 wenxin - 0.20.3-2 +- Rebuild with python3.11 + * Tue Dec 26 2023 Zhongling He - 0.20.3-1 - Upgrade to 0.20.3 -- Gitee