Accepting request 1126464 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1126464 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gcsfs?expand=0&rev=19
This commit is contained in:
commit
49d8d9797e
3
gcsfs-2023.10.0-gh.tar.gz
Normal file
3
gcsfs-2023.10.0-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7d9ff68d157fcbde076e68b910d9a79435b22f5afaca0675963cbadf0708937e
|
||||||
|
size 90214
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4d2dcca26ca3943000bae2b1f397fa879fc870d536ceea1806559b8cda3378c3
|
|
||||||
size 90068
|
|
@ -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>
|
Thu Oct 12 10:35:32 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-gcsfs
|
Name: python-gcsfs
|
||||||
Version: 2023.9.2
|
Version: 2023.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Filesystem interface over GCS
|
Summary: Filesystem interface over GCS
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/fsspec/gcsfs
|
URL: https://github.com/fsspec/gcsfs
|
||||||
# Use the GitHub tarball for test data
|
# Use the GitHub tarball for test data
|
||||||
Source: https://github.com/fsspec/gcsfs/archive/refs/tags/%{version}.tar.gz#/gcsfs-%{version}-gh.tar.gz
|
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 pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
@ -64,7 +64,6 @@ File-system interface for Google Cloud Storage.
|
|||||||
|
|
||||||
%package fuse
|
%package fuse
|
||||||
Summary: Filesystem interface over GCS - FUSE interface
|
Summary: Filesystem interface over GCS - FUSE interface
|
||||||
Group: Development/Languages/Python
|
|
||||||
Requires: python-click
|
Requires: python-click
|
||||||
Requires: python-fusepy
|
Requires: python-fusepy
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user