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
This commit is contained in:
Ondřej Súkup 2023-11-14 20:45:30 +00:00 committed by Git OBS Bridge
parent 9c792e56ff
commit 2a2b21f10d
4 changed files with 11 additions and 6 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d9ff68d157fcbde076e68b910d9a79435b22f5afaca0675963cbadf0708937e
size 90214

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4d2dcca26ca3943000bae2b1f397fa879fc870d536ceea1806559b8cda3378c3
size 90068

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 14 20:04:58 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
- Update to 2023.10.0
* Fix for transactions of small files
-------------------------------------------------------------------
Thu Oct 12 10:35:32 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -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