Path to this page:
Subject: CVS commit: pkgsrc/sysutils/py-fsspec
From: Adam Ciarcinski
Date: 2023-12-17 21:25:29
Message id: 20231217202529.9A719FA42@cvs.NetBSD.org
Log Message:
py-fsspec: updated to 2023.12.2
2023.12.2
Fixes
top-level glob in ZIP
append mode on local ZIP files/truncate
restrict ":" as protocol marker to data:
sftp relative paths
http encoding in HTTP FS put_file
2023.12.1
Fixes
Remove trailing "/" from directory names in zipFS/archive
2023.12.0
Enhancements
allow HTTP size guess in more circumstances
allow kwargs passed to GUI to be dict
transaction support for writing via a cache FS
make cached FSs work better with async backends
allow FSs to set their transaction implementation
add dataFS
allow basic auth in webHDFS
Fixes
in referenceFS, maintain order when some keys are omitted in cat
nested subdirectory listing in referenceFS
allow "=" in webHDF paths
fix file mode to consistent "r+b" format
pass on kwargs in HTTP glob
allow Path in can_be_local and open_local
fix parent for cachedFS
"ends" list in _cat_ranges was incorrect
Other
smarter handling of exceptions when doing auto_mkdir
Files: