15
0
forked from pool/python-gcsfs

Accepting request 1009077 from home:bnavigator:branches:devel:languages:python

- Update to 2022.8.2
  * Try cloud auth by default (#479)

OBS-URL: https://build.opensuse.org/request/show/1009077
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gcsfs?expand=0&rev=21
This commit is contained in:
2022-10-10 07:25:37 +00:00
committed by Git OBS Bridge
parent b52f860edb
commit 10b7371103
4 changed files with 11 additions and 6 deletions

View File

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