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:
commit
7ac5ab9d11
@ -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
3
fsspec-2024.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5c5040762cf644762a5777444cd1302dbd0ea7e88cb3d8645164398e8762ec3a
|
||||||
|
size 426701
|
@ -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>
|
Fri Mar 8 16:12:09 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-fsspec%{psuffix}
|
Name: python-fsspec%{psuffix}
|
||||||
Version: 2024.2.0
|
Version: 2024.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Filesystem specification package
|
Summary: Filesystem specification package
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user