Accepting request 1032000 from home:yarunachalam:branches:devel:languages:python
- Update to 2022.10.0 Enhancements * referenceFS consolidates reads in the same remote file (#1063) * localfs: add link/symlink/islink (#1059) * asyncfs: make mirroring methods optional (#1054) * local: info: provide st_ino and st_nlink from stat (#1053) * arrow_hdfs replaces hdfs (#1051) * Add read/write_text (#1047) * Add pipe/cat to genericFS (#1038) Fixes * SSH write doesn’t return number of bytes (#1072) * wrap flush method for LocalFileOpened (#1070) * localfs: fix support for pathlib/os.PathLike objects in rm (#1058) * don’t get_file remote FTP directory (#1056) * fix zip write to remote (#1046) * fix zip del following failed init (#1040) Other * add asynclocalfs to the registry (#1060) * add DVCFileSystem to the registry (#1049) * add downstream tests (#1037) * Don’t auto-close OpenFiles (#1035) OBS-URL: https://build.opensuse.org/request/show/1032000 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=41
This commit is contained in:
parent
1baeb4e870
commit
e519b94ed0
3
fsspec-2022.10.0.tar.gz
Normal file
3
fsspec-2022.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:599a2b789f8cfa7cccc51a1ccb439eb5fe1cacf60501affb3dabe102a996cf22
|
||||
size 338822
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40e3a7721f19a08b921fdb8bd28c47a281fb6443739477cc4f44eba232ee5318
|
||||
size 338446
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 28 17:10:42 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to 2022.10.0
|
||||
Enhancements
|
||||
* referenceFS consolidates reads in the same remote file (#1063)
|
||||
* localfs: add link/symlink/islink (#1059)
|
||||
* asyncfs: make mirroring methods optional (#1054)
|
||||
* local: info: provide st_ino and st_nlink from stat (#1053)
|
||||
* arrow_hdfs replaces hdfs (#1051)
|
||||
* Add read/write_text (#1047)
|
||||
* Add pipe/cat to genericFS (#1038)
|
||||
Fixes
|
||||
* SSH write doesn’t return number of bytes (#1072)
|
||||
* wrap flush method for LocalFileOpened (#1070)
|
||||
* localfs: fix support for pathlib/os.PathLike objects in rm (#1058)
|
||||
* don’t get_file remote FTP directory (#1056)
|
||||
* fix zip write to remote (#1046)
|
||||
* fix zip del following failed init (#1040)
|
||||
Other
|
||||
* add asynclocalfs to the registry (#1060)
|
||||
* add DVCFileSystem to the registry (#1049)
|
||||
* add downstream tests (#1037)
|
||||
* Don’t auto-close OpenFiles (#1035)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 14 11:11:45 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
%endif
|
||||
%define skip_python2 1
|
||||
Name: python-fsspec%{psuffix}
|
||||
Version: 2022.8.2
|
||||
Version: 2022.10.0
|
||||
Release: 0
|
||||
Summary: Filesystem specification package
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user