forked from pool/python-fsspec
Accepting request 1133605 from devel:languages:python
- 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) - update to 2023.12.1: * Remove trailing "/" from directory names in zipFS (#1445) * allow HTTP size guess in more circumstances (#1440) * allow kwargs passed to GUI to be dict (#1437) * transaction support for writing via a cache FS (#1434) * make cached FSs work better with async backends (#1429) * allow FSs to set their transaction implementation (#1424) * add dataFS (#1421, 1415) * allow basic auth in webHDFS (#1409) * in referenceFS, maintain order when some keys are omitted in cat (#1436) * nested subdirectory listing in referenceFS (#1433) * allow "=" in webHDF paths (#1428) * fix file mode to consistent "r+b" format (#1426) * pass on kwargs in HTTP glob (#1422) * allow Path in can_be_local and open_local (#1419, #1418) * fix parent for cachedFS (#1413) * "ends" list in _cat_ranges was incorrect (#1402) OBS-URL: https://build.opensuse.org/request/show/1133605 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fsspec?expand=0&rev=30
This commit is contained in:
commit
ef2a2620db
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:545279a88a0fa56d89ba672844f8d097652d003e796a45953c593d3a8771c25d
|
||||
size 404836
|
BIN
fsspec-2023.12.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
fsspec-2023.12.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- update to 2023.12.1:
|
||||
* Remove trailing "/" from directory names in zipFS (#1445)
|
||||
* allow HTTP size guess in more circumstances (#1440)
|
||||
* allow kwargs passed to GUI to be dict (#1437)
|
||||
* transaction support for writing via a cache FS (#1434)
|
||||
* make cached FSs work better with async backends (#1429)
|
||||
* allow FSs to set their transaction implementation (#1424)
|
||||
* add dataFS (#1421, 1415)
|
||||
* allow basic auth in webHDFS (#1409)
|
||||
* in referenceFS, maintain order when some keys are omitted in
|
||||
cat (#1436)
|
||||
* nested subdirectory listing in referenceFS (#1433)
|
||||
* allow "=" in webHDF paths (#1428)
|
||||
* fix file mode to consistent "r+b" format (#1426)
|
||||
* pass on kwargs in HTTP glob (#1422)
|
||||
* allow Path in can_be_local and open_local (#1419, #1418)
|
||||
* fix parent for cachedFS (#1413)
|
||||
* "ends" list in _cat_ranges was incorrect (#1402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 20:22:08 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-fsspec%{psuffix}
|
||||
Version: 2023.10.0
|
||||
Version: 2023.12.2
|
||||
Release: 0
|
||||
Summary: Filesystem specification package
|
||||
License: BSD-3-Clause
|
||||
@ -63,16 +63,19 @@ BuildRequires: %{python_module fastparquet}
|
||||
BuildRequires: %{python_module fusepy}
|
||||
BuildRequires: %{python_module gcsfs}
|
||||
BuildRequires: %{python_module lz4}
|
||||
BuildRequires: %{python_module mistune}
|
||||
BuildRequires: %{python_module notebook}
|
||||
BuildRequires: %{python_module numpy}
|
||||
BuildRequires: %{python_module panel}
|
||||
BuildRequires: %{python_module paramiko}
|
||||
BuildRequires: %{python_module pyarrow}
|
||||
BuildRequires: %{python_module pyftpdlib}
|
||||
BuildRequires: %{python_module pygit2}
|
||||
BuildRequires: %{python_module pytest-mock}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module python-snappy}
|
||||
BuildRequires: %{python_module requests}
|
||||
BuildRequires: git-core
|
||||
# Too tight of a aiobotocore pinning: gh#fsspec/s3fs#615, gh#aio-libs/aiobotocore#971
|
||||
#BuildRequires: %%{python_module s3fs}
|
||||
BuildRequires: %{python_module smbprotocol}
|
||||
@ -110,6 +113,8 @@ donttest+=" or test_dbfs"
|
||||
donttest+=" or test_find"
|
||||
# does not like the '.' from the version in the build path
|
||||
donttest+=" or (test_local and test_make_path_posix)"
|
||||
# no fuse module loaded
|
||||
donttest+=" or test_fuse"
|
||||
%pytest -rfEs -k "not ($donttest)"
|
||||
%endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user