diff --git a/datasets-2.16.0.tar.gz b/datasets-2.16.1.tar.gz similarity index 32% rename from datasets-2.16.0.tar.gz rename to datasets-2.16.1.tar.gz index 54ebae81216f2fc2540de1f22129a85443965568..7819b218f7dcc4eedbf0dfc5a1fbad2cb9942438 100644 Binary files a/datasets-2.16.0.tar.gz and b/datasets-2.16.1.tar.gz differ diff --git a/datasets.spec b/datasets.spec index 4aaf087c8914168fea06a2a740cb56e527eb88b5..c7f1868807c9a0b9ce4e9fc7f8131a16e9ee0d29 100644 --- a/datasets.spec +++ b/datasets.spec @@ -1,6 +1,6 @@ %define anolis_release 1 %global pypi_name datasets -%global pypi_version 2.16.0 +%global pypi_version 2.16.1 Name: python-%{pypi_name} Version: %{pypi_version} @@ -9,15 +9,15 @@ Summary: HuggingFace community-driven open-source library of datasets License: Apache 2.0 URL: https://github.com/huggingface/datasets -Source0: https://github.com/huggingface/datasets/archive/refs/tags/2.16.0.tar.gz#/%{pypi_name}-%{version}.tar.gz +Source0: https://github.com/huggingface/datasets/archive/refs/tags/2.16.1.tar.gz#/%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pip BuildRequires: python3dist(absl-py) BuildRequires: python3dist(aiohttp) -BuildRequires: (python3dist(fsspec) >= 2023.1 with python3dist(fsspec) <= 2023.10) -BuildRequires: (python3dist(huggingface-hub) >= 0.11 with python3dist(huggingface-hub) < 1~~) +BuildRequires: python3dist(fsspec) >= 2023.1 +BuildRequires: python3dist(huggingface-hub) >= 0.11 BuildRequires: python3dist(importlib-metadata) BuildRequires: python3dist(multiprocess) BuildRequires: python3dist(numpy) >= 1.17 @@ -70,6 +70,7 @@ sed -i 's/fsspec\[http\]/fsspec/g' setup.py # disable pyarrow-hotfix since we have fixed this problem by upgrading pyarrow sed -i 's/"pyarrow-hotfix",//g' setup.py +sed -i 's/import pyarrow-hotfix//g' src/datasets/features/features.py %build %py3_build @@ -89,6 +90,9 @@ sed -i 's/"pyarrow-hotfix",//g' setup.py %{python3_sitelib}/%{pypi_name}-%{pypi_version}-py%{python3_version}.egg-info %changelog +* Thu Feb 8 2024 Zhongling He - 2.16.1-1 +- Update to 2.16.1. + * Wed Sep 13 2023 Zhongling He - 2.16.0-1 - Update to 2.16.0.