From 890bf60235b3d47477b5d0ac4cb79bced32077f1bcaa2bb3d538c902c199ac83 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 7 Apr 2024 09:01:33 +0000 Subject: [PATCH] - 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 --- gcsfs-2024.2.0-gh.tar.gz | 3 --- gcsfs-2024.3.1-gh.tar.gz | 3 +++ python-gcsfs.changes | 11 +++++++++++ python-gcsfs.spec | 7 ++++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 gcsfs-2024.2.0-gh.tar.gz create mode 100644 gcsfs-2024.3.1-gh.tar.gz diff --git a/gcsfs-2024.2.0-gh.tar.gz b/gcsfs-2024.2.0-gh.tar.gz deleted file mode 100644 index d9c986b..0000000 --- a/gcsfs-2024.2.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b7d38acd73b2ff674cb1baf2b725c406984d4f90df4b889548c5caa72b675a0 -size 90384 diff --git a/gcsfs-2024.3.1-gh.tar.gz b/gcsfs-2024.3.1-gh.tar.gz new file mode 100644 index 0000000..6dcc480 --- /dev/null +++ b/gcsfs-2024.3.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:162217bd50403ce19fae92562006898a4911aa7e739d779fa72095c43d1adb6b +size 93752 diff --git a/python-gcsfs.changes b/python-gcsfs.changes index 286118c..4b5d7ab 100644 --- a/python-gcsfs.changes +++ b/python-gcsfs.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Apr 7 09:00:47 UTC 2024 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Fri Mar 8 16:17:17 UTC 2024 - Ben Greiner diff --git a/python-gcsfs.spec b/python-gcsfs.spec index 52ac674..25ac540 100644 --- a/python-gcsfs.spec +++ b/python-gcsfs.spec @@ -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}