diff --git a/huggingface-hub-0.20.1.tar.gz b/huggingface-hub-0.20.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ef5b653241b91aabb9fb817f001a86ea3739db30 Binary files /dev/null and b/huggingface-hub-0.20.1.tar.gz differ diff --git a/huggingface-hub.spec b/huggingface-hub.spec index 0a4fea14b7c940bcff6dee035e450291253d201d..8cab802c8e886fbb57c6f44f465b02fb54296df3 100644 --- a/huggingface-hub.spec +++ b/huggingface-hub.spec @@ -1,6 +1,6 @@ %define anolis_release 1 %global pypi_name huggingface-hub -%global pypi_version 0.16.4 +%global pypi_version 0.20.1 Name: python-%{pypi_name} Version: %{pypi_version} @@ -9,7 +9,7 @@ Summary: Client library to download and publish models, datasets and othe License: Apache URL: https://github.com/huggingface/huggingface_hub -Source0: https://files.pythonhosted.org/packages/source/h/%{pypi_name}/huggingface_hub-%{pypi_version}.tar.gz +Source0: https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.20.1.tar.gz#/%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -59,5 +59,8 @@ 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 +* Tue Dec 26 2023 Zhongling He - 0.20.1-1 +- Upgrade to 0.20.1 + * Wed Sep 13 2023 Zhongling He - 0.16.4-1 -- Initial package. \ No newline at end of file +- Initial package. diff --git a/huggingface_hub-0.16.4.tar.gz b/huggingface_hub-0.16.4.tar.gz deleted file mode 100644 index b4694cc3936736133619b20f2da185236b952953..0000000000000000000000000000000000000000 Binary files a/huggingface_hub-0.16.4.tar.gz and /dev/null differ