Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
cae5a0600f
!12 Update package to version 2024.2.0
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2024-02-26 06:56:59 +00:00
jxy_git
574ae28160 Update package to version 2024.2.0 2024-02-26 13:59:10 +08:00
openeuler-ci-bot
e6ccabdf15
!11 Update package to version 2023.12.1
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-12-06 09:12:36 +00:00
jxy_git
469a2281e0 Update package to version 2023.12.1 2023-12-06 16:26:54 +08:00
openeuler-ci-bot
e3ee223a9b
!10 Upgrade to latest release [python-fsspec -> 2023.6.0]
From: @Jason_828e 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-07-07 07:33:33 +00:00
chenzixuan
0387ef53af update version to 2023.6.0 2023-07-04 18:35:16 +08:00
openeuler-ci-bot
831006959d
!9 Upgrade to latest release [python-fsspec -> 2023.5.0]
From: @wubijie123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-05-17 06:33:14 +00:00
wubijie
b7d8c69fe2 update version to 2023.5.0 2023-05-16 12:04:09 +08:00
openeuler-ci-bot
350e97577a
!8 Upgrade to latest release [python-fsspec -> 2023.4.0]
From: @wubijie123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-04-12 01:07:07 +00:00
wubijie
3bd2d12a54 update version to 2023.4.0 2023-04-11 16:40:37 +08:00
3 changed files with 21 additions and 30 deletions

Binary file not shown.

BIN
fsspec-2024.2.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,38 +1,13 @@
%global _empty_manifest_terminate_build 0
Name: python-fsspec
Version: 2023.3.0
Version: 2024.2.0
Release: 1
Summary: File-system specification
License: BSD-3-Clause
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/28/d3/c2e0403c735548abf991bba3f45ba39194dff4569f76a99fbe77078ba7c5/fsspec-2024.2.0.tar.gz
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
A specification for pythonic filesystems.
@ -41,14 +16,12 @@ Summary: File-system specification
Provides: python-fsspec = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description -n python3-fsspec
A specification for pythonic filesystems.
%package help
Summary: Development documents and examples for fsspec
Provides: python3-fsspec-doc
%description help
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 example ]; then cp -arf example %{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}
if [ -d usr/lib ]; then
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
@ -93,6 +69,22 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Mon Feb 26 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 2024.2.0-1
- Update package to version 2024.2.0
fix: correctly handle local files with colons (:) in name
* Wed Dec 06 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 2023.12.1-1
- Update package to version 2023.12.1
* Tue Jul 04 2023 chenzixuan <chenzixuan@kylinos.cn> - 2023.6.0-1
- Update package to version 2023.6.0
* Tue May 16 2023 wubijie <wubijie@kylinos.cn> - 2023.5.0-1
- Update package to version 2023.5.0
* 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
- Update package to version 2023.3.0
@ -110,4 +102,3 @@ mv %{buildroot}/doclist.lst .
* Mon Dec 20 2021 Python_Bot <Python_Bot@openeuler.org> - 2021.11.1-1
- Package Init