15
0
forked from pool/python-gcsfs

- update to 2024.3.1:

* fix expiration= for sign()
  * do populate dircache in ls()
  * allow passing extra options to mkdir
  * credentials docs
  * retry in bulk rm
  * clean up loop on close

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gcsfs?expand=0&rev=41
This commit is contained in:
2024-04-07 09:01:33 +00:00
committed by Git OBS Bridge
parent 0067e890ca
commit 890bf60235
4 changed files with 18 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
Name: python-gcsfs
Version: 2024.2.0
Version: 2024.3.1
Release: 0
Summary: Filesystem interface over GCS
License: BSD-3-Clause
@@ -45,13 +45,14 @@ BuildArch: noarch
BuildRequires: %{python_module aiohttp}
BuildRequires: %{python_module click}
BuildRequires: %{python_module decorator > 4.1.2}
BuildRequires: %{python_module fsspec == %{version}}
BuildRequires: %{python_module fsspec = %{version}}
BuildRequires: %{python_module fusepy}
BuildRequires: %{python_module google-api-core}
BuildRequires: %{python_module google-api-python-client}
BuildRequires: %{python_module google-auth >= 1.2}
BuildRequires: %{python_module google-auth-oauthlib}
BuildRequires: %{python_module google-cloud-storage}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest-timeout}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests}
@@ -99,7 +100,7 @@ donttest="test_fuse"
# finds an existing path on the non-first multiflavor test runs"
donttest+=" or test_mkdir_with_path"
# no http error (which is expected) without network
donttest+=" or test_credentials_from_raw_token"
donttest+=" or test_credentials_from_raw_token or test_sign"
%pytest -rfEs -k "not ($donttest)"
%files %{python_files}