From 0e0484b800531d749533b33fa145025cfa2078f367b211b926f771783630b403 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 25 Mar 2024 17:27:43 +0000 Subject: [PATCH] - update to 2024.3.1: * allow override of expand in open() * root handling in local file paths, fix for windows * coroutines throttle to stream pool rather than batches * write transactions in simplecache * allow deep nested refs in referenceFS/parquet * Fixes bug (#1476) that made open_files ignore expand=False * remove extra calling mapper contains * connection retry for SMB * zip64 should be on is allowZip64 is OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=66 --- fsspec-2024.2.0.tar.gz | 3 --- fsspec-2024.3.1.tar.gz | 3 +++ python-fsspec.changes | 14 ++++++++++++++ python-fsspec.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 fsspec-2024.2.0.tar.gz create mode 100644 fsspec-2024.3.1.tar.gz diff --git a/fsspec-2024.2.0.tar.gz b/fsspec-2024.2.0.tar.gz deleted file mode 100644 index 4748c0c..0000000 --- a/fsspec-2024.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca39880d47811592192eadb0e3159c7a30f563cb3644df38a02e6b3b65c88e12 -size 424590 diff --git a/fsspec-2024.3.1.tar.gz b/fsspec-2024.3.1.tar.gz new file mode 100644 index 0000000..e4752e5 --- /dev/null +++ b/fsspec-2024.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5040762cf644762a5777444cd1302dbd0ea7e88cb3d8645164398e8762ec3a +size 426701 diff --git a/python-fsspec.changes b/python-fsspec.changes index 7a88e76..d9500c1 100644 --- a/python-fsspec.changes +++ b/python-fsspec.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Mar 25 17:26:58 UTC 2024 - Dirk Müller + +- update to 2024.3.1: + * allow override of expand in open() + * root handling in local file paths, fix for windows + * coroutines throttle to stream pool rather than batches + * write transactions in simplecache + * allow deep nested refs in referenceFS/parquet + * Fixes bug (#1476) that made open_files ignore expand=False + * remove extra calling mapper contains + * connection retry for SMB + * zip64 should be on is allowZip64 is + ------------------------------------------------------------------- Fri Mar 8 16:12:09 UTC 2024 - Ben Greiner diff --git a/python-fsspec.spec b/python-fsspec.spec index 9ca8ea7..63099fe 100644 --- a/python-fsspec.spec +++ b/python-fsspec.spec @@ -29,7 +29,7 @@ %{?sle15_python_module_pythons} Name: python-fsspec%{psuffix} -Version: 2024.2.0 +Version: 2024.3.1 Release: 0 Summary: Filesystem specification package License: BSD-3-Clause