14
0
forked from pool/python-fsspec

- update to 2023.12.2:

* top-level glob in ZIP (#1454)
  * append mode on local ZIP files/truncate (#1449)
  * restrict ":" as protocol marker to data: (#1452)
  * sftp relative paths (#1451)
  * http encoding in HTTP FS put_file (#1450)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=59
This commit is contained in:
2023-12-16 12:45:12 +00:00
committed by Git OBS Bridge
parent ae466a8556
commit 16cdcba341
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Dec 16 12:44:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2023.12.2:
* top-level glob in ZIP (#1454)
* append mode on local ZIP files/truncate (#1449)
* restrict ":" as protocol marker to data: (#1452)
* sftp relative paths (#1451)
* http encoding in HTTP FS put_file (#1450)
-------------------------------------------------------------------
Thu Dec 7 21:30:12 UTC 2023 - Dirk Müller <dmueller@suse.com>