diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 04:29:20 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 04:29:20 +0000 |
commit | d6e6bb2d1debbe98e8d3c5c8650237d4a9c44438 (patch) | |
tree | eaea4b8f387c8cc31bed498975a252725dff5679 | |
parent | c3608a21ee8d0450e1dcc8c590112248782a6d12 (diff) |
automatic import of python-fsspecopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-fsspec.spec | 55 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 50 insertions, 8 deletions
@@ -1 +1,2 @@ /fsspec-2023.3.0.tar.gz +/fsspec-2023.4.0.tar.gz diff --git a/python-fsspec.spec b/python-fsspec.spec index 65bd533..b1dc83d 100644 --- a/python-fsspec.spec +++ b/python-fsspec.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-fsspec -Version: 2023.3.0 +Version: 2023.4.0 Release: 1 Summary: File-system specification License: BSD URL: http://github.com/fsspec/filesystem_spec -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/65/8f/f5956204717fd12010a27d8b9deb0d32cb19049e92ac2dc8e8439d06bff1/fsspec-2023.3.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d8/c3/7eb5ace7aac24890fd6f3dbf49d547305237bd4002903f19b524061ce8ae/fsspec-2023.4.0.tar.gz BuildArch: noarch Requires: python3-adlfs @@ -13,9 +13,29 @@ Requires: python3-adlfs Requires: python3-pyarrow Requires: python3-dask Requires: python3-distributed +Requires: python3-pytest +Requires: python3-pytest-cov Requires: python3-dropboxdrivefs Requires: python3-requests Requires: python3-dropbox +Requires: python3-adlfs +Requires: python3-aiohttp +Requires: python3-dask +Requires: python3-distributed +Requires: python3-dropbox +Requires: python3-dropboxdrivefs +Requires: python3-fusepy +Requires: python3-gcsfs +Requires: python3-libarchive-c +Requires: python3-ocifs +Requires: python3-panel +Requires: python3-paramiko +Requires: python3-pyarrow +Requires: python3-pygit2 +Requires: python3-requests +Requires: python3-s3fs +Requires: python3-smbprotocol +Requires: python3-tqdm Requires: python3-fusepy Requires: python3-gcsfs Requires: python3-pygit2 @@ -48,11 +68,18 @@ A specification for pythonic filesystems. ```bash pip install fsspec ``` -or + +would install the base fsspec. Various optionally supported features might require specification of custom +extra require, e.g. `pip install fsspec[ssh]` will install dependencies for `ssh` backends support. +Use `pip install fsspec[full]` for installation of all known extra dependencies. + +Up-to-date package also provided through conda-forge distribution: + ```bash conda install -c conda-forge fsspec ``` + ## Purpose To produce a template or specification for a file-system interface, that specific implementations should follow, @@ -127,11 +154,18 @@ A specification for pythonic filesystems. ```bash pip install fsspec ``` -or + +would install the base fsspec. Various optionally supported features might require specification of custom +extra require, e.g. `pip install fsspec[ssh]` will install dependencies for `ssh` backends support. +Use `pip install fsspec[full]` for installation of all known extra dependencies. + +Up-to-date package also provided through conda-forge distribution: + ```bash conda install -c conda-forge fsspec ``` + ## Purpose To produce a template or specification for a file-system interface, that specific implementations should follow, @@ -203,11 +237,18 @@ A specification for pythonic filesystems. ```bash pip install fsspec ``` -or + +would install the base fsspec. Various optionally supported features might require specification of custom +extra require, e.g. `pip install fsspec[ssh]` will install dependencies for `ssh` backends support. +Use `pip install fsspec[full]` for installation of all known extra dependencies. + +Up-to-date package also provided through conda-forge distribution: + ```bash conda install -c conda-forge fsspec ``` + ## Purpose To produce a template or specification for a file-system interface, that specific implementations should follow, @@ -262,7 +303,7 @@ committing via ``pre-commit run`` or skip these checks with ``git commit %prep -%autosetup -n fsspec-2023.3.0 +%autosetup -n fsspec-2023.4.0 %build %py3_build @@ -302,5 +343,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.3.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.4.0-1 - Package Spec generated @@ -1 +1 @@ -1cd5c425da7d408677bde984d1dd1abb fsspec-2023.3.0.tar.gz +22c530f1c6fe1d4dedd6ebd2da074078 fsspec-2023.4.0.tar.gz |