diff --git a/gcsfs-2023.10.0-gh.tar.gz b/gcsfs-2023.10.0-gh.tar.gz new file mode 100644 index 0000000..50d4ec1 --- /dev/null +++ b/gcsfs-2023.10.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9ff68d157fcbde076e68b910d9a79435b22f5afaca0675963cbadf0708937e +size 90214 diff --git a/gcsfs-2023.9.2-gh.tar.gz b/gcsfs-2023.9.2-gh.tar.gz deleted file mode 100644 index e690f01..0000000 --- a/gcsfs-2023.9.2-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d2dcca26ca3943000bae2b1f397fa879fc870d536ceea1806559b8cda3378c3 -size 90068 diff --git a/python-gcsfs.changes b/python-gcsfs.changes index 1903188..21d37b6 100644 --- a/python-gcsfs.changes +++ b/python-gcsfs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 14 20:04:58 UTC 2023 - Ondřej Súkup + +- Update to 2023.10.0 + * Fix for transactions of small files + ------------------------------------------------------------------- Thu Oct 12 10:35:32 UTC 2023 - Ondřej Súkup diff --git a/python-gcsfs.spec b/python-gcsfs.spec index edd524f..e1f6930 100644 --- a/python-gcsfs.spec +++ b/python-gcsfs.spec @@ -17,14 +17,14 @@ Name: python-gcsfs -Version: 2023.9.2 +Version: 2023.10.0 Release: 0 Summary: Filesystem interface over GCS License: BSD-3-Clause URL: https://github.com/fsspec/gcsfs # Use the GitHub tarball for test data Source: https://github.com/fsspec/gcsfs/archive/refs/tags/%{version}.tar.gz#/gcsfs-%{version}-gh.tar.gz -BuildRequires: %{python_module base >= 3.8} +BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} @@ -64,7 +64,6 @@ File-system interface for Google Cloud Storage. %package fuse Summary: Filesystem interface over GCS - FUSE interface -Group: Development/Languages/Python Requires: python-click Requires: python-fusepy