!3 UpdatePackage
From: @Wangjunqi123 Reviewed-by: @shinwell_hu Signed-off-by: @shinwell_hu
This commit is contained in:
commit
af6843667e
Binary file not shown.
BIN
fsspec-2022.10.0.tar.gz
Normal file
BIN
fsspec-2022.10.0.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-fsspec
|
Name: python-fsspec
|
||||||
Version: 2021.11.1
|
Version: 2022.10.0
|
||||||
Release: 2
|
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/a5/b1/9c247e65c565e863643763020366b492a6bd4b1fd5854cbc8bdc42bd87ff/fsspec-2021.11.1.tar.gz
|
Source0: https://files.pythonhosted.org/packages/da/2b/f0e48d57236b3485fb27e31a9419a4a74d3306ad0afe4763c0f53bac3f21/fsspec-2022.10.0.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-adlfs
|
Requires: python3-adlfs
|
||||||
@ -38,20 +38,22 @@ A specification for pythonic filesystems.
|
|||||||
|
|
||||||
%package -n python3-fsspec
|
%package -n python3-fsspec
|
||||||
Summary: File-system specification
|
Summary: File-system specification
|
||||||
Provides: python-fsspec
|
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.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n fsspec-2021.11.1
|
%autosetup -n fsspec-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -91,8 +93,12 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 07 2022 wangjunqi <wangjunqi@kylinos.cn> - 2022.10.0-1
|
||||||
|
- Update package to version 2022.10.0
|
||||||
|
|
||||||
* Tue May 10 2022 xigaoxinyan <xigaoxinyan@h-partners.com> - 2021.11.1-2
|
* Tue May 10 2022 xigaoxinyan <xigaoxinyan@h-partners.com> - 2021.11.1-2
|
||||||
- License compliance rectification
|
- License compliance rectification
|
||||||
|
|
||||||
* 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