7 Commits

Author SHA256 Message Date
Tomáš Chvátal
1f9b1c9689 - Update to 0.6.0:
* Fixed issues with filesystem instance caching. This was causing authorization errors in downstream libraries like gcsfs and s3fs in multi-threaded code (:pr:`155`, :pr:`181`)
  * Changed the default file caching strategy to :class:`fsspec.caching.ReadAheadCache` (:pr:`193`)
  * Moved file caches to the new fsspec.caching module. They're still available from their old location in fsspec.core, but we recommend using the new location for new code (:pr:`195`)
  * Added a new file caching strategy, :class:`fsspec.caching.BlockCache` for fetching and caching file reads in blocks (:pr:`191`).
  * Fixed equality checks for file system instance to return False when compared to objects other than file systems (:pr:`192`)
  * Fixed a bug in :meth:`fsspec.FSMap.keys` returning a generator, which was consumed upon iteration (:pr:`189`).
  * Removed the magic addition of aliases in AbstractFileSystem.__init__. Now alias methods are always present (:pr:`177`)
  * Deprecated passing trim to :class:`fsspec.spec.AbstractBufferedFile`. Pass it in storage_options instead (:pr:`188`)
  * Improved handling of requests for :class:`fsspec.implementations.http.HTTPFileSystem` when the HTTP server responds with an (incorrect) content-length of 0 (:pr:`163`)
  * Added a detail=True parameter to :meth:`fsspec.spec.AbstractFileSystem.ls` (:pr:`168`)
  * Fixed handling of UNC/DFS paths (:issue:`154`)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=12
2019-11-20 14:18:02 +00:00
Tomáš Chvátal
452d9a8e99 - Update to 0.5.2:
* no upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=10
2019-10-16 13:23:20 +00:00
Tomáš Chvátal
1c95a6933f - Update to 0.5.1:
* no upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=8
2019-09-24 11:49:41 +00:00
Tomáš Chvátal
80e83aba71 - Update to 0.4.4:
* no upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=7
2019-09-12 11:59:53 +00:00
Tomáš Chvátal
b186d7cfdf - Update to 0.4.0:
* No upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=5
2019-08-01 09:18:10 +00:00
Tomáš Chvátal
bbc81c6a8c Accepting request 719833 from home:pgajdos
- version update to 0.3.6
  * no upstream change log found

OBS-URL: https://build.opensuse.org/request/show/719833
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=3
2019-07-30 14:15:11 +00:00
Todd R
c9a12c53be Accepting request 717931 from home:TheBlackCat:branches:devel:languages:python
Filesystem specification package.

Required by the latest version of python-gcsfs

OBS-URL: https://build.opensuse.org/request/show/717931
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=1
2019-07-23 14:43:44 +00:00