Accepting request 1009270 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1009270
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gcsfs?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2022-10-17 12:57:25 +00:00 committed by Git OBS Bridge
commit e61d42cf3d
4 changed files with 11 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82e8479900786743c25ecab47b648e94c04ac5c9adccdeb71b674ecae3478cff
size 67686

3
gcsfs-2022.8.2-gh.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b5952b29f1eaee56a9b777d17f1d70be2e03f0f9665d78c225660c46a248fae4
size 68246

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Oct 9 09:33:42 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 2022.8.2
* Try cloud auth by default (#479)
-------------------------------------------------------------------
Sat Jul 2 18:49:11 UTC 2022 - Ben Greiner <code@bnavigator.de>

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