From ee226f74d46b9c248376a39c9eb39a6b41c8b0c0 Mon Sep 17 00:00:00 2001 From: wenxin Date: Mon, 4 Aug 2025 17:05:16 +0800 Subject: [PATCH] Rebuild with python3.11 --- fsspec.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fsspec.spec b/fsspec.spec index e1ed2e9..541059e 100644 --- a/fsspec.spec +++ b/fsspec.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global pypi_name fsspec %global pypi_version 2023.6.0 @@ -62,5 +62,8 @@ A specification for pythonic filesystems. %{python3_sitelib}/%{pypi_name}-%{pypi_version}-py%{python3_version}.egg-info %changelog +* Mon Aug 04 2025 wenxin - 2023.6.0-2 +- Rebuild with pythoni3.11 + * Mon Sep 11 2023 Zhongling He - 2023.6.0-1 - Initial package. -- Gitee