diff --git a/fsspec-2023.12.1.tar.gz b/fsspec-2023.12.1.tar.gz deleted file mode 100644 index d21ec10..0000000 Binary files a/fsspec-2023.12.1.tar.gz and /dev/null differ diff --git a/fsspec-2024.2.0.tar.gz b/fsspec-2024.2.0.tar.gz new file mode 100644 index 0000000..c233737 Binary files /dev/null and b/fsspec-2024.2.0.tar.gz differ diff --git a/python-fsspec.spec b/python-fsspec.spec index 844b616..c0aa38a 100644 --- a/python-fsspec.spec +++ b/python-fsspec.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-fsspec -Version: 2023.12.1 +Version: 2024.2.0 Release: 1 Summary: File-system specification License: BSD-3-Clause 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 %description @@ -69,6 +69,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Feb 26 2024 jiangxinyu - 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 - 2023.12.1-1 - Update package to version 2023.12.1