update version to 2022.10.0

This commit is contained in:
Wangjunqi123 2022-11-07 15:53:28 +08:00
parent 3a5126aa5e
commit 5a84ea8a65
3 changed files with 11 additions and 5 deletions

Binary file not shown.

BIN
fsspec-2022.10.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-fsspec
Version: 2021.11.1
Release: 2
Version: 2022.10.0
Release: 1
Summary: File-system specification
License: BSD-3-Clause
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
Requires: python3-adlfs
@ -38,20 +38,22 @@ A specification for pythonic filesystems.
%package -n python3-fsspec
Summary: File-system specification
Provides: python-fsspec
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.
%prep
%autosetup -n fsspec-2021.11.1
%autosetup -n fsspec-%{version}
%build
%py3_build
@ -91,8 +93,12 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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
- License compliance rectification
* Mon Dec 20 2021 Python_Bot <Python_Bot@openeuler.org> - 2021.11.1-1
- Package Init