Accepting request 1032652 from devel:languages:python

- 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/1032652
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fsspec?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2022-11-01 12:43:29 +00:00 committed by Git OBS Bridge
commit 7b5408ab7f
4 changed files with 35 additions and 11 deletions

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

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

View File

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Fri Oct 28 17:10:42 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 doesnt return number of bytes (#1072)
* wrap flush method for LocalFileOpened (#1070)
* localfs: fix support for pathlib/os.PathLike objects in rm (#1058)
* dont 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)
* Dont auto-close OpenFiles (#1035)
-------------------------------------------------------------------
Fri Oct 14 11:11:45 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -16,7 +16,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
@ -27,7 +26,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
@ -40,23 +39,23 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: fuse
BuildRequires: python-rpm-macros
%if 0%{?python_version_nodots} < 38
Requires: python-importlib_metadata
%endif
Requires: fuse
Suggests: python-adlfs
Suggests: python-aiohttp
Suggests: python-pygit2
Suggests: python-dropboxdrivefs
Suggests: python-dropbox
Suggests: python-dask
Suggests: python-distributed
Suggests: python-dropbox
Suggests: python-dropboxdrivefs
Suggests: python-gcsfs
Suggests: python-paramiko
Suggests: python-pygit2
Suggests: python-requests
Suggests: python-s3fs
Suggests: python-smbprotocol
BuildArch: noarch
%if 0%{?python_version_nodots} < 38
Requires: python-importlib_metadata
%endif
%if %{with test}
BuildRequires: %{python_module aiohttp}
BuildRequires: %{python_module cloudpickle}