!8 Upgrade to latest release [python-fsspec -> 2023.4.0]
From: @wubijie123 Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
350e97577a
Binary file not shown.
BIN
fsspec-2023.4.0.tar.gz
Normal file
BIN
fsspec-2023.4.0.tar.gz
Normal file
Binary file not shown.
@ -1,38 +1,13 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-fsspec
|
Name: python-fsspec
|
||||||
Version: 2023.3.0
|
Version: 2023.4.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: File-system specification
|
Summary: File-system specification
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: http://github.com/fsspec/filesystem_spec
|
URL: http://github.com/fsspec/filesystem_spec
|
||||||
Source0: https://files.pythonhosted.org/packages/65/8f/f5956204717fd12010a27d8b9deb0d32cb19049e92ac2dc8e8439d06bff1/fsspec-2023.3.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/d8/c3/7eb5ace7aac24890fd6f3dbf49d547305237bd4002903f19b524061ce8ae/fsspec-2023.4.0.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-adlfs
|
|
||||||
Requires: python3-adlfs
|
|
||||||
Requires: python3-pyarrow
|
|
||||||
Requires: python3-dask
|
|
||||||
Requires: python3-distributed
|
|
||||||
Requires: python3-dropboxdrivefs
|
|
||||||
Requires: python3-requests
|
|
||||||
Requires: python3-dropbox
|
|
||||||
Requires: python3-importlib-metadata
|
|
||||||
Requires: python3-fusepy
|
|
||||||
Requires: python3-gcsfs
|
|
||||||
Requires: python3-pygit2
|
|
||||||
Requires: python3-requests
|
|
||||||
Requires: python3-gcsfs
|
|
||||||
Requires: python3-panel
|
|
||||||
Requires: python3-pyarrow
|
|
||||||
Requires: python3-requests
|
|
||||||
Requires: python3-aiohttp
|
|
||||||
Requires: python3-libarchive-c
|
|
||||||
Requires: python3-ocifs
|
|
||||||
Requires: python3-s3fs
|
|
||||||
Requires: python3-paramiko
|
|
||||||
Requires: python3-smbprotocol
|
|
||||||
Requires: python3-paramiko
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A specification for pythonic filesystems.
|
A specification for pythonic filesystems.
|
||||||
|
|
||||||
@ -41,14 +16,12 @@ Summary: File-system specification
|
|||||||
Provides: python-fsspec = %{version}-%{release}
|
Provides: python-fsspec = %{version}-%{release}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
|
||||||
%description -n python3-fsspec
|
%description -n python3-fsspec
|
||||||
A specification for pythonic filesystems.
|
A specification for pythonic filesystems.
|
||||||
|
|
||||||
%package help
|
%package help
|
||||||
Summary: Development documents and examples for fsspec
|
Summary: Development documents and examples for fsspec
|
||||||
Provides: python3-fsspec-doc
|
Provides: python3-fsspec-doc
|
||||||
|
|
||||||
%description help
|
%description help
|
||||||
A specification for pythonic filesystems.
|
A specification for pythonic filesystems.
|
||||||
|
|
||||||
@ -65,6 +38,9 @@ if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
|||||||
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
||||||
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
|
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
|
||||||
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
|
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
|
||||||
|
if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi
|
||||||
|
if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi
|
||||||
|
if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi
|
||||||
pushd %{buildroot}
|
pushd %{buildroot}
|
||||||
if [ -d usr/lib ]; then
|
if [ -d usr/lib ]; then
|
||||||
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
|
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
|
||||||
@ -93,6 +69,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 11 2023 wubijie <wubijie@kylinos.cn> - 2023.4.0-1
|
||||||
|
- Update package to version 2023.4.0
|
||||||
|
|
||||||
* Thu Mar 16 2023 wubijie <wubijie@kylinos.cn> - 2023.3.0-1
|
* Thu Mar 16 2023 wubijie <wubijie@kylinos.cn> - 2023.3.0-1
|
||||||
- Update package to version 2023.3.0
|
- Update package to version 2023.3.0
|
||||||
|
|
||||||
@ -110,4 +89,3 @@ mv %{buildroot}/doclist.lst .
|
|||||||
|
|
||||||
* Mon Dec 20 2021 Python_Bot <Python_Bot@openeuler.org> - 2021.11.1-1
|
* Mon Dec 20 2021 Python_Bot <Python_Bot@openeuler.org> - 2021.11.1-1
|
||||||
- Package Init
|
- Package Init
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user