diff --git a/fsspec-2023.3.0.tar.gz b/fsspec-2023.3.0.tar.gz deleted file mode 100644 index faf11b2..0000000 Binary files a/fsspec-2023.3.0.tar.gz and /dev/null differ diff --git a/fsspec-2023.4.0.tar.gz b/fsspec-2023.4.0.tar.gz new file mode 100644 index 0000000..1785923 Binary files /dev/null and b/fsspec-2023.4.0.tar.gz differ diff --git a/python-fsspec.spec b/python-fsspec.spec index b3e0e59..f574e1e 100644 --- a/python-fsspec.spec +++ b/python-fsspec.spec @@ -1,38 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-fsspec -Version: 2023.3.0 +Version: 2023.4.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/d8/c3/7eb5ace7aac24890fd6f3dbf49d547305237bd4002903f19b524061ce8ae/fsspec-2023.4.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,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Apr 11 2023 wubijie - 2023.4.0-1 +- Update package to version 2023.4.0 + * Thu Mar 16 2023 wubijie - 2023.3.0-1 - Update package to version 2023.3.0 @@ -110,4 +89,3 @@ mv %{buildroot}/doclist.lst . * Mon Dec 20 2021 Python_Bot - 2021.11.1-1 - Package Init -