From 1af632555694f72e15f8431a475c9e05b95b08bb Mon Sep 17 00:00:00 2001 From: wenxin Date: Tue, 5 Aug 2025 13:15:06 +0800 Subject: [PATCH] Rebuild with python3.11 --- datasets.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/datasets.spec b/datasets.spec index c4a2943..e04fcef 100644 --- a/datasets.spec +++ b/datasets.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %global pypi_name datasets %global pypi_version 2.16.1 @@ -91,6 +91,9 @@ sed -i 's/import pyarrow_hotfix//g' src/datasets/features/features.py %{python3_sitelib}/%{pypi_name}-%{pypi_version}-py%{python3_version}.egg-info %changelog +* Tue Aug 05 2025 wenxin - 2.16.1-3 +- Rebuild with python3.11 + * Thu Feb 29 2024 Zhongling He - 2.16.1-2 - Remove pyarrow-hotfix import since we already have pyarrow==14.0.2. -- Gitee