- update to 2023.5.0:

* #1236, allow writing ReferenceFS references directly to
    parquet
  * #1255, copy of glob to single output directory
  * #1254, non-recursive copy of directory (no-op)
  * #1253, cleanup fix on close of ZIP FS
  * #1250, ignore dirs when copying list of files
  * #1249, don't error on register without clobber is registering
    same thing again
  * #1245, special case for other_files and relative path
  * Other
  * #1248, add test harness into released wheel package
  * #1247, docs and tests around common bulk file operations
  * 2023.4.0
  * #1225, comprehensive docs of expected behaviour of cp/get/put
    and tests
  * #1216, test harness for any backend
  * #1224, small fixes in reference and dask FSs
  * #1218, mv is no-op when origin and destination are the same
  * #1217, await in AbstractStreamedFile
  * #1215, docbuild fixes
  * #1214, unneeded maxdepth manipulation in expand_path
  * #1213, pyarros and posixpath related test fixes
  * #1211, BackgroundBlockCache: keep a block longer if not yet
    used
  * #1210, webHDFS: location parameter
  * Other
  * #1241, add HfFileSystem to registry
  * #1237, register_implementation clobber default changes to
    False

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=50
This commit is contained in:
Dirk Mueller 2023-05-30 11:17:23 +00:00 committed by Git OBS Bridge
parent d17ce1b552
commit d88f1b4935
4 changed files with 42 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue May 30 11:16:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2023.5.0:
* #1236, allow writing ReferenceFS references directly to
parquet
* #1255, copy of glob to single output directory
* #1254, non-recursive copy of directory (no-op)
* #1253, cleanup fix on close of ZIP FS
* #1250, ignore dirs when copying list of files
* #1249, don't error on register without clobber is registering
same thing again
* #1245, special case for other_files and relative path
* Other
* #1248, add test harness into released wheel package
* #1247, docs and tests around common bulk file operations
* 2023.4.0
* #1225, comprehensive docs of expected behaviour of cp/get/put
and tests
* #1216, test harness for any backend
* #1224, small fixes in reference and dask FSs
* #1218, mv is no-op when origin and destination are the same
* #1217, await in AbstractStreamedFile
* #1215, docbuild fixes
* #1214, unneeded maxdepth manipulation in expand_path
* #1213, pyarros and posixpath related test fixes
* #1211, BackgroundBlockCache: keep a block longer if not yet
used
* #1210, webHDFS: location parameter
* Other
* #1241, add HfFileSystem to registry
* #1237, register_implementation clobber default changes to
False
* #1228, "full" and "devel" installation options
* #1227, register_cache and reporting collision
* #1221, docs about implementations and protocols
-------------------------------------------------------------------
Sun Apr 2 14:27:18 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -25,8 +25,9 @@
%bcond_with test
%endif
%{?sle15_python_module_pythons}
Name: python-fsspec%{psuffix}
Version: 2023.3.0
Version: 2023.5.0
Release: 0
Summary: Filesystem specification package
License: BSD-3-Clause