diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 04:31:32 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 04:31:32 +0000 |
commit | ef48ad809564aa29f97505a9561156d41fcce811 (patch) | |
tree | 86e296edc260acfec280ff3aaa17e6274b3725ef | |
parent | fdb8048456c4ca42fb409e8ce4d0fd4aea3cff7a (diff) |
automatic import of python-gcsfsopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-gcsfs.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /gcsfs-2023.3.0.tar.gz +/gcsfs-2023.4.0.tar.gz diff --git a/python-gcsfs.spec b/python-gcsfs.spec index 237028a..a47a8c5 100644 --- a/python-gcsfs.spec +++ b/python-gcsfs.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-gcsfs -Version: 2023.3.0 +Version: 2023.4.0 Release: 1 Summary: Convenient Filesystem interface over GCS License: BSD URL: https://github.com/fsspec/gcsfs -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/68/cc/e5f79771b5c110db271da5c1656cee32525188be4a367f0f9fcb98cc5de9/gcsfs-2023.3.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1d/45/c81d441ff5047a8115bb0b905b7be3e2db73f43aa4dcace2e32d7fc6220c/gcsfs-2023.4.0.tar.gz BuildArch: noarch Requires: python3-aiohttp @@ -43,7 +43,7 @@ Pythonic file-system for Google Cloud Storage For documentation, go to readthedocs_. %prep -%autosetup -n gcsfs-2023.3.0 +%autosetup -n gcsfs-2023.4.0 %build %py3_build @@ -83,5 +83,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.3.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.4.0-1 - Package Spec generated @@ -1 +1 @@ -f314e2f539d1bab0aead13a446883e70 gcsfs-2023.3.0.tar.gz +294a38648204640cf821ed8cb567c776 gcsfs-2023.4.0.tar.gz |