14
0
forked from pool/python-fsspec

Accepting request 1126460 from home:mimi_vx:branches:devel:languages:python

- update to 2023.10.0
 *  alias "local://" to "file://" (#1381)
 * get size of file cache (#1377)
 * stop unexpected kwargs for SMB (#1391)
 * dos formatting (#1383)
 * small optimisations in referenceFS (#1393)
 * define ordering behaviour for entrypoints (#1389)
 * add LazyReferenceMapper to API docs (#1378)

OBS-URL: https://build.opensuse.org/request/show/1126460
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=56
This commit is contained in:
2023-11-14 20:45:15 +00:00
committed by Git OBS Bridge
parent cd0832f953
commit 31c3aa4cc8
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Nov 14 20:22:08 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 2023.10.0
* alias "local://" to "file://" (#1381)
* get size of file cache (#1377)
* stop unexpected kwargs for SMB (#1391)
* dos formatting (#1383)
* small optimisations in referenceFS (#1393)
* define ordering behaviour for entrypoints (#1389)
* add LazyReferenceMapper to API docs (#1378)
-------------------------------------------------------------------
Thu Oct 5 08:54:44 UTC 2023 - Dirk Müller <dmueller@suse.com>