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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30ab4a9da2586fc3802c8fb3fa143cba0cdfc88e218833e892f64af673b0192b
size 408497

BIN
fsspec-2023.12.2.tar.gz LFS Normal file

Binary file not shown.

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>

View File

@@ -27,7 +27,7 @@
%{?sle15_python_module_pythons}
Name: python-fsspec%{psuffix}
Version: 2023.12.1
Version: 2023.12.2
Release: 0
Summary: Filesystem specification package
License: BSD-3-Clause