diff --git a/gcsfs-2022.5.0-gh.tar.gz b/gcsfs-2022.5.0-gh.tar.gz deleted file mode 100644 index bfa8c16..0000000 --- a/gcsfs-2022.5.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82e8479900786743c25ecab47b648e94c04ac5c9adccdeb71b674ecae3478cff -size 67686 diff --git a/gcsfs-2022.8.2-gh.tar.gz b/gcsfs-2022.8.2-gh.tar.gz new file mode 100644 index 0000000..c56736d --- /dev/null +++ b/gcsfs-2022.8.2-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5952b29f1eaee56a9b777d17f1d70be2e03f0f9665d78c225660c46a248fae4 +size 68246 diff --git a/python-gcsfs.changes b/python-gcsfs.changes index f5c04e7..18f10f5 100644 --- a/python-gcsfs.changes +++ b/python-gcsfs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Oct 9 09:33:42 UTC 2022 - Ben Greiner + +- Update to 2022.8.2 + * Try cloud auth by default (#479) + ------------------------------------------------------------------- Sat Jul 2 18:49:11 UTC 2022 - Ben Greiner diff --git a/python-gcsfs.spec b/python-gcsfs.spec index 5bcea3b..7024f7e 100644 --- a/python-gcsfs.spec +++ b/python-gcsfs.spec @@ -16,10 +16,8 @@ # -%{?!python_module:%define python_module() python3-%{**}} -%define skip_python2 1 Name: python-gcsfs -Version: 2022.5.0 +Version: 2022.8.2 Release: 0 Summary: Filesystem interface over GCS License: BSD-3-Clause @@ -27,6 +25,7 @@ Group: Development/Languages/Python 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.7} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros