From e519b94ed0b488c7bc570ddda92f639f42621c60777c8d5dcf0d557bc6a98cda Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 31 Oct 2022 19:57:00 +0000 Subject: [PATCH] Accepting request 1032000 from home:yarunachalam:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- fsspec-2022.10.0.tar.gz | 3 +++ fsspec-2022.8.2.tar.gz | 3 --- python-fsspec.changes | 25 +++++++++++++++++++++++++ python-fsspec.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) create mode 100644 fsspec-2022.10.0.tar.gz delete mode 100644 fsspec-2022.8.2.tar.gz diff --git a/fsspec-2022.10.0.tar.gz b/fsspec-2022.10.0.tar.gz new file mode 100644 index 0000000..df134d5 --- /dev/null +++ b/fsspec-2022.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:599a2b789f8cfa7cccc51a1ccb439eb5fe1cacf60501affb3dabe102a996cf22 +size 338822 diff --git a/fsspec-2022.8.2.tar.gz b/fsspec-2022.8.2.tar.gz deleted file mode 100644 index 7333644..0000000 --- a/fsspec-2022.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40e3a7721f19a08b921fdb8bd28c47a281fb6443739477cc4f44eba232ee5318 -size 338446 diff --git a/python-fsspec.changes b/python-fsspec.changes index 1829cc9..56f2164 100644 --- a/python-fsspec.changes +++ b/python-fsspec.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Fri Oct 28 17:10:42 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-fsspec.spec b/python-fsspec.spec index 9e7905f..9907300 100644 --- a/python-fsspec.spec +++ b/python-fsspec.spec @@ -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