Accepting request 1165946 from devel:languages:python

- 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/request/show/1165946
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fsspec?expand=0&rev=33
This commit is contained in:
Ana Guerrero 2024-04-07 20:13:13 +00:00 committed by Git OBS Bridge
commit 7ac5ab9d11
4 changed files with 18 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ca39880d47811592192eadb0e3159c7a30f563cb3644df38a02e6b3b65c88e12
size 424590

3
fsspec-2024.3.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c5040762cf644762a5777444cd1302dbd0ea7e88cb3d8645164398e8762ec3a
size 426701

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Mar 25 17:26:58 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <code@bnavigator.de>

View File

@ -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