From 2a2b21f10d5a2565a7a03964465cedc0525adfb0abbe0f9d3fb94ea8fe78fbee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 14 Nov 2023 20:45:30 +0000 Subject: [PATCH] Accepting request 1126458 from home:mimi_vx:branches:devel:languages:python - Update to 2023.10.0 * Fix for transactions of small files OBS-URL: https://build.opensuse.org/request/show/1126458 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gcsfs?expand=0&rev=35 --- gcsfs-2023.10.0-gh.tar.gz | 3 +++ gcsfs-2023.9.2-gh.tar.gz | 3 --- python-gcsfs.changes | 6 ++++++ python-gcsfs.spec | 5 ++--- 4 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 gcsfs-2023.10.0-gh.tar.gz delete mode 100644 gcsfs-2023.9.2-gh.tar.gz 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