14
0
forked from pool/python-fsspec

Accepting request 1006764 from home:yarunachalam:branches:devel:languages:python

- Update to 2022.8.2
  * don’t close OpenFile on del (#1035)
- Update to 2022.8.1
  * revert #1024 (#1029), with strciter requirements on OpenFile usage
- Update to 2022.8.0
  Enhancements
  * writable ZipFileSystem (#1017)
  * make OpenFile behave like files and remove dynamic closer in .open() (#1024)
  * use isal gunzip (#1008)
  Fixes
  * remove strip from _parent (#1022)
  * disallow aiohttp prereleases (#1018)
  * be sure to close cached file (#1016)
  * async rm in reverse order (#1014)
  * expose fileno in LocalFileOpener (#1010, #1005)
  * remove temp files with simplecache writing (#1006)
  * azure paths (#1003)
  copy dircache keys before iter
- Update to 2022.7.1
  Fixes
  * Remove fspath from LocalFileOpener (#1005)
  * Revert 988 (#1003)
- Update to 2022.7.0
  Enhancements
  * added fsspec-xrootd implementation to registry (#1000)
  * memory file not to copy bytes (#999)
  * Filie details passed to FUSE (#972)
  Fixes
  * Return info for root path of archives (#996)
  * arbitrary kwargs passed through in pipe_file (#993)

OBS-URL: https://build.opensuse.org/request/show/1006764
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=37
This commit is contained in:
2022-09-29 15:50:33 +00:00
committed by Git OBS Bridge
parent d867d0ae25
commit ae21d7b52c
4 changed files with 49 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f7279e8ab31700c231c82d0abf0fdd082f7f087854e87d660bcaa82c3bbe336c
size 337607

3
fsspec-2022.8.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:40e3a7721f19a08b921fdb8bd28c47a281fb6443739477cc4f44eba232ee5318
size 338446

View File

@@ -1,3 +1,48 @@
-------------------------------------------------------------------
Wed Sep 28 19:37:07 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 2022.8.2
* dont close OpenFile on del (#1035)
- Update to 2022.8.1
* revert #1024 (#1029), with strciter requirements on OpenFile usage
- Update to 2022.8.0
Enhancements
* writable ZipFileSystem (#1017)
* make OpenFile behave like files and remove dynamic closer in .open() (#1024)
* use isal gunzip (#1008)
Fixes
* remove strip from _parent (#1022)
* disallow aiohttp prereleases (#1018)
* be sure to close cached file (#1016)
* async rm in reverse order (#1014)
* expose fileno in LocalFileOpener (#1010, #1005)
* remove temp files with simplecache writing (#1006)
* azure paths (#1003)
copy dircache keys before iter
- Update to 2022.7.1
Fixes
* Remove fspath from LocalFileOpener (#1005)
* Revert 988 (#1003)
- Update to 2022.7.0
Enhancements
* added fsspec-xrootd implementation to registry (#1000)
* memory file not to copy bytes (#999)
* Filie details passed to FUSE (#972)
Fixes
* Return info for root path of archives (#996)
* arbitrary kwargs passed through in pipe_file (#993)
* special cases for host in URLs for azure (#988)
* unstrip protocol criterion (#980)
* HTTPFile serialisation (#973)
Other
* Show erroring path in FileNotFounds (#989)
* Reference file info without searching directory tree (#985)
* Truncate for local files (#975)
-------------------------------------------------------------------
Wed Jun 29 09:00:23 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@@ -27,7 +27,7 @@
%endif
%define skip_python2 1
Name: python-fsspec%{psuffix}
Version: 2022.5.0
Version: 2022.8.2
Release: 0
Summary: Filesystem specification package
License: BSD-3-Clause