From d88f1b49352375cccb4556ab23b9b88eaea81aaf422c3eed17d36d2a189a878f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 30 May 2023 11:17:23 +0000 Subject: [PATCH] - 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 --- fsspec-2023.3.0.tar.gz | 3 --- fsspec-2023.5.0.tar.gz | 3 +++ python-fsspec.changes | 37 +++++++++++++++++++++++++++++++++++++ python-fsspec.spec | 3 ++- 4 files changed, 42 insertions(+), 4 deletions(-) delete mode 100644 fsspec-2023.3.0.tar.gz create mode 100644 fsspec-2023.5.0.tar.gz diff --git a/fsspec-2023.3.0.tar.gz b/fsspec-2023.3.0.tar.gz deleted file mode 100644 index e6a2687..0000000 --- a/fsspec-2023.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90ec0c5d25c531afab3945f187ab2748494c7cfb26bb07d0ee79af82d921b336 -size 352340 diff --git a/fsspec-2023.5.0.tar.gz b/fsspec-2023.5.0.tar.gz new file mode 100644 index 0000000..b1d484d --- /dev/null +++ b/fsspec-2023.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3de501fc3ba796f47c45bb7254e96eb7d0e90d20a480e0ccadc9a55a53f080b +size 362006 diff --git a/python-fsspec.changes b/python-fsspec.changes index a71e2a8..0f85720 100644 --- a/python-fsspec.changes +++ b/python-fsspec.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Tue May 30 11:16:49 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-fsspec.spec b/python-fsspec.spec index 7ea2dd7..bf73caa 100644 --- a/python-fsspec.spec +++ b/python-fsspec.spec @@ -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