Update package to version 2024.2.0

This commit is contained in:
jxy_git 2024-02-26 13:59:10 +08:00
parent e6ccabdf15
commit 574ae28160
3 changed files with 6 additions and 2 deletions

Binary file not shown.

BIN
fsspec-2024.2.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-fsspec Name: python-fsspec
Version: 2023.12.1 Version: 2024.2.0
Release: 1 Release: 1
Summary: File-system specification Summary: File-system specification
License: BSD-3-Clause License: BSD-3-Clause
URL: http://github.com/fsspec/filesystem_spec URL: http://github.com/fsspec/filesystem_spec
Source0: https://files.pythonhosted.org/packages/1f/c2/e94323e64149ea127e502d48f00dcf00806182966da88d5c10d9fe572745/fsspec-2023.12.1.tar.gz Source0: https://files.pythonhosted.org/packages/28/d3/c2e0403c735548abf991bba3f45ba39194dff4569f76a99fbe77078ba7c5/fsspec-2024.2.0.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
@ -69,6 +69,10 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Feb 26 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 2024.2.0-1
- Update package to version 2024.2.0
fix: correctly handle local files with colons (:) in name
* Wed Dec 06 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 2023.12.1-1 * Wed Dec 06 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 2023.12.1-1
- Update package to version 2023.12.1 - Update package to version 2023.12.1