diff --git a/fsspec-2021.11.1.tar.gz b/fsspec-2021.11.1.tar.gz deleted file mode 100644 index 1ca6648..0000000 Binary files a/fsspec-2021.11.1.tar.gz and /dev/null differ diff --git a/fsspec-2022.10.0.tar.gz b/fsspec-2022.10.0.tar.gz new file mode 100644 index 0000000..83c64eb Binary files /dev/null and b/fsspec-2022.10.0.tar.gz differ diff --git a/python-fsspec.spec b/python-fsspec.spec index 792ad91..297cac5 100644 --- a/python-fsspec.spec +++ b/python-fsspec.spec @@ -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 - 2022.10.0-1 +- Update package to version 2022.10.0 + * Tue May 10 2022 xigaoxinyan - 2021.11.1-2 - License compliance rectification * Mon Dec 20 2021 Python_Bot - 2021.11.1-1 - Package Init +